Shades of Deep Magenta #AE11C0
Tints of Deep Magenta #AE11C0
RGB
CMYK
RGB Variations
Color information
#AE11C0 (or 0xAE11C0) is known color: Deep Magenta. HEX triplet: AE, 11 and C0. RGB value is (174,17,192). Sum of RGB (Red+Green+Blue) = 174+17+192=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE11C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11C0 is #51EE3F. Grayscale: #535353. Windows color (decimal): -5369408 or 12587438. OLE color: 12587438.
HSL color Cylindrical-coordinate representation of color #AE11C0: hue angle of 293.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE11C0 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 17 | 192 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.25 |
| HSL | 293.83º | 0.84% | 0.41% | - |
| HSV(B) | 293.83º | 0.91% | 0.75% | - |
| XYZ | 27.17 | 13.21 | 50.99 | - |
| YUV | 83.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 192 | 0.09 | 0.91 | 0 | 0.25 | 293.83 | 0.84 | 0.41 |
| Hex | AE | 11 | C0 | 9 | 5B | 0 | 19 | 126 | 54 | 29 |
| Octal | 256 | 21 | 300 | 11 | 133 | 0 | 31 | 446 | 124 | 51 |
| Binary | 10101110 | 10001 | 11000000 | 1001 | 1011011 | 0 | 11001 | 100100110 | 1010100 | 101001 |
Color Harmonies of #AE11C0
Complementary color
Monochromatic Colors of #AE11C0
Black with #AE11C0
Text Example
Text Example
White with #AE11C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE11C0; }
p { color: rgb(174,17,192); }
H1.HeaderClassName
{
color: #AE11C0;
}
.AnyTagClassName
{
color: #AE11C0;
}
</style>
background-color css
<style>
a { background-color: #AE11C0; }
a { background-color: rgb(174,17,192); }
div.DivClassName
{
background-color: #AE11C0;
}
.BgClassName
{
background-color: #AE11C0;
}
</style>
border-color css
<style>
span { border-color: #AE11C0; }
span { border-color: rgb(174,17,192); }
td.TdClassName
{
border-color: #AE11C0;
}
.TagClassName
{
border-color: #AE11C0;
}
</style>