How to convert HEX to CMYK?
Enter a value in HEX and the converter will instantly calculate the equivalent in CMYK. All conversions are done locally in your browser for maximum speed and privacy.
Common HEX to CMYK conversions
| HEX | CMYK |
|---|---|
| #ff0000 | cmyk(0%, 100%, 100%, 0%) |
| #ff8c00 | cmyk(0%, 45.1%, 100%, 0%) |
| #ffd700 | cmyk(0%, 15.7%, 100%, 0%) |
| #008000 | cmyk(100%, 0%, 100%, 49.8%) |
| #0000ff | cmyk(100%, 100%, 0%, 0%) |
| #800080 | cmyk(0%, 100%, 0%, 49.8%) |
What is the difference between HEX and CMYK?
HEX codes represent colors as six hexadecimal digits. They are the most compact color format for CSS and HTML. CMYK uses cyan, magenta, yellow and black ink channels. It is the standard color model for professional printing.