Shades of Deep Magenta #AE15C1
Tints of Deep Magenta #AE15C1
RGB
CMYK
RGB Variations
Color information
#AE15C1 (or 0xAE15C1) is known color: Deep Magenta. HEX triplet: AE, 15 and C1. RGB value is (174,21,193). Sum of RGB (Red+Green+Blue) = 174+21+193=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE15C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15C1 is #51EA3E. Grayscale: #555555. Windows color (decimal): -5368383 or 12653998. OLE color: 12653998.
HSL color Cylindrical-coordinate representation of color #AE15C1: hue angle of 293.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE15C1 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 21 | 193 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.24 |
| HSL | 293.37º | 0.8% | 0.42% | - |
| HSV(B) | 293.37º | 0.89% | 0.76% | - |
| XYZ | 27.35 | 13.39 | 51.59 | - |
| YUV | 86.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 193 | 0.10 | 0.89 | 0 | 0.24 | 293.37 | 0.8 | 0.42 |
| Hex | AE | 15 | C1 | A | 59 | 0 | 18 | 125 | 50 | 2A |
| Octal | 256 | 25 | 301 | 12 | 131 | 0 | 30 | 445 | 120 | 52 |
| Binary | 10101110 | 10101 | 11000001 | 1010 | 1011001 | 0 | 11000 | 100100101 | 1010000 | 101010 |
Color Harmonies of #AE15C1
Complementary color
Monochromatic Colors of #AE15C1
Black with #AE15C1
Text Example
Text Example
White with #AE15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE15C1; }
p { color: rgb(174,21,193); }
H1.HeaderClassName
{
color: #AE15C1;
}
.AnyTagClassName
{
color: #AE15C1;
}
</style>
background-color css
<style>
a { background-color: #AE15C1; }
a { background-color: rgb(174,21,193); }
div.DivClassName
{
background-color: #AE15C1;
}
.BgClassName
{
background-color: #AE15C1;
}
</style>
border-color css
<style>
span { border-color: #AE15C1; }
span { border-color: rgb(174,21,193); }
td.TdClassName
{
border-color: #AE15C1;
}
.TagClassName
{
border-color: #AE15C1;
}
</style>