Shades of Medium Violet Red #C40986
Tints of Medium Violet Red #C40986
RGB
CMYK
RGB Variations
Color information
#C40986 (or 0xC40986) is known color: Medium Violet Red. HEX triplet: C4, 09 and 86. RGB value is (196,9,134). Sum of RGB (Red+Green+Blue) = 196+9+134=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C40986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40986 is #3BF679. Grayscale: #4E4E4E. Windows color (decimal): -3929722 or 8784324. OLE color: 8784324.
HSL color Cylindrical-coordinate representation of color #C40986: hue angle of 319.89º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40986 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 134 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.23 |
| HSL | 319.89º | 0.91% | 0.4% | - |
| HSV(B) | 319.89º | 0.95% | 0.77% | - |
| XYZ | 27.17 | 13.65 | 23.76 | - |
| YUV | 79.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 134 | 0 | 0.95 | 0.32 | 0.23 | 319.89 | 0.91 | 0.4 |
| Hex | C4 | 9 | 86 | 0 | 5F | 20 | 17 | 140 | 5B | 28 |
| Octal | 304 | 11 | 206 | 0 | 137 | 40 | 27 | 500 | 133 | 50 |
| Binary | 11000100 | 1001 | 10000110 | 0 | 1011111 | 100000 | 10111 | 101000000 | 1011011 | 101000 |
Color Harmonies of #C40986
Complementary color
Monochromatic Colors of #C40986
Black with #C40986
Text Example
Text Example
White with #C40986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40986; }
p { color: rgb(196,9,134); }
H1.HeaderClassName
{
color: #C40986;
}
.AnyTagClassName
{
color: #C40986;
}
</style>
background-color css
<style>
a { background-color: #C40986; }
a { background-color: rgb(196,9,134); }
div.DivClassName
{
background-color: #C40986;
}
.BgClassName
{
background-color: #C40986;
}
</style>
border-color css
<style>
span { border-color: #C40986; }
span { border-color: rgb(196,9,134); }
td.TdClassName
{
border-color: #C40986;
}
.TagClassName
{
border-color: #C40986;
}
</style>