Shades of Medium Violet Red #C02496
Tints of Medium Violet Red #C02496
RGB
CMYK
RGB Variations
Color information
#C02496 (or 0xC02496) is known color: Medium Violet Red. HEX triplet: C0, 24 and 96. RGB value is (192,36,150). Sum of RGB (Red+Green+Blue) = 192+36+150=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C02496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02496 is #3FDB69. Grayscale: #5F5F5F. Windows color (decimal): -4184938 or 9839808. OLE color: 9839808.
HSL color Cylindrical-coordinate representation of color #C02496: hue angle of 316.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02496 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 150 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.25 |
| HSL | 316.15º | 0.68% | 0.45% | - |
| HSV(B) | 316.15º | 0.81% | 0.75% | - |
| XYZ | 27.87 | 14.67 | 30.22 | - |
| YUV | 95.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 150 | 0 | 0.81 | 0.22 | 0.25 | 316.15 | 0.68 | 0.45 |
| Hex | C0 | 24 | 96 | 0 | 51 | 16 | 19 | 13C | 44 | 2D |
| Octal | 300 | 44 | 226 | 0 | 121 | 26 | 31 | 474 | 104 | 55 |
| Binary | 11000000 | 100100 | 10010110 | 0 | 1010001 | 10110 | 11001 | 100111100 | 1000100 | 101101 |
Color Harmonies of #C02496
Complementary color
Monochromatic Colors of #C02496
Black with #C02496
Text Example
Text Example
White with #C02496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02496; }
p { color: rgb(192,36,150); }
H1.HeaderClassName
{
color: #C02496;
}
.AnyTagClassName
{
color: #C02496;
}
</style>
background-color css
<style>
a { background-color: #C02496; }
a { background-color: rgb(192,36,150); }
div.DivClassName
{
background-color: #C02496;
}
.BgClassName
{
background-color: #C02496;
}
</style>
border-color css
<style>
span { border-color: #C02496; }
span { border-color: rgb(192,36,150); }
td.TdClassName
{
border-color: #C02496;
}
.TagClassName
{
border-color: #C02496;
}
</style>