Shades of Deep Magenta #AF0CC9
Tints of Deep Magenta #AF0CC9
RGB
CMYK
RGB Variations
Color information
#AF0CC9 (or 0xAF0CC9) is known color: Deep Magenta. HEX triplet: AF, 0C and C9. RGB value is (175,12,201). Sum of RGB (Red+Green+Blue) = 175+12+201=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF0CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CC9 is #50F336. Grayscale: #515151. Windows color (decimal): -5305143 or 13175983. OLE color: 13175983.
HSL color Cylindrical-coordinate representation of color #AF0CC9: hue angle of 291.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CC9 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 12 | 201 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.21 |
| HSL | 291.75º | 0.89% | 0.42% | - |
| HSV(B) | 291.75º | 0.94% | 0.79% | - |
| XYZ | 28.35 | 13.59 | 56.39 | - |
| YUV | 82.28 | 195 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 201 | 0.13 | 0.94 | 0 | 0.21 | 291.75 | 0.89 | 0.42 |
| Hex | AF | C | C9 | D | 5E | 0 | 15 | 124 | 59 | 2A |
| Octal | 257 | 14 | 311 | 15 | 136 | 0 | 25 | 444 | 131 | 52 |
| Binary | 10101111 | 1100 | 11001001 | 1101 | 1011110 | 0 | 10101 | 100100100 | 1011001 | 101010 |
Color Harmonies of #AF0CC9
Complementary color
Monochromatic Colors of #AF0CC9
Black with #AF0CC9
Text Example
Text Example
White with #AF0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CC9; }
p { color: rgb(175,12,201); }
H1.HeaderClassName
{
color: #AF0CC9;
}
.AnyTagClassName
{
color: #AF0CC9;
}
</style>
background-color css
<style>
a { background-color: #AF0CC9; }
a { background-color: rgb(175,12,201); }
div.DivClassName
{
background-color: #AF0CC9;
}
.BgClassName
{
background-color: #AF0CC9;
}
</style>
border-color css
<style>
span { border-color: #AF0CC9; }
span { border-color: rgb(175,12,201); }
td.TdClassName
{
border-color: #AF0CC9;
}
.TagClassName
{
border-color: #AF0CC9;
}
</style>