Shades of Medium Violet Red #C20686
Tints of Medium Violet Red #C20686
RGB
CMYK
RGB Variations
Color information
#C20686 (or 0xC20686) is known color: Medium Violet Red. HEX triplet: C2, 06 and 86. RGB value is (194,6,134). Sum of RGB (Red+Green+Blue) = 194+6+134=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C20686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20686 is #3DF979. Grayscale: #4C4C4C. Windows color (decimal): -4061562 or 8783554. OLE color: 8783554.
HSL color Cylindrical-coordinate representation of color #C20686: hue angle of 319.15º degrees, saturation: 0.94, 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 #C20686 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.24 |
| HSL | 319.15º | 0.94% | 0.39% | - |
| HSV(B) | 319.15º | 0.97% | 0.76% | - |
| XYZ | 26.62 | 13.32 | 23.72 | - |
| YUV | 76.8 | 160.28 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 134 | 0 | 0.97 | 0.31 | 0.24 | 319.15 | 0.94 | 0.39 |
| Hex | C2 | 6 | 86 | 0 | 61 | 1F | 18 | 13F | 5E | 27 |
| Octal | 302 | 6 | 206 | 0 | 141 | 37 | 30 | 477 | 136 | 47 |
| Binary | 11000010 | 110 | 10000110 | 0 | 1100001 | 11111 | 11000 | 100111111 | 1011110 | 100111 |
Color Harmonies of #C20686
Complementary color
Monochromatic Colors of #C20686
Black with #C20686
Text Example
Text Example
White with #C20686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20686; }
p { color: rgb(194,6,134); }
H1.HeaderClassName
{
color: #C20686;
}
.AnyTagClassName
{
color: #C20686;
}
</style>
background-color css
<style>
a { background-color: #C20686; }
a { background-color: rgb(194,6,134); }
div.DivClassName
{
background-color: #C20686;
}
.BgClassName
{
background-color: #C20686;
}
</style>
border-color css
<style>
span { border-color: #C20686; }
span { border-color: rgb(194,6,134); }
td.TdClassName
{
border-color: #C20686;
}
.TagClassName
{
border-color: #C20686;
}
</style>