Medium Violet Red Hex Code — #C71585
RGB, HSL, and CMYK values for Medium Violet Red.
Medium Violet Red Color Values
| Format | Value |
|---|---|
| HEX | #C71585 |
| RGB | rgb(199, 21, 133) |
| HSL | hsl(322, 81%, 43%) |
| CMYK | cmyk(0%, 89%, 33%, 22%) |
Want to explore more shades? Use our Color Converter
About Medium Violet Red
Color psychology: Femininity, passion.
Medium Violet Red (#C71585) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where femininity, passion are desired associations.
How to Use Medium Violet Red in CSS
/* Using HEX */ color: #C71585; background-color: #C71585; /* Using RGB */ color: rgb(199, 21, 133); /* Using HSL */ color: hsl(322, 81%, 43%);