Shades of Deep Magenta #AE02C0
Tints of Deep Magenta #AE02C0
RGB
CMYK
RGB Variations
Color information
#AE02C0 (or 0xAE02C0) is known color: Deep Magenta. HEX triplet: AE, 02 and C0. RGB value is (174,2,192). Sum of RGB (Red+Green+Blue) = 174+2+192=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE02C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE02C0 is #51FD3F. Grayscale: #4A4A4A. Windows color (decimal): -5373248 or 12583598. OLE color: 12583598.
HSL color Cylindrical-coordinate representation of color #AE02C0: hue angle of 294.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE02C0 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 2 | 192 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.25 |
| HSL | 294.32º | 0.98% | 0.38% | - |
| HSV(B) | 294.32º | 0.99% | 0.75% | - |
| XYZ | 26.99 | 12.85 | 50.93 | - |
| YUV | 75.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 192 | 0.09 | 0.99 | 0 | 0.25 | 294.32 | 0.98 | 0.38 |
| Hex | AE | 2 | C0 | 9 | 63 | 0 | 19 | 126 | 62 | 26 |
| Octal | 256 | 2 | 300 | 11 | 143 | 0 | 31 | 446 | 142 | 46 |
| Binary | 10101110 | 10 | 11000000 | 1001 | 1100011 | 0 | 11001 | 100100110 | 1100010 | 100110 |
Color Harmonies of #AE02C0
Complementary color
Monochromatic Colors of #AE02C0
Black with #AE02C0
Text Example
Text Example
White with #AE02C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE02C0; }
p { color: rgb(174,2,192); }
H1.HeaderClassName
{
color: #AE02C0;
}
.AnyTagClassName
{
color: #AE02C0;
}
</style>
background-color css
<style>
a { background-color: #AE02C0; }
a { background-color: rgb(174,2,192); }
div.DivClassName
{
background-color: #AE02C0;
}
.BgClassName
{
background-color: #AE02C0;
}
</style>
border-color css
<style>
span { border-color: #AE02C0; }
span { border-color: rgb(174,2,192); }
td.TdClassName
{
border-color: #AE02C0;
}
.TagClassName
{
border-color: #AE02C0;
}
</style>