#CC00F0
A medium, vivid magenta closely aligning with Fuchsia.
About #CC00F0
At its core, #CC00F0 is a medium and vivid hue. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 204 red, 0 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 15% C, 100% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC00F0
RGB204, 0, 240
HSL291.0°, 100.0%, 47.1%
CMYK15%, 100%, 0%, 6%
HSV291.0°, 100.0%, 94.1%
LAB50.8, 88.6, -68.2
XYZ40.6, 19.1, 84.0
Decimal13369584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC00F0;
}
.text-color {
color: #CC00F0;
}
.border-color {
border: 2px solid #CC00F0;
}