Shades of Medium Violet Red #C91872
Tints of Medium Violet Red #C91872
RGB
CMYK
RGB Variations
Color information
#C91872 (or 0xC91872) is known color: Medium Violet Red. HEX triplet: C9, 18 and 72. RGB value is (201,24,114). Sum of RGB (Red+Green+Blue) = 201+24+114=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C91872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91872 is #36E78D. Grayscale: #575757. Windows color (decimal): -3598222 or 7477449. OLE color: 7477449.
HSL color Cylindrical-coordinate representation of color #C91872: hue angle of 329.49º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91872 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 114 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.21 |
| HSL | 329.49º | 0.79% | 0.44% | - |
| HSV(B) | 329.49º | 0.88% | 0.79% | - |
| XYZ | 27.45 | 14.29 | 17.23 | - |
| YUV | 87.18 | 143.14 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 114 | 0 | 0.88 | 0.43 | 0.21 | 329.49 | 0.79 | 0.44 |
| Hex | C9 | 18 | 72 | 0 | 58 | 2B | 15 | 149 | 4F | 2C |
| Octal | 311 | 30 | 162 | 0 | 130 | 53 | 25 | 511 | 117 | 54 |
| Binary | 11001001 | 11000 | 1110010 | 0 | 1011000 | 101011 | 10101 | 101001001 | 1001111 | 101100 |
Color Harmonies of #C91872
Complementary color
Monochromatic Colors of #C91872
Black with #C91872
Text Example
Text Example
White with #C91872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91872; }
p { color: rgb(201,24,114); }
H1.HeaderClassName
{
color: #C91872;
}
.AnyTagClassName
{
color: #C91872;
}
</style>
background-color css
<style>
a { background-color: #C91872; }
a { background-color: rgb(201,24,114); }
div.DivClassName
{
background-color: #C91872;
}
.BgClassName
{
background-color: #C91872;
}
</style>
border-color css
<style>
span { border-color: #C91872; }
span { border-color: rgb(201,24,114); }
td.TdClassName
{
border-color: #C91872;
}
.TagClassName
{
border-color: #C91872;
}
</style>