Shades of Deep Magenta #AE01C0
Tints of Deep Magenta #AE01C0
RGB
CMYK
RGB Variations
Color information
#AE01C0 (or 0xAE01C0) is known color: Deep Magenta. HEX triplet: AE, 01 and C0. RGB value is (174,1,192). Sum of RGB (Red+Green+Blue) = 174+1+192=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE01C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE01C0 is #51FE3F. Grayscale: #494949. Windows color (decimal): -5373504 or 12583342. OLE color: 12583342.
HSL color Cylindrical-coordinate representation of color #AE01C0: hue angle of 294.35º degrees, saturation: 0.99, 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 #AE01C0 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 1 | 192 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.25 |
| HSL | 294.35º | 0.99% | 0.38% | - |
| HSV(B) | 294.35º | 0.99% | 0.75% | - |
| XYZ | 26.98 | 12.83 | 50.92 | - |
| YUV | 74.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 192 | 0.09 | 0.99 | 0 | 0.25 | 294.35 | 0.99 | 0.38 |
| Hex | AE | 1 | C0 | 9 | 63 | 0 | 19 | 126 | 63 | 26 |
| Octal | 256 | 1 | 300 | 11 | 143 | 0 | 31 | 446 | 143 | 46 |
| Binary | 10101110 | 1 | 11000000 | 1001 | 1100011 | 0 | 11001 | 100100110 | 1100011 | 100110 |
Color Harmonies of #AE01C0
Complementary color
Monochromatic Colors of #AE01C0
Black with #AE01C0
Text Example
Text Example
White with #AE01C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE01C0; }
p { color: rgb(174,1,192); }
H1.HeaderClassName
{
color: #AE01C0;
}
.AnyTagClassName
{
color: #AE01C0;
}
</style>
background-color css
<style>
a { background-color: #AE01C0; }
a { background-color: rgb(174,1,192); }
div.DivClassName
{
background-color: #AE01C0;
}
.BgClassName
{
background-color: #AE01C0;
}
</style>
border-color css
<style>
span { border-color: #AE01C0; }
span { border-color: rgb(174,1,192); }
td.TdClassName
{
border-color: #AE01C0;
}
.TagClassName
{
border-color: #AE01C0;
}
</style>