Shades of Deep Magenta #AE0CBC
Tints of Deep Magenta #AE0CBC
RGB
CMYK
RGB Variations
Color information
#AE0CBC (or 0xAE0CBC) is known color: Deep Magenta. HEX triplet: AE, 0C and BC. RGB value is (174,12,188). Sum of RGB (Red+Green+Blue) = 174+12+188=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE0CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CBC is #51F343. Grayscale: #4F4F4F. Windows color (decimal): -5370692 or 12324014. OLE color: 12324014.
HSL color Cylindrical-coordinate representation of color #AE0CBC: hue angle of 295.23º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0CBC is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 12 | 188 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.26 |
| HSL | 295.23º | 0.88% | 0.39% | - |
| HSV(B) | 295.23º | 0.94% | 0.74% | - |
| XYZ | 26.66 | 12.89 | 48.66 | - |
| YUV | 80.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 188 | 0.07 | 0.94 | 0 | 0.26 | 295.23 | 0.88 | 0.39 |
| Hex | AE | C | BC | 7 | 5E | 0 | 1A | 127 | 58 | 27 |
| Octal | 256 | 14 | 274 | 7 | 136 | 0 | 32 | 447 | 130 | 47 |
| Binary | 10101110 | 1100 | 10111100 | 111 | 1011110 | 0 | 11010 | 100100111 | 1011000 | 100111 |
Color Harmonies of #AE0CBC
Complementary color
Monochromatic Colors of #AE0CBC
Black with #AE0CBC
Text Example
Text Example
White with #AE0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0CBC; }
p { color: rgb(174,12,188); }
H1.HeaderClassName
{
color: #AE0CBC;
}
.AnyTagClassName
{
color: #AE0CBC;
}
</style>
background-color css
<style>
a { background-color: #AE0CBC; }
a { background-color: rgb(174,12,188); }
div.DivClassName
{
background-color: #AE0CBC;
}
.BgClassName
{
background-color: #AE0CBC;
}
</style>
border-color css
<style>
span { border-color: #AE0CBC; }
span { border-color: rgb(174,12,188); }
td.TdClassName
{
border-color: #AE0CBC;
}
.TagClassName
{
border-color: #AE0CBC;
}
</style>