HEX to CMYK Converter
Type a HEX value and get CMYK straight away. Everything runs in your browser — nothing is sent to a server.
HOW
How the conversion works
The HEX becomes RGB, then K (black) = 1 − the largest channel, and the remaining channels are corrected by K to give C, M and Y. No ICC profile is applied, so treat it as a starting point for print.
EXAMPLES
HEX to CMYK examples
| Color | HEX | CMYK |
|---|---|---|
| Red | #FF0000 |
cmyk(0%, 100%, 100%, 0%) |
| Tomato | #FF6347 |
cmyk(0%, 61%, 72%, 0%) |
| Orange | #FFA500 |
cmyk(0%, 35%, 100%, 0%) |
| Gold | #FFD700 |
cmyk(0%, 16%, 100%, 0%) |
| Limegreen | #32CD32 |
cmyk(76%, 0%, 76%, 20%) |
| Teal | #008080 |
cmyk(100%, 0%, 0%, 50%) |
| Dodgerblue | #1E90FF |
cmyk(88%, 44%, 0%, 0%) |
| Royalblue | #4169E1 |
cmyk(71%, 53%, 0%, 12%) |
| Blueviolet | #8A2BE2 |
cmyk(39%, 81%, 0%, 11%) |
| Hotpink | #FF69B4 |
cmyk(0%, 59%, 29%, 0%) |
MORE