Shades of Deep Magenta #AF02C2
Tints of Deep Magenta #AF02C2
RGB
CMYK
RGB Variations
Color information
#AF02C2 (or 0xAF02C2) is known color: Deep Magenta. HEX triplet: AF, 02 and C2. RGB value is (175,2,194). Sum of RGB (Red+Green+Blue) = 175+2+194=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF02C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02C2 is #50FD3D. Grayscale: #4B4B4B. Windows color (decimal): -5307710 or 12714671. OLE color: 12714671.
HSL color Cylindrical-coordinate representation of color #AF02C2: hue angle of 294.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02C2 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 2 | 194 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.24 |
| HSL | 294.06º | 0.98% | 0.38% | - |
| HSV(B) | 294.06º | 0.99% | 0.76% | - |
| XYZ | 27.44 | 13.05 | 52.11 | - |
| YUV | 75.62 | 194.81 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 194 | 0.10 | 0.99 | 0 | 0.24 | 294.06 | 0.98 | 0.38 |
| Hex | AF | 2 | C2 | A | 63 | 0 | 18 | 126 | 62 | 26 |
| Octal | 257 | 2 | 302 | 12 | 143 | 0 | 30 | 446 | 142 | 46 |
| Binary | 10101111 | 10 | 11000010 | 1010 | 1100011 | 0 | 11000 | 100100110 | 1100010 | 100110 |
Color Harmonies of #AF02C2
Complementary color
Monochromatic Colors of #AF02C2
Black with #AF02C2
Text Example
Text Example
White with #AF02C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02C2; }
p { color: rgb(175,2,194); }
H1.HeaderClassName
{
color: #AF02C2;
}
.AnyTagClassName
{
color: #AF02C2;
}
</style>
background-color css
<style>
a { background-color: #AF02C2; }
a { background-color: rgb(175,2,194); }
div.DivClassName
{
background-color: #AF02C2;
}
.BgClassName
{
background-color: #AF02C2;
}
</style>
border-color css
<style>
span { border-color: #AF02C2; }
span { border-color: rgb(175,2,194); }
td.TdClassName
{
border-color: #AF02C2;
}
.TagClassName
{
border-color: #AF02C2;
}
</style>