#CC1DF0
A medium, vivid magenta closely aligning with Darkviolet.
About #CC1DF0
At its core, #CC1DF0 is a medium and vivid hue. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 204 red, 29 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, 88% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC1DF0
RGB204, 29, 240
HSL289.8°, 87.6%, 52.7%
CMYK15%, 88%, 0%, 6%
HSV289.8°, 87.9%, 94.1%
LAB51.8, 85.6, -66.6
XYZ41.1, 20.0, 84.1
Decimal13377008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1DF0;
}
.text-color {
color: #CC1DF0;
}
.border-color {
border: 2px solid #CC1DF0;
}