Shades of Medium Violet Red #C02296
Tints of Medium Violet Red #C02296
RGB
CMYK
RGB Variations
Color information
#C02296 (or 0xC02296) is known color: Medium Violet Red. HEX triplet: C0, 22 and 96. RGB value is (192,34,150). Sum of RGB (Red+Green+Blue) = 192+34+150=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C02296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02296 is #3FDD69. Grayscale: #5E5E5E. Windows color (decimal): -4185450 or 9839296. OLE color: 9839296.
HSL color Cylindrical-coordinate representation of color #C02296: hue angle of 315.95º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02296 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 150 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.25 |
| HSL | 315.95º | 0.7% | 0.44% | - |
| HSV(B) | 315.95º | 0.82% | 0.75% | - |
| XYZ | 27.82 | 14.55 | 30.2 | - |
| YUV | 94.47 | 159.35 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 150 | 0 | 0.82 | 0.22 | 0.25 | 315.95 | 0.7 | 0.44 |
| Hex | C0 | 22 | 96 | 0 | 52 | 16 | 19 | 13C | 46 | 2C |
| Octal | 300 | 42 | 226 | 0 | 122 | 26 | 31 | 474 | 106 | 54 |
| Binary | 11000000 | 100010 | 10010110 | 0 | 1010010 | 10110 | 11001 | 100111100 | 1000110 | 101100 |
Color Harmonies of #C02296
Complementary color
Monochromatic Colors of #C02296
Black with #C02296
Text Example
Text Example
White with #C02296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02296; }
p { color: rgb(192,34,150); }
H1.HeaderClassName
{
color: #C02296;
}
.AnyTagClassName
{
color: #C02296;
}
</style>
background-color css
<style>
a { background-color: #C02296; }
a { background-color: rgb(192,34,150); }
div.DivClassName
{
background-color: #C02296;
}
.BgClassName
{
background-color: #C02296;
}
</style>
border-color css
<style>
span { border-color: #C02296; }
span { border-color: rgb(192,34,150); }
td.TdClassName
{
border-color: #C02296;
}
.TagClassName
{
border-color: #C02296;
}
</style>