Shades of Deep Magenta #AF18BC
Tints of Deep Magenta #AF18BC
RGB
CMYK
RGB Variations
Color information
#AF18BC (or 0xAF18BC) is known color: Deep Magenta. HEX triplet: AF, 18 and BC. RGB value is (175,24,188). Sum of RGB (Red+Green+Blue) = 175+24+188=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF18BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18BC is #50E743. Grayscale: #575757. Windows color (decimal): -5302084 or 12327087. OLE color: 12327087.
HSL color Cylindrical-coordinate representation of color #AF18BC: hue angle of 295.24º 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 #AF18BC is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 24 | 188 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.26 |
| HSL | 295.24º | 0.77% | 0.42% | - |
| HSV(B) | 295.24º | 0.87% | 0.74% | - |
| XYZ | 27.08 | 13.4 | 48.74 | - |
| YUV | 87.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 188 | 0.07 | 0.87 | 0 | 0.26 | 295.24 | 0.77 | 0.42 |
| Hex | AF | 18 | BC | 7 | 57 | 0 | 1A | 127 | 4D | 2A |
| Octal | 257 | 30 | 274 | 7 | 127 | 0 | 32 | 447 | 115 | 52 |
| Binary | 10101111 | 11000 | 10111100 | 111 | 1010111 | 0 | 11010 | 100100111 | 1001101 | 101010 |
Color Harmonies of #AF18BC
Complementary color
Monochromatic Colors of #AF18BC
Black with #AF18BC
Text Example
Text Example
White with #AF18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18BC; }
p { color: rgb(175,24,188); }
H1.HeaderClassName
{
color: #AF18BC;
}
.AnyTagClassName
{
color: #AF18BC;
}
</style>
background-color css
<style>
a { background-color: #AF18BC; }
a { background-color: rgb(175,24,188); }
div.DivClassName
{
background-color: #AF18BC;
}
.BgClassName
{
background-color: #AF18BC;
}
</style>
border-color css
<style>
span { border-color: #AF18BC; }
span { border-color: rgb(175,24,188); }
td.TdClassName
{
border-color: #AF18BC;
}
.TagClassName
{
border-color: #AF18BC;
}
</style>