Shades of Medium Violet Red #C01796
Tints of Medium Violet Red #C01796
RGB
CMYK
RGB Variations
Color information
#C01796 (or 0xC01796) is known color: Medium Violet Red. HEX triplet: C0, 17 and 96. RGB value is (192,23,150). Sum of RGB (Red+Green+Blue) = 192+23+150=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C01796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01796 is #3FE869. Grayscale: #575757. Windows color (decimal): -4188266 or 9836480. OLE color: 9836480.
HSL color Cylindrical-coordinate representation of color #C01796: hue angle of 314.91º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01796 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 150 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.25 |
| HSL | 314.91º | 0.79% | 0.42% | - |
| HSV(B) | 314.91º | 0.88% | 0.75% | - |
| XYZ | 27.55 | 14.02 | 30.11 | - |
| YUV | 88.01 | 162.99 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 150 | 0 | 0.88 | 0.22 | 0.25 | 314.91 | 0.79 | 0.42 |
| Hex | C0 | 17 | 96 | 0 | 58 | 16 | 19 | 13B | 4F | 2A |
| Octal | 300 | 27 | 226 | 0 | 130 | 26 | 31 | 473 | 117 | 52 |
| Binary | 11000000 | 10111 | 10010110 | 0 | 1011000 | 10110 | 11001 | 100111011 | 1001111 | 101010 |
Color Harmonies of #C01796
Complementary color
Monochromatic Colors of #C01796
Black with #C01796
Text Example
Text Example
White with #C01796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01796; }
p { color: rgb(192,23,150); }
H1.HeaderClassName
{
color: #C01796;
}
.AnyTagClassName
{
color: #C01796;
}
</style>
background-color css
<style>
a { background-color: #C01796; }
a { background-color: rgb(192,23,150); }
div.DivClassName
{
background-color: #C01796;
}
.BgClassName
{
background-color: #C01796;
}
</style>
border-color css
<style>
span { border-color: #C01796; }
span { border-color: rgb(192,23,150); }
td.TdClassName
{
border-color: #C01796;
}
.TagClassName
{
border-color: #C01796;
}
</style>