CMYK to HEX converter
Convert CMYK print percentages back to a hex color code for screen and web use.
Four values 0–100%
3, 6 or 8 hex digits, with or without #
All values for this color
CMYK to HEX reference table
Common colors with their Cyan, Magenta, Yellow, Key and Hexadecimal values. Select a name to open its full color page.
| Color | Name | cmyk | hex |
|---|---|---|---|
| Black | 0%, 0%, 0%, 100% | #000000 | |
| White | 0%, 0%, 0%, 0% | #FFFFFF | |
| Red | 0%, 100%, 100%, 0% | #FF0000 | |
| Green | 100%, 0%, 100%, 50% | #008000 | |
| Blue | 100%, 100%, 0%, 0% | #0000FF | |
| Yellow | 0%, 0%, 100%, 0% | #FFFF00 | |
| Cyan | 100%, 0%, 0%, 0% | #00FFFF | |
| Magenta | 0%, 100%, 0%, 0% | #FF00FF | |
| Orange | 0%, 35%, 100%, 0% | #FFA500 | |
| Purple | 0%, 100%, 0%, 50% | #800080 | |
| Pink | 0%, 25%, 20%, 0% | #FFC0CB | |
| Brown | 0%, 75%, 75%, 35% | #A52A2A | |
| Gray | 0%, 0%, 0%, 50% | #808080 | |
| Navy | 100%, 100%, 0%, 50% | #000080 | |
| Teal | 100%, 0%, 0%, 50% | #008080 | |
| Maroon | 0%, 100%, 100%, 50% | #800000 | |
| Olive | 0%, 0%, 100%, 50% | #808000 | |
| Lime | 100%, 0%, 100%, 0% | #00FF00 | |
| Silver | 0%, 0%, 0%, 25% | #C0C0C0 | |
| Gold | 0%, 16%, 100%, 0% | #FFD700 |
Frequently asked questions
How do I convert CMYK to hex?
Each CMYK percentage is combined with the key (black) channel to produce red, green and blue, which are then written as a six-digit hex code. This converter performs the calculation as you type.
Will the on-screen color match my print?
Not exactly. CMYK is device-dependent, so the hex you get is a mathematical sRGB equivalent, not a color-managed proof. Use it for web work; rely on an ICC profile for print-accurate matching.
Can every CMYK value become hex?
Yes. Any set of four percentages from 0 to 100 maps to a single sRGB color and therefore to one hex code, though very saturated print colors may fall outside the sRGB gamut and get clipped.