Shades of Medium Red Violet #C02888
Tints of Medium Red Violet #C02888
RGB
CMYK
RGB Variations
Color information
#C02888 (or 0xC02888) is known color: Medium Red Violet. HEX triplet: C0, 28 and 88. RGB value is (192,40,136). Sum of RGB (Red+Green+Blue) = 192+40+136=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C02888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02888 is #3FD777. Grayscale: #606060. Windows color (decimal): -4183928 or 8923328. OLE color: 8923328.
HSL color Cylindrical-coordinate representation of color #C02888: hue angle of 322.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02888 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 136 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.25 |
| HSL | 322.11º | 0.66% | 0.45% | - |
| HSV(B) | 322.11º | 0.79% | 0.75% | - |
| XYZ | 26.94 | 14.5 | 24.67 | - |
| YUV | 96.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 136 | 0 | 0.79 | 0.29 | 0.25 | 322.11 | 0.66 | 0.45 |
| Hex | C0 | 28 | 88 | 0 | 4F | 1D | 19 | 142 | 42 | 2D |
| Octal | 300 | 50 | 210 | 0 | 117 | 35 | 31 | 502 | 102 | 55 |
| Binary | 11000000 | 101000 | 10001000 | 0 | 1001111 | 11101 | 11001 | 101000010 | 1000010 | 101101 |
Color Harmonies of #C02888
Complementary color
Monochromatic Colors of #C02888
Black with #C02888
Text Example
Text Example
White with #C02888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02888; }
p { color: rgb(192,40,136); }
H1.HeaderClassName
{
color: #C02888;
}
.AnyTagClassName
{
color: #C02888;
}
</style>
background-color css
<style>
a { background-color: #C02888; }
a { background-color: rgb(192,40,136); }
div.DivClassName
{
background-color: #C02888;
}
.BgClassName
{
background-color: #C02888;
}
</style>
border-color css
<style>
span { border-color: #C02888; }
span { border-color: rgb(192,40,136); }
td.TdClassName
{
border-color: #C02888;
}
.TagClassName
{
border-color: #C02888;
}
</style>