Shades of Deep Magenta #AF0DC4
Tints of Deep Magenta #AF0DC4
RGB
CMYK
RGB Variations
Color information
#AF0DC4 (or 0xAF0DC4) is known color: Deep Magenta. HEX triplet: AF, 0D and C4. RGB value is (175,13,196). Sum of RGB (Red+Green+Blue) = 175+13+196=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF0DC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DC4 is #50F23B. Grayscale: #515151. Windows color (decimal): -5304892 or 12848559. OLE color: 12848559.
HSL color Cylindrical-coordinate representation of color #AF0DC4: hue angle of 293.11º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DC4 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 13 | 196 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.23 |
| HSL | 293.11º | 0.88% | 0.41% | - |
| HSV(B) | 293.11º | 0.93% | 0.77% | - |
| XYZ | 27.79 | 13.39 | 53.34 | - |
| YUV | 82.3 | 192.17 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 196 | 0.11 | 0.93 | 0 | 0.23 | 293.11 | 0.88 | 0.41 |
| Hex | AF | D | C4 | B | 5D | 0 | 17 | 125 | 58 | 29 |
| Octal | 257 | 15 | 304 | 13 | 135 | 0 | 27 | 445 | 130 | 51 |
| Binary | 10101111 | 1101 | 11000100 | 1011 | 1011101 | 0 | 10111 | 100100101 | 1011000 | 101001 |
Color Harmonies of #AF0DC4
Complementary color
Monochromatic Colors of #AF0DC4
Black with #AF0DC4
Text Example
Text Example
White with #AF0DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DC4; }
p { color: rgb(175,13,196); }
H1.HeaderClassName
{
color: #AF0DC4;
}
.AnyTagClassName
{
color: #AF0DC4;
}
</style>
background-color css
<style>
a { background-color: #AF0DC4; }
a { background-color: rgb(175,13,196); }
div.DivClassName
{
background-color: #AF0DC4;
}
.BgClassName
{
background-color: #AF0DC4;
}
</style>
border-color css
<style>
span { border-color: #AF0DC4; }
span { border-color: rgb(175,13,196); }
td.TdClassName
{
border-color: #AF0DC4;
}
.TagClassName
{
border-color: #AF0DC4;
}
</style>