Shades of Deep Magenta #AF18BD
Tints of Deep Magenta #AF18BD
RGB
CMYK
RGB Variations
Color information
#AF18BD (or 0xAF18BD) is known color: Deep Magenta. HEX triplet: AF, 18 and BD. RGB value is (175,24,189). Sum of RGB (Red+Green+Blue) = 175+24+189=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF18BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18BD is #50E742. Grayscale: #575757. Windows color (decimal): -5302083 or 12392623. OLE color: 12392623.
HSL color Cylindrical-coordinate representation of color #AF18BD: hue angle of 294.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF18BD is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 24 | 189 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.26 |
| HSL | 294.91º | 0.77% | 0.42% | - |
| HSV(B) | 294.91º | 0.87% | 0.74% | - |
| XYZ | 27.19 | 13.44 | 49.31 | - |
| YUV | 87.96 | 185.03 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 189 | 0.07 | 0.87 | 0 | 0.26 | 294.91 | 0.77 | 0.42 |
| Hex | AF | 18 | BD | 7 | 57 | 0 | 1A | 127 | 4D | 2A |
| Octal | 257 | 30 | 275 | 7 | 127 | 0 | 32 | 447 | 115 | 52 |
| Binary | 10101111 | 11000 | 10111101 | 111 | 1010111 | 0 | 11010 | 100100111 | 1001101 | 101010 |
Color Harmonies of #AF18BD
Complementary color
Monochromatic Colors of #AF18BD
Black with #AF18BD
Text Example
Text Example
White with #AF18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18BD; }
p { color: rgb(175,24,189); }
H1.HeaderClassName
{
color: #AF18BD;
}
.AnyTagClassName
{
color: #AF18BD;
}
</style>
background-color css
<style>
a { background-color: #AF18BD; }
a { background-color: rgb(175,24,189); }
div.DivClassName
{
background-color: #AF18BD;
}
.BgClassName
{
background-color: #AF18BD;
}
</style>
border-color css
<style>
span { border-color: #AF18BD; }
span { border-color: rgb(175,24,189); }
td.TdClassName
{
border-color: #AF18BD;
}
.TagClassName
{
border-color: #AF18BD;
}
</style>