Shades of Medium Violet Red #C91596
Tints of Medium Violet Red #C91596
RGB
CMYK
RGB Variations
Color information
#C91596 (or 0xC91596) is known color: Medium Violet Red. HEX triplet: C9, 15 and 96. RGB value is (201,21,150). Sum of RGB (Red+Green+Blue) = 201+21+150=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C91596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91596 is #36EA69. Grayscale: #595959. Windows color (decimal): -3598954 or 9835977. OLE color: 9835977.
HSL color Cylindrical-coordinate representation of color #C91596: hue angle of 317º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91596 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 150 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.21 |
| HSL | 317º | 0.81% | 0.44% | - |
| HSV(B) | 317º | 0.9% | 0.79% | - |
| XYZ | 29.86 | 15.16 | 30.21 | - |
| YUV | 89.53 | 162.13 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 150 | 0 | 0.90 | 0.25 | 0.21 | 317 | 0.81 | 0.44 |
| Hex | C9 | 15 | 96 | 0 | 5A | 19 | 15 | 13D | 51 | 2C |
| Octal | 311 | 25 | 226 | 0 | 132 | 31 | 25 | 475 | 121 | 54 |
| Binary | 11001001 | 10101 | 10010110 | 0 | 1011010 | 11001 | 10101 | 100111101 | 1010001 | 101100 |
Color Harmonies of #C91596
Complementary color
Monochromatic Colors of #C91596
Black with #C91596
Text Example
Text Example
White with #C91596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91596; }
p { color: rgb(201,21,150); }
H1.HeaderClassName
{
color: #C91596;
}
.AnyTagClassName
{
color: #C91596;
}
</style>
background-color css
<style>
a { background-color: #C91596; }
a { background-color: rgb(201,21,150); }
div.DivClassName
{
background-color: #C91596;
}
.BgClassName
{
background-color: #C91596;
}
</style>
border-color css
<style>
span { border-color: #C91596; }
span { border-color: rgb(201,21,150); }
td.TdClassName
{
border-color: #C91596;
}
.TagClassName
{
border-color: #C91596;
}
</style>