Shades of Deep Magenta #AF0BC9
Tints of Deep Magenta #AF0BC9
RGB
CMYK
RGB Variations
Color information
#AF0BC9 (or 0xAF0BC9) is known color: Deep Magenta. HEX triplet: AF, 0B and C9. RGB value is (175,11,201). Sum of RGB (Red+Green+Blue) = 175+11+201=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF0BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BC9 is #50F436. Grayscale: #515151. Windows color (decimal): -5305399 or 13175727. OLE color: 13175727.
HSL color Cylindrical-coordinate representation of color #AF0BC9: hue angle of 291.79º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BC9 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 11 | 201 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.21 |
| HSL | 291.79º | 0.9% | 0.42% | - |
| HSV(B) | 291.79º | 0.95% | 0.79% | - |
| XYZ | 28.34 | 13.57 | 56.38 | - |
| YUV | 81.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 201 | 0.13 | 0.95 | 0 | 0.21 | 291.79 | 0.9 | 0.42 |
| Hex | AF | B | C9 | D | 5F | 0 | 15 | 124 | 5A | 2A |
| Octal | 257 | 13 | 311 | 15 | 137 | 0 | 25 | 444 | 132 | 52 |
| Binary | 10101111 | 1011 | 11001001 | 1101 | 1011111 | 0 | 10101 | 100100100 | 1011010 | 101010 |
Color Harmonies of #AF0BC9
Complementary color
Monochromatic Colors of #AF0BC9
Black with #AF0BC9
Text Example
Text Example
White with #AF0BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BC9; }
p { color: rgb(175,11,201); }
H1.HeaderClassName
{
color: #AF0BC9;
}
.AnyTagClassName
{
color: #AF0BC9;
}
</style>
background-color css
<style>
a { background-color: #AF0BC9; }
a { background-color: rgb(175,11,201); }
div.DivClassName
{
background-color: #AF0BC9;
}
.BgClassName
{
background-color: #AF0BC9;
}
</style>
border-color css
<style>
span { border-color: #AF0BC9; }
span { border-color: rgb(175,11,201); }
td.TdClassName
{
border-color: #AF0BC9;
}
.TagClassName
{
border-color: #AF0BC9;
}
</style>