Shades of Deep Magenta #CA04AC
Tints of Deep Magenta #CA04AC
RGB
CMYK
RGB Variations
Color information
#CA04AC (or 0xCA04AC) is known color: Deep Magenta. HEX triplet: CA, 04 and AC. RGB value is (202,4,172). Sum of RGB (Red+Green+Blue) = 202+4+172=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA04AC is #35FB53. Grayscale: #515151. Windows color (decimal): -3537748 or 11273418. OLE color: 11273418.
HSL color Cylindrical-coordinate representation of color #CA04AC: hue angle of 309.09º 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 #CA04AC is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.21 |
| HSL | 309.09º | 0.96% | 0.4% | - |
| HSV(B) | 309.09º | 0.98% | 0.79% | - |
| XYZ | 31.85 | 15.62 | 40.37 | - |
| YUV | 82.35 | 178.6 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 172 | 0 | 0.98 | 0.15 | 0.21 | 309.09 | 0.96 | 0.4 |
| Hex | CA | 4 | AC | 0 | 62 | F | 15 | 135 | 60 | 28 |
| Octal | 312 | 4 | 254 | 0 | 142 | 17 | 25 | 465 | 140 | 50 |
| Binary | 11001010 | 100 | 10101100 | 0 | 1100010 | 1111 | 10101 | 100110101 | 1100000 | 101000 |
Color Harmonies of #CA04AC
Complementary color
Monochromatic Colors of #CA04AC
Black with #CA04AC
Text Example
Text Example
White with #CA04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04AC; }
p { color: rgb(202,4,172); }
H1.HeaderClassName
{
color: #CA04AC;
}
.AnyTagClassName
{
color: #CA04AC;
}
</style>
background-color css
<style>
a { background-color: #CA04AC; }
a { background-color: rgb(202,4,172); }
div.DivClassName
{
background-color: #CA04AC;
}
.BgClassName
{
background-color: #CA04AC;
}
</style>
border-color css
<style>
span { border-color: #CA04AC; }
span { border-color: rgb(202,4,172); }
td.TdClassName
{
border-color: #CA04AC;
}
.TagClassName
{
border-color: #CA04AC;
}
</style>