Shades of Medium Violet Red #C02096
Tints of Medium Violet Red #C02096
RGB
CMYK
RGB Variations
Color information
#C02096 (or 0xC02096) is known color: Medium Violet Red. HEX triplet: C0, 20 and 96. RGB value is (192,32,150). Sum of RGB (Red+Green+Blue) = 192+32+150=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C02096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02096 is #3FDF69. Grayscale: #5C5C5C. Windows color (decimal): -4185962 or 9838784. OLE color: 9838784.
HSL color Cylindrical-coordinate representation of color #C02096: hue angle of 315.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02096 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 150 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.25 |
| HSL | 315.75º | 0.71% | 0.44% | - |
| HSV(B) | 315.75º | 0.83% | 0.75% | - |
| XYZ | 27.76 | 14.44 | 30.18 | - |
| YUV | 93.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 150 | 0 | 0.83 | 0.22 | 0.25 | 315.75 | 0.71 | 0.44 |
| Hex | C0 | 20 | 96 | 0 | 53 | 16 | 19 | 13C | 47 | 2C |
| Octal | 300 | 40 | 226 | 0 | 123 | 26 | 31 | 474 | 107 | 54 |
| Binary | 11000000 | 100000 | 10010110 | 0 | 1010011 | 10110 | 11001 | 100111100 | 1000111 | 101100 |
Color Harmonies of #C02096
Complementary color
Monochromatic Colors of #C02096
Black with #C02096
Text Example
Text Example
White with #C02096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02096; }
p { color: rgb(192,32,150); }
H1.HeaderClassName
{
color: #C02096;
}
.AnyTagClassName
{
color: #C02096;
}
</style>
background-color css
<style>
a { background-color: #C02096; }
a { background-color: rgb(192,32,150); }
div.DivClassName
{
background-color: #C02096;
}
.BgClassName
{
background-color: #C02096;
}
</style>
border-color css
<style>
span { border-color: #C02096; }
span { border-color: rgb(192,32,150); }
td.TdClassName
{
border-color: #C02096;
}
.TagClassName
{
border-color: #C02096;
}
</style>