Shades of Medium Violet Red #C02087
Tints of Medium Violet Red #C02087
RGB
CMYK
RGB Variations
Color information
#C02087 (or 0xC02087) is known color: Medium Violet Red. HEX triplet: C0, 20 and 87. RGB value is (192,32,135). Sum of RGB (Red+Green+Blue) = 192+32+135=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C02087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02087 is #3FDF78. Grayscale: #5B5B5B. Windows color (decimal): -4185977 or 8855744. OLE color: 8855744.
HSL color Cylindrical-coordinate representation of color #C02087: hue angle of 321.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02087 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 135 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.25 |
| HSL | 321.38º | 0.71% | 0.44% | - |
| HSV(B) | 321.38º | 0.83% | 0.75% | - |
| XYZ | 26.63 | 13.99 | 24.22 | - |
| YUV | 91.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 135 | 0 | 0.83 | 0.30 | 0.25 | 321.38 | 0.71 | 0.44 |
| Hex | C0 | 20 | 87 | 0 | 53 | 1E | 19 | 141 | 47 | 2C |
| Octal | 300 | 40 | 207 | 0 | 123 | 36 | 31 | 501 | 107 | 54 |
| Binary | 11000000 | 100000 | 10000111 | 0 | 1010011 | 11110 | 11001 | 101000001 | 1000111 | 101100 |
Color Harmonies of #C02087
Complementary color
Monochromatic Colors of #C02087
Black with #C02087
Text Example
Text Example
White with #C02087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02087; }
p { color: rgb(192,32,135); }
H1.HeaderClassName
{
color: #C02087;
}
.AnyTagClassName
{
color: #C02087;
}
</style>
background-color css
<style>
a { background-color: #C02087; }
a { background-color: rgb(192,32,135); }
div.DivClassName
{
background-color: #C02087;
}
.BgClassName
{
background-color: #C02087;
}
</style>
border-color css
<style>
span { border-color: #C02087; }
span { border-color: rgb(192,32,135); }
td.TdClassName
{
border-color: #C02087;
}
.TagClassName
{
border-color: #C02087;
}
</style>