Shades of Deep Magenta #AE04C0
Tints of Deep Magenta #AE04C0
RGB
CMYK
RGB Variations
Color information
#AE04C0 (or 0xAE04C0) is known color: Deep Magenta. HEX triplet: AE, 04 and C0. RGB value is (174,4,192). Sum of RGB (Red+Green+Blue) = 174+4+192=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE04C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04C0 is #51FB3F. Grayscale: #4B4B4B. Windows color (decimal): -5372736 or 12584110. OLE color: 12584110.
HSL color Cylindrical-coordinate representation of color #AE04C0: hue angle of 294.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE04C0 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 4 | 192 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.25 |
| HSL | 294.26º | 0.96% | 0.38% | - |
| HSV(B) | 294.26º | 0.98% | 0.75% | - |
| XYZ | 27.01 | 12.89 | 50.93 | - |
| YUV | 76.26 | 193.32 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 192 | 0.09 | 0.98 | 0 | 0.25 | 294.26 | 0.96 | 0.38 |
| Hex | AE | 4 | C0 | 9 | 62 | 0 | 19 | 126 | 60 | 26 |
| Octal | 256 | 4 | 300 | 11 | 142 | 0 | 31 | 446 | 140 | 46 |
| Binary | 10101110 | 100 | 11000000 | 1001 | 1100010 | 0 | 11001 | 100100110 | 1100000 | 100110 |
Color Harmonies of #AE04C0
Complementary color
Monochromatic Colors of #AE04C0
Black with #AE04C0
Text Example
Text Example
White with #AE04C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE04C0; }
p { color: rgb(174,4,192); }
H1.HeaderClassName
{
color: #AE04C0;
}
.AnyTagClassName
{
color: #AE04C0;
}
</style>
background-color css
<style>
a { background-color: #AE04C0; }
a { background-color: rgb(174,4,192); }
div.DivClassName
{
background-color: #AE04C0;
}
.BgClassName
{
background-color: #AE04C0;
}
</style>
border-color css
<style>
span { border-color: #AE04C0; }
span { border-color: rgb(174,4,192); }
td.TdClassName
{
border-color: #AE04C0;
}
.TagClassName
{
border-color: #AE04C0;
}
</style>