Shades of Medium Red Violet #C02988
Tints of Medium Red Violet #C02988
RGB
CMYK
RGB Variations
Color information
#C02988 (or 0xC02988) is known color: Medium Red Violet. HEX triplet: C0, 29 and 88. RGB value is (192,41,136). Sum of RGB (Red+Green+Blue) = 192+41+136=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C02988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02988 is #3FD677. Grayscale: #606060. Windows color (decimal): -4183672 or 8923584. OLE color: 8923584.
HSL color Cylindrical-coordinate representation of color #C02988: hue angle of 322.25º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02988 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 136 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.25 |
| HSL | 322.25º | 0.65% | 0.46% | - |
| HSV(B) | 322.25º | 0.79% | 0.75% | - |
| XYZ | 26.98 | 14.57 | 24.68 | - |
| YUV | 96.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 136 | 0 | 0.79 | 0.29 | 0.25 | 322.25 | 0.65 | 0.46 |
| Hex | C0 | 29 | 88 | 0 | 4F | 1D | 19 | 142 | 41 | 2E |
| Octal | 300 | 51 | 210 | 0 | 117 | 35 | 31 | 502 | 101 | 56 |
| Binary | 11000000 | 101001 | 10001000 | 0 | 1001111 | 11101 | 11001 | 101000010 | 1000001 | 101110 |
Color Harmonies of #C02988
Complementary color
Monochromatic Colors of #C02988
Black with #C02988
Text Example
Text Example
White with #C02988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02988; }
p { color: rgb(192,41,136); }
H1.HeaderClassName
{
color: #C02988;
}
.AnyTagClassName
{
color: #C02988;
}
</style>
background-color css
<style>
a { background-color: #C02988; }
a { background-color: rgb(192,41,136); }
div.DivClassName
{
background-color: #C02988;
}
.BgClassName
{
background-color: #C02988;
}
</style>
border-color css
<style>
span { border-color: #C02988; }
span { border-color: rgb(192,41,136); }
td.TdClassName
{
border-color: #C02988;
}
.TagClassName
{
border-color: #C02988;
}
</style>