#CC00F8
A medium, vivid magenta closely aligning with Fuchsia.
About #CC00F8
When working with digital screens, the color #CC00F8 is rendered by mixing light. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 204 red, 0 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 18% C, 100% M, 0% Y, and 3% K. With a hue angle of 289.4 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#CC00F8
RGB204, 0, 248
HSL289.4°, 100.0%, 48.6%
CMYK18%, 100%, 0%, 3%
HSV289.4°, 100.0%, 97.3%
LAB51.4, 89.9, -71.8
XYZ41.8, 19.6, 90.4
Decimal13369592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC00F8;
}
.text-color {
color: #CC00F8;
}
.border-color {
border: 2px solid #CC00F8;
}