Shades of Deep Magenta #AF09CA
Tints of Deep Magenta #AF09CA
RGB
CMYK
RGB Variations
Color information
#AF09CA (or 0xAF09CA) is known color: Deep Magenta. HEX triplet: AF, 09 and CA. RGB value is (175,9,202). Sum of RGB (Red+Green+Blue) = 175+9+202=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF09CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09CA is #50F635. Grayscale: #505050. Windows color (decimal): -5305910 or 13240751. OLE color: 13240751.
HSL color Cylindrical-coordinate representation of color #AF09CA: hue angle of 291.61º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09CA is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 9 | 202 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.21 |
| HSL | 291.61º | 0.91% | 0.41% | - |
| HSV(B) | 291.61º | 0.96% | 0.79% | - |
| XYZ | 28.44 | 13.57 | 57 | - |
| YUV | 80.64 | 196.5 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 202 | 0.13 | 0.96 | 0 | 0.21 | 291.61 | 0.91 | 0.41 |
| Hex | AF | 9 | CA | D | 60 | 0 | 15 | 124 | 5B | 29 |
| Octal | 257 | 11 | 312 | 15 | 140 | 0 | 25 | 444 | 133 | 51 |
| Binary | 10101111 | 1001 | 11001010 | 1101 | 1100000 | 0 | 10101 | 100100100 | 1011011 | 101001 |
Color Harmonies of #AF09CA
Complementary color
Monochromatic Colors of #AF09CA
Black with #AF09CA
Text Example
Text Example
White with #AF09CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09CA; }
p { color: rgb(175,9,202); }
H1.HeaderClassName
{
color: #AF09CA;
}
.AnyTagClassName
{
color: #AF09CA;
}
</style>
background-color css
<style>
a { background-color: #AF09CA; }
a { background-color: rgb(175,9,202); }
div.DivClassName
{
background-color: #AF09CA;
}
.BgClassName
{
background-color: #AF09CA;
}
</style>
border-color css
<style>
span { border-color: #AF09CA; }
span { border-color: rgb(175,9,202); }
td.TdClassName
{
border-color: #AF09CA;
}
.TagClassName
{
border-color: #AF09CA;
}
</style>