Shades of Medium Violet Red #C91996
Tints of Medium Violet Red #C91996
RGB
CMYK
RGB Variations
Color information
#C91996 (or 0xC91996) is known color: Medium Violet Red. HEX triplet: C9, 19 and 96. RGB value is (201,25,150). Sum of RGB (Red+Green+Blue) = 201+25+150=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C91996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91996 is #36E669. Grayscale: #5B5B5B. Windows color (decimal): -3597930 or 9837001. OLE color: 9837001.
HSL color Cylindrical-coordinate representation of color #C91996: hue angle of 317.39º degrees, saturation: 0.78, 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 #C91996 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 150 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.21 |
| HSL | 317.39º | 0.78% | 0.44% | - |
| HSV(B) | 317.39º | 0.88% | 0.79% | - |
| XYZ | 29.94 | 15.31 | 30.23 | - |
| YUV | 91.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 150 | 0 | 0.88 | 0.25 | 0.21 | 317.39 | 0.78 | 0.44 |
| Hex | C9 | 19 | 96 | 0 | 58 | 19 | 15 | 13D | 4E | 2C |
| Octal | 311 | 31 | 226 | 0 | 130 | 31 | 25 | 475 | 116 | 54 |
| Binary | 11001001 | 11001 | 10010110 | 0 | 1011000 | 11001 | 10101 | 100111101 | 1001110 | 101100 |
Color Harmonies of #C91996
Complementary color
Monochromatic Colors of #C91996
Black with #C91996
Text Example
Text Example
White with #C91996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91996; }
p { color: rgb(201,25,150); }
H1.HeaderClassName
{
color: #C91996;
}
.AnyTagClassName
{
color: #C91996;
}
</style>
background-color css
<style>
a { background-color: #C91996; }
a { background-color: rgb(201,25,150); }
div.DivClassName
{
background-color: #C91996;
}
.BgClassName
{
background-color: #C91996;
}
</style>
border-color css
<style>
span { border-color: #C91996; }
span { border-color: rgb(201,25,150); }
td.TdClassName
{
border-color: #C91996;
}
.TagClassName
{
border-color: #C91996;
}
</style>