Shades of Deep Magenta #AF13C6
Tints of Deep Magenta #AF13C6
RGB
CMYK
RGB Variations
Color information
#AF13C6 (or 0xAF13C6) is known color: Deep Magenta. HEX triplet: AF, 13 and C6. RGB value is (175,19,198). Sum of RGB (Red+Green+Blue) = 175+19+198=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF13C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13C6 is #50EC39. Grayscale: #555555. Windows color (decimal): -5303354 or 12981167. OLE color: 12981167.
HSL color Cylindrical-coordinate representation of color #AF13C6: hue angle of 292.29º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF13C6 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 19 | 198 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.22 |
| HSL | 292.29º | 0.82% | 0.43% | - |
| HSV(B) | 292.29º | 0.9% | 0.78% | - |
| XYZ | 28.11 | 13.66 | 54.58 | - |
| YUV | 86.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 198 | 0.12 | 0.90 | 0 | 0.22 | 292.29 | 0.82 | 0.43 |
| Hex | AF | 13 | C6 | C | 5A | 0 | 16 | 124 | 52 | 2B |
| Octal | 257 | 23 | 306 | 14 | 132 | 0 | 26 | 444 | 122 | 53 |
| Binary | 10101111 | 10011 | 11000110 | 1100 | 1011010 | 0 | 10110 | 100100100 | 1010010 | 101011 |
Color Harmonies of #AF13C6
Complementary color
Monochromatic Colors of #AF13C6
Black with #AF13C6
Text Example
Text Example
White with #AF13C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13C6; }
p { color: rgb(175,19,198); }
H1.HeaderClassName
{
color: #AF13C6;
}
.AnyTagClassName
{
color: #AF13C6;
}
</style>
background-color css
<style>
a { background-color: #AF13C6; }
a { background-color: rgb(175,19,198); }
div.DivClassName
{
background-color: #AF13C6;
}
.BgClassName
{
background-color: #AF13C6;
}
</style>
border-color css
<style>
span { border-color: #AF13C6; }
span { border-color: rgb(175,19,198); }
td.TdClassName
{
border-color: #AF13C6;
}
.TagClassName
{
border-color: #AF13C6;
}
</style>