Shades of Deep Magenta #CA10AF
Tints of Deep Magenta #CA10AF
RGB
CMYK
RGB Variations
Color information
#CA10AF (or 0xCA10AF) is known color: Deep Magenta. HEX triplet: CA, 10 and AF. RGB value is (202,16,175). Sum of RGB (Red+Green+Blue) = 202+16+175=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA10AF is #35EF50. Grayscale: #595959. Windows color (decimal): -3534673 or 11473098. OLE color: 11473098.
HSL color Cylindrical-coordinate representation of color #CA10AF: hue angle of 308.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA10AF is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 175 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.21 |
| HSL | 308.71º | 0.85% | 0.43% | - |
| HSV(B) | 308.71º | 0.92% | 0.79% | - |
| XYZ | 32.28 | 16.02 | 41.95 | - |
| YUV | 89.74 | 176.12 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 175 | 0 | 0.92 | 0.13 | 0.21 | 308.71 | 0.85 | 0.43 |
| Hex | CA | 10 | AF | 0 | 5C | D | 15 | 135 | 55 | 2B |
| Octal | 312 | 20 | 257 | 0 | 134 | 15 | 25 | 465 | 125 | 53 |
| Binary | 11001010 | 10000 | 10101111 | 0 | 1011100 | 1101 | 10101 | 100110101 | 1010101 | 101011 |
Color Harmonies of #CA10AF
Complementary color
Monochromatic Colors of #CA10AF
Black with #CA10AF
Text Example
Text Example
White with #CA10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10AF; }
p { color: rgb(202,16,175); }
H1.HeaderClassName
{
color: #CA10AF;
}
.AnyTagClassName
{
color: #CA10AF;
}
</style>
background-color css
<style>
a { background-color: #CA10AF; }
a { background-color: rgb(202,16,175); }
div.DivClassName
{
background-color: #CA10AF;
}
.BgClassName
{
background-color: #CA10AF;
}
</style>
border-color css
<style>
span { border-color: #CA10AF; }
span { border-color: rgb(202,16,175); }
td.TdClassName
{
border-color: #CA10AF;
}
.TagClassName
{
border-color: #CA10AF;
}
</style>