Shades of Deep Magenta #AF0EC3
Tints of Deep Magenta #AF0EC3
RGB
CMYK
RGB Variations
Color information
#AF0EC3 (or 0xAF0EC3) is known color: Deep Magenta. HEX triplet: AF, 0E and C3. RGB value is (175,14,195). Sum of RGB (Red+Green+Blue) = 175+14+195=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF0EC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EC3 is #50F13C. Grayscale: #525252. Windows color (decimal): -5304637 or 12783279. OLE color: 12783279.
HSL color Cylindrical-coordinate representation of color #AF0EC3: hue angle of 293.37º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0EC3 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 14 | 195 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.24 |
| HSL | 293.37º | 0.87% | 0.41% | - |
| HSV(B) | 293.37º | 0.93% | 0.76% | - |
| XYZ | 27.69 | 13.37 | 52.75 | - |
| YUV | 82.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 195 | 0.10 | 0.93 | 0 | 0.24 | 293.37 | 0.87 | 0.41 |
| Hex | AF | E | C3 | A | 5D | 0 | 18 | 125 | 57 | 29 |
| Octal | 257 | 16 | 303 | 12 | 135 | 0 | 30 | 445 | 127 | 51 |
| Binary | 10101111 | 1110 | 11000011 | 1010 | 1011101 | 0 | 11000 | 100100101 | 1010111 | 101001 |
Color Harmonies of #AF0EC3
Complementary color
Monochromatic Colors of #AF0EC3
Black with #AF0EC3
Text Example
Text Example
White with #AF0EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EC3; }
p { color: rgb(175,14,195); }
H1.HeaderClassName
{
color: #AF0EC3;
}
.AnyTagClassName
{
color: #AF0EC3;
}
</style>
background-color css
<style>
a { background-color: #AF0EC3; }
a { background-color: rgb(175,14,195); }
div.DivClassName
{
background-color: #AF0EC3;
}
.BgClassName
{
background-color: #AF0EC3;
}
</style>
border-color css
<style>
span { border-color: #AF0EC3; }
span { border-color: rgb(175,14,195); }
td.TdClassName
{
border-color: #AF0EC3;
}
.TagClassName
{
border-color: #AF0EC3;
}
</style>