Shades of Medium Violet Red #C20886
Tints of Medium Violet Red #C20886
RGB
CMYK
RGB Variations
Color information
#C20886 (or 0xC20886) is known color: Medium Violet Red. HEX triplet: C2, 08 and 86. RGB value is (194,8,134). Sum of RGB (Red+Green+Blue) = 194+8+134=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C20886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20886 is #3DF779. Grayscale: #4D4D4D. Windows color (decimal): -4061050 or 8784066. OLE color: 8784066.
HSL color Cylindrical-coordinate representation of color #C20886: hue angle of 319.35º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20886 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 134 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.24 |
| HSL | 319.35º | 0.92% | 0.4% | - |
| HSV(B) | 319.35º | 0.96% | 0.76% | - |
| XYZ | 26.64 | 13.36 | 23.73 | - |
| YUV | 77.98 | 159.62 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 134 | 0 | 0.96 | 0.31 | 0.24 | 319.35 | 0.92 | 0.4 |
| Hex | C2 | 8 | 86 | 0 | 60 | 1F | 18 | 13F | 5C | 28 |
| Octal | 302 | 10 | 206 | 0 | 140 | 37 | 30 | 477 | 134 | 50 |
| Binary | 11000010 | 1000 | 10000110 | 0 | 1100000 | 11111 | 11000 | 100111111 | 1011100 | 101000 |
Color Harmonies of #C20886
Complementary color
Monochromatic Colors of #C20886
Black with #C20886
Text Example
Text Example
White with #C20886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20886; }
p { color: rgb(194,8,134); }
H1.HeaderClassName
{
color: #C20886;
}
.AnyTagClassName
{
color: #C20886;
}
</style>
background-color css
<style>
a { background-color: #C20886; }
a { background-color: rgb(194,8,134); }
div.DivClassName
{
background-color: #C20886;
}
.BgClassName
{
background-color: #C20886;
}
</style>
border-color css
<style>
span { border-color: #C20886; }
span { border-color: rgb(194,8,134); }
td.TdClassName
{
border-color: #C20886;
}
.TagClassName
{
border-color: #C20886;
}
</style>