Shades of Medium Red Violet #C02488
Tints of Medium Red Violet #C02488
RGB
CMYK
RGB Variations
Color information
#C02488 (or 0xC02488) is known color: Medium Red Violet. HEX triplet: C0, 24 and 88. RGB value is (192,36,136). Sum of RGB (Red+Green+Blue) = 192+36+136=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C02488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02488 is #3FDB77. Grayscale: #5D5D5D. Windows color (decimal): -4184952 or 8922304. OLE color: 8922304.
HSL color Cylindrical-coordinate representation of color #C02488: hue angle of 321.54º 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 #C02488 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 136 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.25 |
| HSL | 321.54º | 0.68% | 0.45% | - |
| HSV(B) | 321.54º | 0.81% | 0.75% | - |
| XYZ | 26.81 | 14.25 | 24.63 | - |
| YUV | 94.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 136 | 0 | 0.81 | 0.29 | 0.25 | 321.54 | 0.68 | 0.45 |
| Hex | C0 | 24 | 88 | 0 | 51 | 1D | 19 | 142 | 44 | 2D |
| Octal | 300 | 44 | 210 | 0 | 121 | 35 | 31 | 502 | 104 | 55 |
| Binary | 11000000 | 100100 | 10001000 | 0 | 1010001 | 11101 | 11001 | 101000010 | 1000100 | 101101 |
Color Harmonies of #C02488
Complementary color
Monochromatic Colors of #C02488
Black with #C02488
Text Example
Text Example
White with #C02488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02488; }
p { color: rgb(192,36,136); }
H1.HeaderClassName
{
color: #C02488;
}
.AnyTagClassName
{
color: #C02488;
}
</style>
background-color css
<style>
a { background-color: #C02488; }
a { background-color: rgb(192,36,136); }
div.DivClassName
{
background-color: #C02488;
}
.BgClassName
{
background-color: #C02488;
}
</style>
border-color css
<style>
span { border-color: #C02488; }
span { border-color: rgb(192,36,136); }
td.TdClassName
{
border-color: #C02488;
}
.TagClassName
{
border-color: #C02488;
}
</style>