#C71585
mediumvioletred
#C71585 is a magenta colour. In RGB it is 199 red, 21 green and 133 blue, which converts to a hue of 322 degrees, 81% saturation and 43% lightness. It is one of the named CSS colours, written as mediumvioletred in stylesheets.
Color values
| HEX | #C71585 |
|---|---|
| RGB | rgb(199, 21, 133) |
| HSL | hsl(322, 81%, 43%) |
| HSV | hsv(322, 89%, 78%) |
| CMYK | cmyk(0%, 89%, 33%, 22%) |
Contrast and accessibility
Against white the contrast ratio is 5.42:1, and against black it is 3.87:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 5.42:1 | AA | AAA |
| Black | 3.87:1 | Fail | AA |
Tints and shades
Lighter tints move #C71585 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #C71585; |
|---|---|
| CSS rgb() | color: rgb(199 21 133); |
| Tailwind | bg-[#c71585] |
| SwiftUI | Color(red: 0.780, green: 0.082, blue: 0.522) |
| Android | Color.parseColor("#C71585") |