Shades of Deep Magenta #AF0BC4
Tints of Deep Magenta #AF0BC4
RGB
CMYK
RGB Variations
Color information
#AF0BC4 (or 0xAF0BC4) is known color: Deep Magenta. HEX triplet: AF, 0B and C4. RGB value is (175,11,196). Sum of RGB (Red+Green+Blue) = 175+11+196=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF0BC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BC4 is #50F43B. Grayscale: #505050. Windows color (decimal): -5305404 or 12848047. OLE color: 12848047.
HSL color Cylindrical-coordinate representation of color #AF0BC4: hue angle of 293.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BC4 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 11 | 196 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.23 |
| HSL | 293.19º | 0.89% | 0.41% | - |
| HSV(B) | 293.19º | 0.94% | 0.77% | - |
| XYZ | 27.76 | 13.34 | 53.34 | - |
| YUV | 81.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 196 | 0.11 | 0.94 | 0 | 0.23 | 293.19 | 0.89 | 0.41 |
| Hex | AF | B | C4 | B | 5E | 0 | 17 | 125 | 59 | 29 |
| Octal | 257 | 13 | 304 | 13 | 136 | 0 | 27 | 445 | 131 | 51 |
| Binary | 10101111 | 1011 | 11000100 | 1011 | 1011110 | 0 | 10111 | 100100101 | 1011001 | 101001 |
Color Harmonies of #AF0BC4
Complementary color
Monochromatic Colors of #AF0BC4
Black with #AF0BC4
Text Example
Text Example
White with #AF0BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BC4; }
p { color: rgb(175,11,196); }
H1.HeaderClassName
{
color: #AF0BC4;
}
.AnyTagClassName
{
color: #AF0BC4;
}
</style>
background-color css
<style>
a { background-color: #AF0BC4; }
a { background-color: rgb(175,11,196); }
div.DivClassName
{
background-color: #AF0BC4;
}
.BgClassName
{
background-color: #AF0BC4;
}
</style>
border-color css
<style>
span { border-color: #AF0BC4; }
span { border-color: rgb(175,11,196); }
td.TdClassName
{
border-color: #AF0BC4;
}
.TagClassName
{
border-color: #AF0BC4;
}
</style>