Shades of Medium Red Violet #C02887
Tints of Medium Red Violet #C02887
RGB
CMYK
RGB Variations
Color information
#C02887 (or 0xC02887) is known color: Medium Red Violet. HEX triplet: C0, 28 and 87. RGB value is (192,40,135). Sum of RGB (Red+Green+Blue) = 192+40+135=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C02887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02887 is #3FD778. Grayscale: #606060. Windows color (decimal): -4183929 or 8857792. OLE color: 8857792.
HSL color Cylindrical-coordinate representation of color #C02887: hue angle of 322.5º 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 #C02887 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 135 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.25 |
| HSL | 322.5º | 0.66% | 0.45% | - |
| HSV(B) | 322.5º | 0.79% | 0.75% | - |
| XYZ | 26.87 | 14.47 | 24.3 | - |
| YUV | 96.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 135 | 0 | 0.79 | 0.30 | 0.25 | 322.5 | 0.66 | 0.45 |
| Hex | C0 | 28 | 87 | 0 | 4F | 1E | 19 | 142 | 42 | 2D |
| Octal | 300 | 50 | 207 | 0 | 117 | 36 | 31 | 502 | 102 | 55 |
| Binary | 11000000 | 101000 | 10000111 | 0 | 1001111 | 11110 | 11001 | 101000010 | 1000010 | 101101 |
Color Harmonies of #C02887
Complementary color
Monochromatic Colors of #C02887
Black with #C02887
Text Example
Text Example
White with #C02887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02887; }
p { color: rgb(192,40,135); }
H1.HeaderClassName
{
color: #C02887;
}
.AnyTagClassName
{
color: #C02887;
}
</style>
background-color css
<style>
a { background-color: #C02887; }
a { background-color: rgb(192,40,135); }
div.DivClassName
{
background-color: #C02887;
}
.BgClassName
{
background-color: #C02887;
}
</style>
border-color css
<style>
span { border-color: #C02887; }
span { border-color: rgb(192,40,135); }
td.TdClassName
{
border-color: #C02887;
}
.TagClassName
{
border-color: #C02887;
}
</style>