Shades of Medium Violet Red #C40E99
Tints of Medium Violet Red #C40E99
RGB
CMYK
RGB Variations
Color information
#C40E99 (or 0xC40E99) is known color: Medium Violet Red. HEX triplet: C4, 0E and 99. RGB value is (196,14,153). Sum of RGB (Red+Green+Blue) = 196+14+153=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40E99 is #3BF166. Grayscale: #535353. Windows color (decimal): -3928423 or 10030788. OLE color: 10030788.
HSL color Cylindrical-coordinate representation of color #C40E99: hue angle of 314.18º degrees, saturation: 0.87, 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 #C40E99 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 14 | 153 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.23 |
| HSL | 314.18º | 0.87% | 0.41% | - |
| HSV(B) | 314.18º | 0.93% | 0.77% | - |
| XYZ | 28.67 | 14.35 | 31.4 | - |
| YUV | 84.26 | 166.8 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 153 | 0 | 0.93 | 0.22 | 0.23 | 314.18 | 0.87 | 0.41 |
| Hex | C4 | E | 99 | 0 | 5D | 16 | 17 | 13A | 57 | 29 |
| Octal | 304 | 16 | 231 | 0 | 135 | 26 | 27 | 472 | 127 | 51 |
| Binary | 11000100 | 1110 | 10011001 | 0 | 1011101 | 10110 | 10111 | 100111010 | 1010111 | 101001 |
Color Harmonies of #C40E99
Complementary color
Monochromatic Colors of #C40E99
Black with #C40E99
Text Example
Text Example
White with #C40E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40E99; }
p { color: rgb(196,14,153); }
H1.HeaderClassName
{
color: #C40E99;
}
.AnyTagClassName
{
color: #C40E99;
}
</style>
background-color css
<style>
a { background-color: #C40E99; }
a { background-color: rgb(196,14,153); }
div.DivClassName
{
background-color: #C40E99;
}
.BgClassName
{
background-color: #C40E99;
}
</style>
border-color css
<style>
span { border-color: #C40E99; }
span { border-color: rgb(196,14,153); }
td.TdClassName
{
border-color: #C40E99;
}
.TagClassName
{
border-color: #C40E99;
}
</style>