Shades of Deep Magenta #AF03BC
Tints of Deep Magenta #AF03BC
RGB
CMYK
RGB Variations
Color information
#AF03BC (or 0xAF03BC) is known color: Deep Magenta. HEX triplet: AF, 03 and BC. RGB value is (175,3,188). Sum of RGB (Red+Green+Blue) = 175+3+188=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF03BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03BC is #50FC43. Grayscale: #4A4A4A. Windows color (decimal): -5307460 or 12321711. OLE color: 12321711.
HSL color Cylindrical-coordinate representation of color #AF03BC: hue angle of 295.78º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF03BC is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 3 | 188 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.26 |
| HSL | 295.78º | 0.97% | 0.37% | - |
| HSV(B) | 295.78º | 0.98% | 0.74% | - |
| XYZ | 26.79 | 12.81 | 48.64 | - |
| YUV | 75.52 | 191.48 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 188 | 0.07 | 0.98 | 0 | 0.26 | 295.78 | 0.97 | 0.37 |
| Hex | AF | 3 | BC | 7 | 62 | 0 | 1A | 128 | 61 | 25 |
| Octal | 257 | 3 | 274 | 7 | 142 | 0 | 32 | 450 | 141 | 45 |
| Binary | 10101111 | 11 | 10111100 | 111 | 1100010 | 0 | 11010 | 100101000 | 1100001 | 100101 |
Color Harmonies of #AF03BC
Complementary color
Monochromatic Colors of #AF03BC
Black with #AF03BC
Text Example
Text Example
White with #AF03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03BC; }
p { color: rgb(175,3,188); }
H1.HeaderClassName
{
color: #AF03BC;
}
.AnyTagClassName
{
color: #AF03BC;
}
</style>
background-color css
<style>
a { background-color: #AF03BC; }
a { background-color: rgb(175,3,188); }
div.DivClassName
{
background-color: #AF03BC;
}
.BgClassName
{
background-color: #AF03BC;
}
</style>
border-color css
<style>
span { border-color: #AF03BC; }
span { border-color: rgb(175,3,188); }
td.TdClassName
{
border-color: #AF03BC;
}
.TagClassName
{
border-color: #AF03BC;
}
</style>