Shades of Deep Magenta #CA04AF
Tints of Deep Magenta #CA04AF
RGB
CMYK
RGB Variations
Color information
#CA04AF (or 0xCA04AF) is known color: Deep Magenta. HEX triplet: CA, 04 and AF. RGB value is (202,4,175). Sum of RGB (Red+Green+Blue) = 202+4+175=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA04AF is #35FB50. Grayscale: #525252. Windows color (decimal): -3537745 or 11470026. OLE color: 11470026.
HSL color Cylindrical-coordinate representation of color #CA04AF: hue angle of 308.18º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04AF is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 175 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.21 |
| HSL | 308.18º | 0.96% | 0.4% | - |
| HSV(B) | 308.18º | 0.98% | 0.79% | - |
| XYZ | 32.14 | 15.74 | 41.9 | - |
| YUV | 82.7 | 180.1 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 175 | 0 | 0.98 | 0.13 | 0.21 | 308.18 | 0.96 | 0.4 |
| Hex | CA | 4 | AF | 0 | 62 | D | 15 | 134 | 60 | 28 |
| Octal | 312 | 4 | 257 | 0 | 142 | 15 | 25 | 464 | 140 | 50 |
| Binary | 11001010 | 100 | 10101111 | 0 | 1100010 | 1101 | 10101 | 100110100 | 1100000 | 101000 |
Color Harmonies of #CA04AF
Complementary color
Monochromatic Colors of #CA04AF
Black with #CA04AF
Text Example
Text Example
White with #CA04AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04AF; }
p { color: rgb(202,4,175); }
H1.HeaderClassName
{
color: #CA04AF;
}
.AnyTagClassName
{
color: #CA04AF;
}
</style>
background-color css
<style>
a { background-color: #CA04AF; }
a { background-color: rgb(202,4,175); }
div.DivClassName
{
background-color: #CA04AF;
}
.BgClassName
{
background-color: #CA04AF;
}
</style>
border-color css
<style>
span { border-color: #CA04AF; }
span { border-color: rgb(202,4,175); }
td.TdClassName
{
border-color: #CA04AF;
}
.TagClassName
{
border-color: #CA04AF;
}
</style>