Convert

Hex to CMYK converter

Paste a hex code and read cyan, magenta, yellow and key instantly. HueKit also shows RGB and HSL so you have every format at once.

#12C2E9
HEX#12C2E9
RGBrgb(18, 194, 233)
HSLhsl(191, 86%, 49%)
HSVhsv(191, 92%, 91%)
CMYKcmyk(92%, 17%, 0%, 9%)
Shades and tints
04272f
074e5d
0b748c
0e9bba
12c2e9
41ceed
71daf2
a0e7f6
d0f3fb
Complementary
12c2e9
e93912
Analogous
12e9a5
12c2e9
1257e9
Triadic
12c2e9
e912c2
c2e912

How hex becomes CMYK

A hex code is really three RGB channels in disguise, two digits each for red, green and blue. HueKit first unpacks those digits back into numbers from 0 to 255. From there it finds the key, or black, as one minus the strongest channel, and derives cyan, magenta and yellow from how far the other channels sit below that peak once the key is divided back out.

RGB and CMYK do not share the exact same gamut, so this is a standard approximation rather than a guaranteed color match. It is the same formula print previews and design tools use for a quick on-screen estimate.

When you need this jump

This conversion is handy whenever a hex value from a brand kit or a website needs to travel into a print layout. Paste the hex and read off cyan, magenta, yellow and key as a starting point. The reverse direction lives at CMYK to hex, and the raw channels without the packed string are at hex to RGB.

Frequently asked questions

How do I convert hex to CMYK?

Hex first unpacks into RGB channels from 0 to 255. HueKit then finds the key, or black, from the strongest of those channels, and works out cyan, magenta and yellow from how far red, green and blue fall short of that peak.

Can I use this to prep a hex brand color for print?

It gives you a solid starting CMYK value for a quick preview or a rough print brief. Before a real print run, ask your printer to convert through their ICC profile, since paper stock and ink brand shift the final numbers.

Does a 3 digit hex code work here too?

Yes. A shorthand like #0af expands to #00aaff first by doubling each digit, then converts to CMYK exactly like a full 6 digit code.

Related tools