Shades of Deep Magenta #C40EC4
Tints of Deep Magenta #C40EC4
RGB
CMYK
RGB Variations
Color information
#C40EC4 (or 0xC40EC4) is known color: Deep Magenta. HEX triplet: C4, 0E and C4. RGB value is (196,14,196). Sum of RGB (Red+Green+Blue) = 196+14+196=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C40EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40EC4 is #3BF13B. Grayscale: #585858. Windows color (decimal): -3928380 or 12848836. OLE color: 12848836.
HSL color Cylindrical-coordinate representation of color #C40EC4: hue angle of 300º 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 #C40EC4 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 14 | 196 | - |
| CMYK | 0 | 0.93 | 0 | 0.23 |
| HSL | 300º | 0.87% | 0.41% | - |
| HSV(B) | 300º | 0.93% | 0.77% | - |
| XYZ | 32.89 | 16.04 | 53.59 | - |
| YUV | 89.17 | 188.3 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 196 | 0 | 0.93 | 0 | 0.23 | 300 | 0.87 | 0.41 |
| Hex | C4 | E | C4 | 0 | 5D | 0 | 17 | 12C | 57 | 29 |
| Octal | 304 | 16 | 304 | 0 | 135 | 0 | 27 | 454 | 127 | 51 |
| Binary | 11000100 | 1110 | 11000100 | 0 | 1011101 | 0 | 10111 | 100101100 | 1010111 | 101001 |
Color Harmonies of #C40EC4
Complementary color
Monochromatic Colors of #C40EC4
Black with #C40EC4
Text Example
Text Example
White with #C40EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40EC4; }
p { color: rgb(196,14,196); }
H1.HeaderClassName
{
color: #C40EC4;
}
.AnyTagClassName
{
color: #C40EC4;
}
</style>
background-color css
<style>
a { background-color: #C40EC4; }
a { background-color: rgb(196,14,196); }
div.DivClassName
{
background-color: #C40EC4;
}
.BgClassName
{
background-color: #C40EC4;
}
</style>
border-color css
<style>
span { border-color: #C40EC4; }
span { border-color: rgb(196,14,196); }
td.TdClassName
{
border-color: #C40EC4;
}
.TagClassName
{
border-color: #C40EC4;
}
</style>