#CC0FE2
A medium, vivid magenta closely aligning with Fuchsia.
About #CC0FE2
The hex code #CC0FE2 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Fuchsia. This translates to an RGB value of rgb(204, 15, 226).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 10% cyan, 93% magenta, 0% yellow, and 11% black. With a hue angle of 293.7 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC0FE2
RGB204, 15, 226
HSL293.7°, 87.6%, 47.3%
CMYK10%, 93%, 0%, 11%
HSV293.7°, 93.4%, 88.6%
LAB50.3, 85.1, -61.1
XYZ38.8, 18.7, 73.5
Decimal13373410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.44:1
Text on #FFFFFF
AA Large
4.73:1
Text on #000000
AA
4.24:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0FE2;
}
.text-color {
color: #CC0FE2;
}
.border-color {
border: 2px solid #CC0FE2;
}