Shades of Medium Violet Red #C20086
Tints of Medium Violet Red #C20086
RGB
CMYK
RGB Variations
Color information
#C20086 (or 0xC20086) is known color: Medium Violet Red. HEX triplet: C2, 00 and 86. RGB value is (194,0,134). Sum of RGB (Red+Green+Blue) = 194+0+134=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C20086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20086 is #3DFF79. Grayscale: #484848. Windows color (decimal): -4063098 or 8782018. OLE color: 8782018.
HSL color Cylindrical-coordinate representation of color #C20086: hue angle of 318.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20086 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.31 | 0.24 |
| HSL | 318.56º | 1% | 0.38% | - |
| HSV(B) | 318.56º | 1% | 0.76% | - |
| XYZ | 26.55 | 13.19 | 23.7 | - |
| YUV | 73.28 | 162.27 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 134 | 0 | 1 | 0.31 | 0.24 | 318.56 | 1 | 0.38 |
| Hex | C2 | 0 | 86 | 0 | 64 | 1F | 18 | 13F | 64 | 26 |
| Octal | 302 | 0 | 206 | 0 | 144 | 37 | 30 | 477 | 144 | 46 |
| Binary | 11000010 | 0 | 10000110 | 0 | 1100100 | 11111 | 11000 | 100111111 | 1100100 | 100110 |
Color Harmonies of #C20086
Complementary color
Monochromatic Colors of #C20086
Black with #C20086
Text Example
Text Example
White with #C20086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20086; }
p { color: rgb(194,0,134); }
H1.HeaderClassName
{
color: #C20086;
}
.AnyTagClassName
{
color: #C20086;
}
</style>
background-color css
<style>
a { background-color: #C20086; }
a { background-color: rgb(194,0,134); }
div.DivClassName
{
background-color: #C20086;
}
.BgClassName
{
background-color: #C20086;
}
</style>
border-color css
<style>
span { border-color: #C20086; }
span { border-color: rgb(194,0,134); }
td.TdClassName
{
border-color: #C20086;
}
.TagClassName
{
border-color: #C20086;
}
</style>