Shades of Medium Violet Red #C02492
Tints of Medium Violet Red #C02492
RGB
CMYK
RGB Variations
Color information
#C02492 (or 0xC02492) is known color: Medium Violet Red. HEX triplet: C0, 24 and 92. RGB value is (192,36,146). Sum of RGB (Red+Green+Blue) = 192+36+146=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C02492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02492 is #3FDB6D. Grayscale: #5E5E5E. Windows color (decimal): -4184942 or 9577664. OLE color: 9577664.
HSL color Cylindrical-coordinate representation of color #C02492: hue angle of 317.69º 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 #C02492 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 146 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.25 |
| HSL | 317.69º | 0.68% | 0.45% | - |
| HSV(B) | 317.69º | 0.81% | 0.75% | - |
| XYZ | 27.56 | 14.54 | 28.55 | - |
| YUV | 95.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 146 | 0 | 0.81 | 0.24 | 0.25 | 317.69 | 0.68 | 0.45 |
| Hex | C0 | 24 | 92 | 0 | 51 | 18 | 19 | 13E | 44 | 2D |
| Octal | 300 | 44 | 222 | 0 | 121 | 30 | 31 | 476 | 104 | 55 |
| Binary | 11000000 | 100100 | 10010010 | 0 | 1010001 | 11000 | 11001 | 100111110 | 1000100 | 101101 |
Color Harmonies of #C02492
Complementary color
Monochromatic Colors of #C02492
Black with #C02492
Text Example
Text Example
White with #C02492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02492; }
p { color: rgb(192,36,146); }
H1.HeaderClassName
{
color: #C02492;
}
.AnyTagClassName
{
color: #C02492;
}
</style>
background-color css
<style>
a { background-color: #C02492; }
a { background-color: rgb(192,36,146); }
div.DivClassName
{
background-color: #C02492;
}
.BgClassName
{
background-color: #C02492;
}
</style>
border-color css
<style>
span { border-color: #C02492; }
span { border-color: rgb(192,36,146); }
td.TdClassName
{
border-color: #C02492;
}
.TagClassName
{
border-color: #C02492;
}
</style>