Shades of Medium Violet Red #C02498
Tints of Medium Violet Red #C02498
RGB
CMYK
RGB Variations
Color information
#C02498 (or 0xC02498) is known color: Medium Violet Red. HEX triplet: C0, 24 and 98. RGB value is (192,36,152). Sum of RGB (Red+Green+Blue) = 192+36+152=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C02498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02498 is #3FDB67. Grayscale: #5F5F5F. Windows color (decimal): -4184936 or 9970880. OLE color: 9970880.
HSL color Cylindrical-coordinate representation of color #C02498: hue angle of 315.38º 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 #C02498 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 152 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.25 |
| HSL | 315.38º | 0.68% | 0.45% | - |
| HSV(B) | 315.38º | 0.81% | 0.75% | - |
| XYZ | 28.04 | 14.74 | 31.07 | - |
| YUV | 95.87 | 159.68 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 152 | 0 | 0.81 | 0.21 | 0.25 | 315.38 | 0.68 | 0.45 |
| Hex | C0 | 24 | 98 | 0 | 51 | 15 | 19 | 13B | 44 | 2D |
| Octal | 300 | 44 | 230 | 0 | 121 | 25 | 31 | 473 | 104 | 55 |
| Binary | 11000000 | 100100 | 10011000 | 0 | 1010001 | 10101 | 11001 | 100111011 | 1000100 | 101101 |
Color Harmonies of #C02498
Complementary color
Monochromatic Colors of #C02498
Black with #C02498
Text Example
Text Example
White with #C02498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02498; }
p { color: rgb(192,36,152); }
H1.HeaderClassName
{
color: #C02498;
}
.AnyTagClassName
{
color: #C02498;
}
</style>
background-color css
<style>
a { background-color: #C02498; }
a { background-color: rgb(192,36,152); }
div.DivClassName
{
background-color: #C02498;
}
.BgClassName
{
background-color: #C02498;
}
</style>
border-color css
<style>
span { border-color: #C02498; }
span { border-color: rgb(192,36,152); }
td.TdClassName
{
border-color: #C02498;
}
.TagClassName
{
border-color: #C02498;
}
</style>