Shades of Deep Magenta #AE01C4
Tints of Deep Magenta #AE01C4
RGB
CMYK
RGB Variations
Color information
#AE01C4 (or 0xAE01C4) is known color: Deep Magenta. HEX triplet: AE, 01 and C4. RGB value is (174,1,196). Sum of RGB (Red+Green+Blue) = 174+1+196=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE01C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE01C4 is #51FE3B. Grayscale: #4A4A4A. Windows color (decimal): -5373500 or 12845486. OLE color: 12845486.
HSL color Cylindrical-coordinate representation of color #AE01C4: hue angle of 293.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE01C4 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 1 | 196 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.23 |
| HSL | 293.23º | 0.99% | 0.39% | - |
| HSV(B) | 293.23º | 0.99% | 0.77% | - |
| XYZ | 27.43 | 13.01 | 53.29 | - |
| YUV | 74.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 196 | 0.11 | 0.99 | 0 | 0.23 | 293.23 | 0.99 | 0.39 |
| Hex | AE | 1 | C4 | B | 63 | 0 | 17 | 125 | 63 | 27 |
| Octal | 256 | 1 | 304 | 13 | 143 | 0 | 27 | 445 | 143 | 47 |
| Binary | 10101110 | 1 | 11000100 | 1011 | 1100011 | 0 | 10111 | 100100101 | 1100011 | 100111 |
Color Harmonies of #AE01C4
Complementary color
Monochromatic Colors of #AE01C4
Black with #AE01C4
Text Example
Text Example
White with #AE01C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE01C4; }
p { color: rgb(174,1,196); }
H1.HeaderClassName
{
color: #AE01C4;
}
.AnyTagClassName
{
color: #AE01C4;
}
</style>
background-color css
<style>
a { background-color: #AE01C4; }
a { background-color: rgb(174,1,196); }
div.DivClassName
{
background-color: #AE01C4;
}
.BgClassName
{
background-color: #AE01C4;
}
</style>
border-color css
<style>
span { border-color: #AE01C4; }
span { border-color: rgb(174,1,196); }
td.TdClassName
{
border-color: #AE01C4;
}
.TagClassName
{
border-color: #AE01C4;
}
</style>