The hexadecimal number C1 is equivalent to 193 in decimal :
(C1)16=(193)10

To convert the hexadecimal number C1 to decimal:
Step 1: Expand using positional notation
Hexadecimal (base 16) uses digits 0-9 and letters A-F (where A=10, B=11, ..., F=15).
The number C1 in base 16 can be expanded as:
C116=(C×161)+(1×160)
Step 2: Convert each digit
- C in hexadecimal is 12 in decimal.
- 1 in hexadecimal remains 1 in decimal.
So,
(12×161)+(1×160)=(12×16)+(1×1)
=192+1=193
Final Answer:
C116=19310
So, C1 in decimal is 193.