Shades of Medium Violet Red #C02497
Tints of Medium Violet Red #C02497
RGB
CMYK
RGB Variations
Color information
#C02497 (or 0xC02497) is known color: Medium Violet Red. HEX triplet: C0, 24 and 97. RGB value is (192,36,151). Sum of RGB (Red+Green+Blue) = 192+36+151=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C02497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02497 is #3FDB68. Grayscale: #5F5F5F. Windows color (decimal): -4184937 or 9905344. OLE color: 9905344.
HSL color Cylindrical-coordinate representation of color #C02497: hue angle of 315.77º 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 #C02497 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 151 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.25 |
| HSL | 315.77º | 0.68% | 0.45% | - |
| HSV(B) | 315.77º | 0.81% | 0.75% | - |
| XYZ | 27.96 | 14.7 | 30.64 | - |
| YUV | 95.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 151 | 0 | 0.81 | 0.21 | 0.25 | 315.77 | 0.68 | 0.45 |
| Hex | C0 | 24 | 97 | 0 | 51 | 15 | 19 | 13C | 44 | 2D |
| Octal | 300 | 44 | 227 | 0 | 121 | 25 | 31 | 474 | 104 | 55 |
| Binary | 11000000 | 100100 | 10010111 | 0 | 1010001 | 10101 | 11001 | 100111100 | 1000100 | 101101 |
Color Harmonies of #C02497
Complementary color
Monochromatic Colors of #C02497
Black with #C02497
Text Example
Text Example
White with #C02497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02497; }
p { color: rgb(192,36,151); }
H1.HeaderClassName
{
color: #C02497;
}
.AnyTagClassName
{
color: #C02497;
}
</style>
background-color css
<style>
a { background-color: #C02497; }
a { background-color: rgb(192,36,151); }
div.DivClassName
{
background-color: #C02497;
}
.BgClassName
{
background-color: #C02497;
}
</style>
border-color css
<style>
span { border-color: #C02497; }
span { border-color: rgb(192,36,151); }
td.TdClassName
{
border-color: #C02497;
}
.TagClassName
{
border-color: #C02497;
}
</style>