Shades of Medium Violet Red #C40A96
Tints of Medium Violet Red #C40A96
RGB
CMYK
RGB Variations
Color information
#C40A96 (or 0xC40A96) is known color: Medium Violet Red. HEX triplet: C4, 0A and 96. RGB value is (196,10,150). Sum of RGB (Red+Green+Blue) = 196+10+150=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40A96 is #3BF569. Grayscale: #515151. Windows color (decimal): -3929450 or 9833156. OLE color: 9833156.
HSL color Cylindrical-coordinate representation of color #C40A96: hue angle of 314.84º degrees, saturation: 0.9, 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 #C40A96 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 150 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.23 |
| HSL | 314.84º | 0.9% | 0.4% | - |
| HSV(B) | 314.84º | 0.95% | 0.77% | - |
| XYZ | 28.38 | 14.15 | 30.09 | - |
| YUV | 81.57 | 166.62 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 150 | 0 | 0.95 | 0.23 | 0.23 | 314.84 | 0.9 | 0.4 |
| Hex | C4 | A | 96 | 0 | 5F | 17 | 17 | 13B | 5A | 28 |
| Octal | 304 | 12 | 226 | 0 | 137 | 27 | 27 | 473 | 132 | 50 |
| Binary | 11000100 | 1010 | 10010110 | 0 | 1011111 | 10111 | 10111 | 100111011 | 1011010 | 101000 |
Color Harmonies of #C40A96
Complementary color
Monochromatic Colors of #C40A96
Black with #C40A96
Text Example
Text Example
White with #C40A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A96; }
p { color: rgb(196,10,150); }
H1.HeaderClassName
{
color: #C40A96;
}
.AnyTagClassName
{
color: #C40A96;
}
</style>
background-color css
<style>
a { background-color: #C40A96; }
a { background-color: rgb(196,10,150); }
div.DivClassName
{
background-color: #C40A96;
}
.BgClassName
{
background-color: #C40A96;
}
</style>
border-color css
<style>
span { border-color: #C40A96; }
span { border-color: rgb(196,10,150); }
td.TdClassName
{
border-color: #C40A96;
}
.TagClassName
{
border-color: #C40A96;
}
</style>