#CC1DFF
A medium, vivid magenta closely aligning with Fuchsia.
About #CC1DFF
When working with digital screens, the color #CC1DFF is rendered by mixing light. Its closest recognized web color is Fuchsia. Its digital footprint relies on 204 parts red, 29 parts green, and 255 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 20% cyan and 89% magenta inks. With a hue angle of 286.5 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC1DFF
RGB204, 29, 255
HSL286.5°, 100.0%, 55.7%
CMYK20%, 89%, 0%, 0%
HSV286.5°, 88.6%, 100.0%
LAB52.9, 88.1, -73.3
XYZ43.4, 20.9, 96.4
Decimal13377023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1DFF;
}
.text-color {
color: #CC1DFF;
}
.border-color {
border: 2px solid #CC1DFF;
}