Shades of Medium Violet Red #C40C86
Tints of Medium Violet Red #C40C86
RGB
CMYK
RGB Variations
Color information
#C40C86 (or 0xC40C86) is known color: Medium Violet Red. HEX triplet: C4, 0C and 86. RGB value is (196,12,134). Sum of RGB (Red+Green+Blue) = 196+12+134=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C86 is #3BF379. Grayscale: #505050. Windows color (decimal): -3928954 or 8785092. OLE color: 8785092.
HSL color Cylindrical-coordinate representation of color #C40C86: hue angle of 320.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C86 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 134 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.23 |
| HSL | 320.22º | 0.88% | 0.41% | - |
| HSV(B) | 320.22º | 0.94% | 0.77% | - |
| XYZ | 27.2 | 13.72 | 23.77 | - |
| YUV | 80.92 | 157.96 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 134 | 0 | 0.94 | 0.32 | 0.23 | 320.22 | 0.88 | 0.41 |
| Hex | C4 | C | 86 | 0 | 5E | 20 | 17 | 140 | 58 | 29 |
| Octal | 304 | 14 | 206 | 0 | 136 | 40 | 27 | 500 | 130 | 51 |
| Binary | 11000100 | 1100 | 10000110 | 0 | 1011110 | 100000 | 10111 | 101000000 | 1011000 | 101001 |
Color Harmonies of #C40C86
Complementary color
Monochromatic Colors of #C40C86
Black with #C40C86
Text Example
Text Example
White with #C40C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C86; }
p { color: rgb(196,12,134); }
H1.HeaderClassName
{
color: #C40C86;
}
.AnyTagClassName
{
color: #C40C86;
}
</style>
background-color css
<style>
a { background-color: #C40C86; }
a { background-color: rgb(196,12,134); }
div.DivClassName
{
background-color: #C40C86;
}
.BgClassName
{
background-color: #C40C86;
}
</style>
border-color css
<style>
span { border-color: #C40C86; }
span { border-color: rgb(196,12,134); }
td.TdClassName
{
border-color: #C40C86;
}
.TagClassName
{
border-color: #C40C86;
}
</style>