Shades of Medium Violet Red #C20586
Tints of Medium Violet Red #C20586
RGB
CMYK
RGB Variations
Color information
#C20586 (or 0xC20586) is known color: Medium Violet Red. HEX triplet: C2, 05 and 86. RGB value is (194,5,134). Sum of RGB (Red+Green+Blue) = 194+5+134=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C20586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20586 is #3DFA79. Grayscale: #4B4B4B. Windows color (decimal): -4061818 or 8783298. OLE color: 8783298.
HSL color Cylindrical-coordinate representation of color #C20586: hue angle of 319.05º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20586 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 134 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.24 |
| HSL | 319.05º | 0.95% | 0.39% | - |
| HSV(B) | 319.05º | 0.97% | 0.76% | - |
| XYZ | 26.61 | 13.3 | 23.72 | - |
| YUV | 76.22 | 160.62 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 134 | 0 | 0.97 | 0.31 | 0.24 | 319.05 | 0.95 | 0.39 |
| Hex | C2 | 5 | 86 | 0 | 61 | 1F | 18 | 13F | 5F | 27 |
| Octal | 302 | 5 | 206 | 0 | 141 | 37 | 30 | 477 | 137 | 47 |
| Binary | 11000010 | 101 | 10000110 | 0 | 1100001 | 11111 | 11000 | 100111111 | 1011111 | 100111 |
Color Harmonies of #C20586
Complementary color
Monochromatic Colors of #C20586
Black with #C20586
Text Example
Text Example
White with #C20586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20586; }
p { color: rgb(194,5,134); }
H1.HeaderClassName
{
color: #C20586;
}
.AnyTagClassName
{
color: #C20586;
}
</style>
background-color css
<style>
a { background-color: #C20586; }
a { background-color: rgb(194,5,134); }
div.DivClassName
{
background-color: #C20586;
}
.BgClassName
{
background-color: #C20586;
}
</style>
border-color css
<style>
span { border-color: #C20586; }
span { border-color: rgb(194,5,134); }
td.TdClassName
{
border-color: #C20586;
}
.TagClassName
{
border-color: #C20586;
}
</style>