Shades of Deep Magenta #C414AE
Tints of Deep Magenta #C414AE
RGB
CMYK
RGB Variations
Color information
#C414AE (or 0xC414AE) is known color: Deep Magenta. HEX triplet: C4, 14 and AE. RGB value is (196,20,174). Sum of RGB (Red+Green+Blue) = 196+20+174=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C414AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C414AE is #3BEB51. Grayscale: #595959. Windows color (decimal): -3926866 or 11408580. OLE color: 11408580.
HSL color Cylindrical-coordinate representation of color #C414AE: hue angle of 307.5º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C414AE is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 174 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.23 |
| HSL | 307.5º | 0.81% | 0.42% | - |
| HSV(B) | 307.5º | 0.9% | 0.77% | - |
| XYZ | 30.66 | 15.29 | 41.38 | - |
| YUV | 90.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 174 | 0 | 0.90 | 0.11 | 0.23 | 307.5 | 0.81 | 0.42 |
| Hex | C4 | 14 | AE | 0 | 5A | B | 17 | 134 | 51 | 2A |
| Octal | 304 | 24 | 256 | 0 | 132 | 13 | 27 | 464 | 121 | 52 |
| Binary | 11000100 | 10100 | 10101110 | 0 | 1011010 | 1011 | 10111 | 100110100 | 1010001 | 101010 |
Color Harmonies of #C414AE
Complementary color
Monochromatic Colors of #C414AE
Black with #C414AE
Text Example
Text Example
White with #C414AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C414AE; }
p { color: rgb(196,20,174); }
H1.HeaderClassName
{
color: #C414AE;
}
.AnyTagClassName
{
color: #C414AE;
}
</style>
background-color css
<style>
a { background-color: #C414AE; }
a { background-color: rgb(196,20,174); }
div.DivClassName
{
background-color: #C414AE;
}
.BgClassName
{
background-color: #C414AE;
}
</style>
border-color css
<style>
span { border-color: #C414AE; }
span { border-color: rgb(196,20,174); }
td.TdClassName
{
border-color: #C414AE;
}
.TagClassName
{
border-color: #C414AE;
}
</style>