CMYK to HEX Color Converter
Instantly convert Cyan, Magenta, Yellow, Key (Black) (CMYK) to Hexadecimal (HEX) color codes. Enter any CMYK value and get the HEX equivalent in real time — no signup required.
Color Preview
#6366F2
All formats
#6366F2
rgb(99, 102, 242)
hsl(239, 85%, 67%)
CMYK vs HEX — What's the Difference?
CMYK
Cyan, Magenta, Yellow, Key (Black)
Four percentages for Cyan, Magenta, Yellow, and Black ink. The standard color model for print design and professional publishing.
Example: Not natively supported in CSS (convert to HEX first)
HEX
Hexadecimal
A 6-digit hex code (#RRGGBB) representing red, green, and blue channels in base-16. The most widely used color format in web development and CSS.
Example: color: #6366f1
How to Convert CMYK to HEX
All conversion math runs in your browser using the sRGB color space. No data is sent to a server.
Common Colors — CMYK to HEX Reference Table
| Color | CMYK | HEX |
|---|---|---|
| Red | cmyk(0%, 100%, 100%, 0%) | #FF0000 |
| Green | cmyk(100%, 0%, 100%, 50%) | #008000 |
| Blue | cmyk(100%, 100%, 0%, 0%) | #0000FF |
| White | cmyk(0%, 0%, 0%, 0%) | #FFFFFF |
| Black | cmyk(0%, 0%, 0%, 100%) | #000000 |
| Orange | cmyk(0%, 35%, 100%, 0%) | #FFA500 |
| Purple | cmyk(0%, 100%, 0%, 50%) | #800080 |
| Yellow | cmyk(0%, 0%, 100%, 0%) | #FFFF00 |
| Cyan | cmyk(100%, 0%, 0%, 0%) | #00FFFF |
| Magenta | cmyk(0%, 100%, 0%, 0%) | #FF00FF |
| Gray | cmyk(0%, 0%, 0%, 50%) | #808080 |
| Pink | cmyk(0%, 25%, 20%, 0%) | #FFC0CB |
Related Color Converters
Frequently Asked Questions
How do I convert CMYK to HEX?
To convert CMYK to HEX: Step 1: CMYK → RGB: R = 255×(1−C)×(1−K), etc. Step 2: RGB → HEX. Use the converter above to do this instantly for any color value.
What is the CMYK color format?
Cyan, Magenta, Yellow, Key (Black) (CMYK) — Four percentages for Cyan, Magenta, Yellow, and Black ink. The standard color model for print design and professional publishing.
What is the HEX color format?
Hexadecimal (HEX) — A 6-digit hex code (#RRGGBB) representing red, green, and blue channels in base-16. The most widely used color format in web development and CSS.
Is this CMYK to HEX converter free?
Yes. It is completely free, works in your browser with no signup or upload. All color math runs locally.
Can I convert HEX back to CMYK?
Yes — use the swap button in the converter above, or visit the HEX to CMYK converter page directly.