Shades of Deep Magenta #AE04C5
Tints of Deep Magenta #AE04C5
RGB
CMYK
RGB Variations
Color information
#AE04C5 (or 0xAE04C5) is known color: Deep Magenta. HEX triplet: AE, 04 and C5. RGB value is (174,4,197). Sum of RGB (Red+Green+Blue) = 174+4+197=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE04C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04C5 is #51FB3A. Grayscale: #4C4C4C. Windows color (decimal): -5372731 or 12911790. OLE color: 12911790.
HSL color Cylindrical-coordinate representation of color #AE04C5: hue angle of 292.85º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE04C5 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 4 | 197 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.23 |
| HSL | 292.85º | 0.96% | 0.39% | - |
| HSV(B) | 292.85º | 0.98% | 0.77% | - |
| XYZ | 27.58 | 13.12 | 53.9 | - |
| YUV | 76.83 | 195.82 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 197 | 0.12 | 0.98 | 0 | 0.23 | 292.85 | 0.96 | 0.39 |
| Hex | AE | 4 | C5 | C | 62 | 0 | 17 | 125 | 60 | 27 |
| Octal | 256 | 4 | 305 | 14 | 142 | 0 | 27 | 445 | 140 | 47 |
| Binary | 10101110 | 100 | 11000101 | 1100 | 1100010 | 0 | 10111 | 100100101 | 1100000 | 100111 |
Color Harmonies of #AE04C5
Complementary color
Monochromatic Colors of #AE04C5
Black with #AE04C5
Text Example
Text Example
White with #AE04C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE04C5; }
p { color: rgb(174,4,197); }
H1.HeaderClassName
{
color: #AE04C5;
}
.AnyTagClassName
{
color: #AE04C5;
}
</style>
background-color css
<style>
a { background-color: #AE04C5; }
a { background-color: rgb(174,4,197); }
div.DivClassName
{
background-color: #AE04C5;
}
.BgClassName
{
background-color: #AE04C5;
}
</style>
border-color css
<style>
span { border-color: #AE04C5; }
span { border-color: rgb(174,4,197); }
td.TdClassName
{
border-color: #AE04C5;
}
.TagClassName
{
border-color: #AE04C5;
}
</style>