Shades of Deep Magenta #AE0CC0
Tints of Deep Magenta #AE0CC0
RGB
CMYK
RGB Variations
Color information
#AE0CC0 (or 0xAE0CC0) is known color: Deep Magenta. HEX triplet: AE, 0C and C0. RGB value is (174,12,192). Sum of RGB (Red+Green+Blue) = 174+12+192=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE0CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CC0 is #51F33F. Grayscale: #505050. Windows color (decimal): -5370688 or 12586158. OLE color: 12586158.
HSL color Cylindrical-coordinate representation of color #AE0CC0: hue angle of 294º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0CC0 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 12 | 192 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.25 |
| HSL | 294º | 0.88% | 0.4% | - |
| HSV(B) | 294º | 0.94% | 0.75% | - |
| XYZ | 27.1 | 13.07 | 50.96 | - |
| YUV | 80.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 192 | 0.09 | 0.94 | 0 | 0.25 | 294 | 0.88 | 0.4 |
| Hex | AE | C | C0 | 9 | 5E | 0 | 19 | 126 | 58 | 28 |
| Octal | 256 | 14 | 300 | 11 | 136 | 0 | 31 | 446 | 130 | 50 |
| Binary | 10101110 | 1100 | 11000000 | 1001 | 1011110 | 0 | 11001 | 100100110 | 1011000 | 101000 |
Color Harmonies of #AE0CC0
Complementary color
Monochromatic Colors of #AE0CC0
Black with #AE0CC0
Text Example
Text Example
White with #AE0CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0CC0; }
p { color: rgb(174,12,192); }
H1.HeaderClassName
{
color: #AE0CC0;
}
.AnyTagClassName
{
color: #AE0CC0;
}
</style>
background-color css
<style>
a { background-color: #AE0CC0; }
a { background-color: rgb(174,12,192); }
div.DivClassName
{
background-color: #AE0CC0;
}
.BgClassName
{
background-color: #AE0CC0;
}
</style>
border-color css
<style>
span { border-color: #AE0CC0; }
span { border-color: rgb(174,12,192); }
td.TdClassName
{
border-color: #AE0CC0;
}
.TagClassName
{
border-color: #AE0CC0;
}
</style>