Shades of Medium Violet Red #C02186
Tints of Medium Violet Red #C02186
RGB
CMYK
RGB Variations
Color information
#C02186 (or 0xC02186) is known color: Medium Violet Red. HEX triplet: C0, 21 and 86. RGB value is (192,33,134). Sum of RGB (Red+Green+Blue) = 192+33+134=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C02186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02186 is #3FDE79. Grayscale: #5B5B5B. Windows color (decimal): -4185722 or 8790464. OLE color: 8790464.
HSL color Cylindrical-coordinate representation of color #C02186: hue angle of 321.89º 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 #C02186 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 134 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.25 |
| HSL | 321.89º | 0.71% | 0.44% | - |
| HSV(B) | 321.89º | 0.83% | 0.75% | - |
| XYZ | 26.59 | 14.02 | 23.86 | - |
| YUV | 92.06 | 151.68 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 134 | 0 | 0.83 | 0.30 | 0.25 | 321.89 | 0.71 | 0.44 |
| Hex | C0 | 21 | 86 | 0 | 53 | 1E | 19 | 142 | 47 | 2C |
| Octal | 300 | 41 | 206 | 0 | 123 | 36 | 31 | 502 | 107 | 54 |
| Binary | 11000000 | 100001 | 10000110 | 0 | 1010011 | 11110 | 11001 | 101000010 | 1000111 | 101100 |
Color Harmonies of #C02186
Complementary color
Monochromatic Colors of #C02186
Black with #C02186
Text Example
Text Example
White with #C02186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02186; }
p { color: rgb(192,33,134); }
H1.HeaderClassName
{
color: #C02186;
}
.AnyTagClassName
{
color: #C02186;
}
</style>
background-color css
<style>
a { background-color: #C02186; }
a { background-color: rgb(192,33,134); }
div.DivClassName
{
background-color: #C02186;
}
.BgClassName
{
background-color: #C02186;
}
</style>
border-color css
<style>
span { border-color: #C02186; }
span { border-color: rgb(192,33,134); }
td.TdClassName
{
border-color: #C02186;
}
.TagClassName
{
border-color: #C02186;
}
</style>