Shades of Deep Magenta #C40AE0
Tints of Deep Magenta #C40AE0
RGB
CMYK
RGB Variations
Color information
#C40AE0 (or 0xC40AE0) is known color: Deep Magenta. HEX triplet: C4, 0A and E0. RGB value is (196,10,224). Sum of RGB (Red+Green+Blue) = 196+10+224=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #C40AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40AE0 is #3BF51F. Grayscale: #595959. Windows color (decimal): -3929376 or 14682820. OLE color: 14682820.
HSL color Cylindrical-coordinate representation of color #C40AE0: hue angle of 292.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40AE0 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 10 | 224 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.12 |
| HSL | 292.15º | 0.91% | 0.46% | - |
| HSV(B) | 292.15º | 0.96% | 0.88% | - |
| XYZ | 36.33 | 17.33 | 71.95 | - |
| YUV | 90.01 | 203.62 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 224 | 0.12 | 0.96 | 0 | 0.12 | 292.15 | 0.91 | 0.46 |
| Hex | C4 | A | E0 | C | 60 | 0 | C | 124 | 5B | 2E |
| Octal | 304 | 12 | 340 | 14 | 140 | 0 | 14 | 444 | 133 | 56 |
| Binary | 11000100 | 1010 | 11100000 | 1100 | 1100000 | 0 | 1100 | 100100100 | 1011011 | 101110 |
Color Harmonies of #C40AE0
Complementary color
Monochromatic Colors of #C40AE0
Black with #C40AE0
Text Example
Text Example
White with #C40AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AE0; }
p { color: rgb(196,10,224); }
H1.HeaderClassName
{
color: #C40AE0;
}
.AnyTagClassName
{
color: #C40AE0;
}
</style>
background-color css
<style>
a { background-color: #C40AE0; }
a { background-color: rgb(196,10,224); }
div.DivClassName
{
background-color: #C40AE0;
}
.BgClassName
{
background-color: #C40AE0;
}
</style>
border-color css
<style>
span { border-color: #C40AE0; }
span { border-color: rgb(196,10,224); }
td.TdClassName
{
border-color: #C40AE0;
}
.TagClassName
{
border-color: #C40AE0;
}
</style>