Shades of Deep Magenta #AF07C9
Tints of Deep Magenta #AF07C9
RGB
CMYK
RGB Variations
Color information
#AF07C9 (or 0xAF07C9) is known color: Deep Magenta. HEX triplet: AF, 07 and C9. RGB value is (175,7,201). Sum of RGB (Red+Green+Blue) = 175+7+201=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF07C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07C9 is #50F836. Grayscale: #4E4E4E. Windows color (decimal): -5306423 or 13174703. OLE color: 13174703.
HSL color Cylindrical-coordinate representation of color #AF07C9: hue angle of 291.96º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07C9 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 7 | 201 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.21 |
| HSL | 291.96º | 0.93% | 0.41% | - |
| HSV(B) | 291.96º | 0.97% | 0.79% | - |
| XYZ | 28.3 | 13.48 | 56.37 | - |
| YUV | 79.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 201 | 0.13 | 0.97 | 0 | 0.21 | 291.96 | 0.93 | 0.41 |
| Hex | AF | 7 | C9 | D | 61 | 0 | 15 | 124 | 5D | 29 |
| Octal | 257 | 7 | 311 | 15 | 141 | 0 | 25 | 444 | 135 | 51 |
| Binary | 10101111 | 111 | 11001001 | 1101 | 1100001 | 0 | 10101 | 100100100 | 1011101 | 101001 |
Color Harmonies of #AF07C9
Complementary color
Monochromatic Colors of #AF07C9
Black with #AF07C9
Text Example
Text Example
White with #AF07C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07C9; }
p { color: rgb(175,7,201); }
H1.HeaderClassName
{
color: #AF07C9;
}
.AnyTagClassName
{
color: #AF07C9;
}
</style>
background-color css
<style>
a { background-color: #AF07C9; }
a { background-color: rgb(175,7,201); }
div.DivClassName
{
background-color: #AF07C9;
}
.BgClassName
{
background-color: #AF07C9;
}
</style>
border-color css
<style>
span { border-color: #AF07C9; }
span { border-color: rgb(175,7,201); }
td.TdClassName
{
border-color: #AF07C9;
}
.TagClassName
{
border-color: #AF07C9;
}
</style>