#C50FFF
A medium, vivid magenta closely aligning with Darkviolet.
About #C50FFF
At its core, #C50FFF is a medium and vivid hue. Designers often compare it to the standard color Darkviolet. In the RGB color space, it consists of 197 red, 15 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 23% Cyan, 94% Magenta, 0% Yellow, and 0% Black. With a hue angle of 285.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C50FFF
RGB197, 15, 255
HSL285.5°, 100.0%, 52.9%
CMYK23%, 94%, 0%, 0%
HSV285.5°, 94.1%, 100.0%
LAB51.2, 88.9, -76.1
XYZ41.2, 19.4, 96.2
Decimal12914687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.89:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C50FFF;
}
.text-color {
color: #C50FFF;
}
.border-color {
border: 2px solid #C50FFF;
}