Shades of Deep Magenta #AF12C9
Tints of Deep Magenta #AF12C9
RGB
CMYK
RGB Variations
Color information
#AF12C9 (or 0xAF12C9) is known color: Deep Magenta. HEX triplet: AF, 12 and C9. RGB value is (175,18,201). Sum of RGB (Red+Green+Blue) = 175+18+201=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF12C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12C9 is #50ED36. Grayscale: #555555. Windows color (decimal): -5303607 or 13177519. OLE color: 13177519.
HSL color Cylindrical-coordinate representation of color #AF12C9: hue angle of 291.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF12C9 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 18 | 201 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.21 |
| HSL | 291.48º | 0.84% | 0.43% | - |
| HSV(B) | 291.48º | 0.91% | 0.79% | - |
| XYZ | 28.44 | 13.76 | 56.42 | - |
| YUV | 85.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 201 | 0.13 | 0.91 | 0 | 0.21 | 291.48 | 0.84 | 0.43 |
| Hex | AF | 12 | C9 | D | 5B | 0 | 15 | 123 | 54 | 2B |
| Octal | 257 | 22 | 311 | 15 | 133 | 0 | 25 | 443 | 124 | 53 |
| Binary | 10101111 | 10010 | 11001001 | 1101 | 1011011 | 0 | 10101 | 100100011 | 1010100 | 101011 |
Color Harmonies of #AF12C9
Complementary color
Monochromatic Colors of #AF12C9
Black with #AF12C9
Text Example
Text Example
White with #AF12C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12C9; }
p { color: rgb(175,18,201); }
H1.HeaderClassName
{
color: #AF12C9;
}
.AnyTagClassName
{
color: #AF12C9;
}
</style>
background-color css
<style>
a { background-color: #AF12C9; }
a { background-color: rgb(175,18,201); }
div.DivClassName
{
background-color: #AF12C9;
}
.BgClassName
{
background-color: #AF12C9;
}
</style>
border-color css
<style>
span { border-color: #AF12C9; }
span { border-color: rgb(175,18,201); }
td.TdClassName
{
border-color: #AF12C9;
}
.TagClassName
{
border-color: #AF12C9;
}
</style>