Shades of Deep Magenta #AF13C4
Tints of Deep Magenta #AF13C4
RGB
CMYK
RGB Variations
Color information
#AF13C4 (or 0xAF13C4) is known color: Deep Magenta. HEX triplet: AF, 13 and C4. RGB value is (175,19,196). Sum of RGB (Red+Green+Blue) = 175+19+196=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF13C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13C4 is #50EC3B. Grayscale: #555555. Windows color (decimal): -5303356 or 12850095. OLE color: 12850095.
HSL color Cylindrical-coordinate representation of color #AF13C4: hue angle of 292.88º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF13C4 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 19 | 196 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.23 |
| HSL | 292.88º | 0.82% | 0.42% | - |
| HSV(B) | 292.88º | 0.9% | 0.77% | - |
| XYZ | 27.88 | 13.57 | 53.37 | - |
| YUV | 85.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 196 | 0.11 | 0.90 | 0 | 0.23 | 292.88 | 0.82 | 0.42 |
| Hex | AF | 13 | C4 | B | 5A | 0 | 17 | 125 | 52 | 2A |
| Octal | 257 | 23 | 304 | 13 | 132 | 0 | 27 | 445 | 122 | 52 |
| Binary | 10101111 | 10011 | 11000100 | 1011 | 1011010 | 0 | 10111 | 100100101 | 1010010 | 101010 |
Color Harmonies of #AF13C4
Complementary color
Monochromatic Colors of #AF13C4
Black with #AF13C4
Text Example
Text Example
White with #AF13C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13C4; }
p { color: rgb(175,19,196); }
H1.HeaderClassName
{
color: #AF13C4;
}
.AnyTagClassName
{
color: #AF13C4;
}
</style>
background-color css
<style>
a { background-color: #AF13C4; }
a { background-color: rgb(175,19,196); }
div.DivClassName
{
background-color: #AF13C4;
}
.BgClassName
{
background-color: #AF13C4;
}
</style>
border-color css
<style>
span { border-color: #AF13C4; }
span { border-color: rgb(175,19,196); }
td.TdClassName
{
border-color: #AF13C4;
}
.TagClassName
{
border-color: #AF13C4;
}
</style>