#CC00FF
A medium, vivid magenta closely aligning with Fuchsia.
About #CC00FF
At its core, #CC00FF is a medium and vivid hue. Designers often compare it to the standard color Fuchsia. This translates to an RGB value of rgb(204, 0, 255).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 20% cyan, 100% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#CC00FF
RGB204, 0, 255
HSL288.0°, 100.0%, 50.0%
CMYK20%, 100%, 0%, 0%
HSV288.0°, 100.0%, 100.0%
LAB51.9, 91.0, -74.8
XYZ43.0, 20.1, 96.2
Decimal13369599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC00FF;
}
.text-color {
color: #CC00FF;
}
.border-color {
border: 2px solid #CC00FF;
}