#CC50F0
A light, vivid magenta closely aligning with Darkorchid.
About #CC50F0
When working with digital screens, the color #CC50F0 is rendered by mixing light. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(204, 80, 240).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 15% Cyan, 67% Magenta, 0% Yellow, and 6% Black. The HSL representation is 286.5° hue, 84.2% saturation, and 62.7% lightness.
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#CC50F0
RGB204, 80, 240
HSL286.5°, 84.2%, 62.7%
CMYK15%, 67%, 0%, 6%
HSV286.5°, 66.7%, 94.1%
LAB56.9, 70.9, -58.3
XYZ43.5, 24.9, 84.9
Decimal13390064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.97:1
Text on #000000
AA
3.36:1
Text on #F8FAFC
AA Large
5.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC50F0;
}
.text-color {
color: #CC50F0;
}
.border-color {
border: 2px solid #CC50F0;
}