Shades of Medium Violet Red #C02490
Tints of Medium Violet Red #C02490
RGB
CMYK
RGB Variations
Color information
#C02490 (or 0xC02490) is known color: Medium Violet Red. HEX triplet: C0, 24 and 90. RGB value is (192,36,144). Sum of RGB (Red+Green+Blue) = 192+36+144=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C02490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02490 is #3FDB6F. Grayscale: #5E5E5E. Windows color (decimal): -4184944 or 9446592. OLE color: 9446592.
HSL color Cylindrical-coordinate representation of color #C02490: hue angle of 318.46º 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 #C02490 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 144 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.25 |
| HSL | 318.46º | 0.68% | 0.45% | - |
| HSV(B) | 318.46º | 0.81% | 0.75% | - |
| XYZ | 27.4 | 14.48 | 27.74 | - |
| YUV | 94.96 | 155.68 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 144 | 0 | 0.81 | 0.25 | 0.25 | 318.46 | 0.68 | 0.45 |
| Hex | C0 | 24 | 90 | 0 | 51 | 19 | 19 | 13E | 44 | 2D |
| Octal | 300 | 44 | 220 | 0 | 121 | 31 | 31 | 476 | 104 | 55 |
| Binary | 11000000 | 100100 | 10010000 | 0 | 1010001 | 11001 | 11001 | 100111110 | 1000100 | 101101 |
Color Harmonies of #C02490
Complementary color
Monochromatic Colors of #C02490
Black with #C02490
Text Example
Text Example
White with #C02490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02490; }
p { color: rgb(192,36,144); }
H1.HeaderClassName
{
color: #C02490;
}
.AnyTagClassName
{
color: #C02490;
}
</style>
background-color css
<style>
a { background-color: #C02490; }
a { background-color: rgb(192,36,144); }
div.DivClassName
{
background-color: #C02490;
}
.BgClassName
{
background-color: #C02490;
}
</style>
border-color css
<style>
span { border-color: #C02490; }
span { border-color: rgb(192,36,144); }
td.TdClassName
{
border-color: #C02490;
}
.TagClassName
{
border-color: #C02490;
}
</style>