Shades of Medium Violet Red #C40D96
Tints of Medium Violet Red #C40D96
RGB
CMYK
RGB Variations
Color information
#C40D96 (or 0xC40D96) is known color: Medium Violet Red. HEX triplet: C4, 0D and 96. RGB value is (196,13,150). Sum of RGB (Red+Green+Blue) = 196+13+150=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40D96 is #3BF269. Grayscale: #525252. Windows color (decimal): -3928682 or 9833924. OLE color: 9833924.
HSL color Cylindrical-coordinate representation of color #C40D96: hue angle of 315.08º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D96 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 150 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.23 |
| HSL | 315.08º | 0.88% | 0.41% | - |
| HSV(B) | 315.08º | 0.93% | 0.77% | - |
| XYZ | 28.41 | 14.23 | 30.1 | - |
| YUV | 83.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 150 | 0 | 0.93 | 0.23 | 0.23 | 315.08 | 0.88 | 0.41 |
| Hex | C4 | D | 96 | 0 | 5D | 17 | 17 | 13B | 58 | 29 |
| Octal | 304 | 15 | 226 | 0 | 135 | 27 | 27 | 473 | 130 | 51 |
| Binary | 11000100 | 1101 | 10010110 | 0 | 1011101 | 10111 | 10111 | 100111011 | 1011000 | 101001 |
Color Harmonies of #C40D96
Complementary color
Monochromatic Colors of #C40D96
Black with #C40D96
Text Example
Text Example
White with #C40D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D96; }
p { color: rgb(196,13,150); }
H1.HeaderClassName
{
color: #C40D96;
}
.AnyTagClassName
{
color: #C40D96;
}
</style>
background-color css
<style>
a { background-color: #C40D96; }
a { background-color: rgb(196,13,150); }
div.DivClassName
{
background-color: #C40D96;
}
.BgClassName
{
background-color: #C40D96;
}
</style>
border-color css
<style>
span { border-color: #C40D96; }
span { border-color: rgb(196,13,150); }
td.TdClassName
{
border-color: #C40D96;
}
.TagClassName
{
border-color: #C40D96;
}
</style>