Shades of Medium Violet Red #C91796
Tints of Medium Violet Red #C91796
RGB
CMYK
RGB Variations
Color information
#C91796 (or 0xC91796) is known color: Medium Violet Red. HEX triplet: C9, 17 and 96. RGB value is (201,23,150). Sum of RGB (Red+Green+Blue) = 201+23+150=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C91796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91796 is #36E869. Grayscale: #5A5A5A. Windows color (decimal): -3598442 or 9836489. OLE color: 9836489.
HSL color Cylindrical-coordinate representation of color #C91796: hue angle of 317.19º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91796 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 150 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.21 |
| HSL | 317.19º | 0.79% | 0.44% | - |
| HSV(B) | 317.19º | 0.89% | 0.79% | - |
| XYZ | 29.9 | 15.23 | 30.22 | - |
| YUV | 90.7 | 161.47 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 150 | 0 | 0.89 | 0.25 | 0.21 | 317.19 | 0.79 | 0.44 |
| Hex | C9 | 17 | 96 | 0 | 59 | 19 | 15 | 13D | 4F | 2C |
| Octal | 311 | 27 | 226 | 0 | 131 | 31 | 25 | 475 | 117 | 54 |
| Binary | 11001001 | 10111 | 10010110 | 0 | 1011001 | 11001 | 10101 | 100111101 | 1001111 | 101100 |
Color Harmonies of #C91796
Complementary color
Monochromatic Colors of #C91796
Black with #C91796
Text Example
Text Example
White with #C91796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91796; }
p { color: rgb(201,23,150); }
H1.HeaderClassName
{
color: #C91796;
}
.AnyTagClassName
{
color: #C91796;
}
</style>
background-color css
<style>
a { background-color: #C91796; }
a { background-color: rgb(201,23,150); }
div.DivClassName
{
background-color: #C91796;
}
.BgClassName
{
background-color: #C91796;
}
</style>
border-color css
<style>
span { border-color: #C91796; }
span { border-color: rgb(201,23,150); }
td.TdClassName
{
border-color: #C91796;
}
.TagClassName
{
border-color: #C91796;
}
</style>