Shades of Deep Magenta #AF02CA
Tints of Deep Magenta #AF02CA
RGB
CMYK
RGB Variations
Color information
#AF02CA (or 0xAF02CA) is known color: Deep Magenta. HEX triplet: AF, 02 and CA. RGB value is (175,2,202). Sum of RGB (Red+Green+Blue) = 175+2+202=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF02CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02CA is #50FD35. Grayscale: #4B4B4B. Windows color (decimal): -5307702 or 13238959. OLE color: 13238959.
HSL color Cylindrical-coordinate representation of color #AF02CA: hue angle of 291.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02CA is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 2 | 202 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.21 |
| HSL | 291.9º | 0.98% | 0.4% | - |
| HSV(B) | 291.9º | 0.99% | 0.79% | - |
| XYZ | 28.36 | 13.42 | 56.97 | - |
| YUV | 76.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 202 | 0.13 | 0.99 | 0 | 0.21 | 291.9 | 0.98 | 0.4 |
| Hex | AF | 2 | CA | D | 63 | 0 | 15 | 124 | 62 | 28 |
| Octal | 257 | 2 | 312 | 15 | 143 | 0 | 25 | 444 | 142 | 50 |
| Binary | 10101111 | 10 | 11001010 | 1101 | 1100011 | 0 | 10101 | 100100100 | 1100010 | 101000 |
Color Harmonies of #AF02CA
Complementary color
Monochromatic Colors of #AF02CA
Black with #AF02CA
Text Example
Text Example
White with #AF02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02CA; }
p { color: rgb(175,2,202); }
H1.HeaderClassName
{
color: #AF02CA;
}
.AnyTagClassName
{
color: #AF02CA;
}
</style>
background-color css
<style>
a { background-color: #AF02CA; }
a { background-color: rgb(175,2,202); }
div.DivClassName
{
background-color: #AF02CA;
}
.BgClassName
{
background-color: #AF02CA;
}
</style>
border-color css
<style>
span { border-color: #AF02CA; }
span { border-color: rgb(175,2,202); }
td.TdClassName
{
border-color: #AF02CA;
}
.TagClassName
{
border-color: #AF02CA;
}
</style>