Shades of Deep Magenta #AF0DBE
Tints of Deep Magenta #AF0DBE
RGB
CMYK
RGB Variations
Color information
#AF0DBE (or 0xAF0DBE) is known color: Deep Magenta. HEX triplet: AF, 0D and BE. RGB value is (175,13,190). Sum of RGB (Red+Green+Blue) = 175+13+190=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF0DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DBE is #50F241. Grayscale: #515151. Windows color (decimal): -5304898 or 12455343. OLE color: 12455343.
HSL color Cylindrical-coordinate representation of color #AF0DBE: hue angle of 294.92º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DBE is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 13 | 190 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.25 |
| HSL | 294.92º | 0.87% | 0.4% | - |
| HSV(B) | 294.92º | 0.93% | 0.75% | - |
| XYZ | 27.12 | 13.12 | 49.82 | - |
| YUV | 81.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 190 | 0.08 | 0.93 | 0 | 0.25 | 294.92 | 0.87 | 0.4 |
| Hex | AF | D | BE | 8 | 5D | 0 | 19 | 127 | 57 | 28 |
| Octal | 257 | 15 | 276 | 10 | 135 | 0 | 31 | 447 | 127 | 50 |
| Binary | 10101111 | 1101 | 10111110 | 1000 | 1011101 | 0 | 11001 | 100100111 | 1010111 | 101000 |
Color Harmonies of #AF0DBE
Complementary color
Monochromatic Colors of #AF0DBE
Black with #AF0DBE
Text Example
Text Example
White with #AF0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DBE; }
p { color: rgb(175,13,190); }
H1.HeaderClassName
{
color: #AF0DBE;
}
.AnyTagClassName
{
color: #AF0DBE;
}
</style>
background-color css
<style>
a { background-color: #AF0DBE; }
a { background-color: rgb(175,13,190); }
div.DivClassName
{
background-color: #AF0DBE;
}
.BgClassName
{
background-color: #AF0DBE;
}
</style>
border-color css
<style>
span { border-color: #AF0DBE; }
span { border-color: rgb(175,13,190); }
td.TdClassName
{
border-color: #AF0DBE;
}
.TagClassName
{
border-color: #AF0DBE;
}
</style>