Shades of Deep Magenta #CA05AC
Tints of Deep Magenta #CA05AC
RGB
CMYK
RGB Variations
Color information
#CA05AC (or 0xCA05AC) is known color: Deep Magenta. HEX triplet: CA, 05 and AC. RGB value is (202,5,172). Sum of RGB (Red+Green+Blue) = 202+5+172=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA05AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA05AC is #35FA53. Grayscale: #525252. Windows color (decimal): -3537492 or 11273674. OLE color: 11273674.
HSL color Cylindrical-coordinate representation of color #CA05AC: hue angle of 309.14º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05AC is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.21 |
| HSL | 309.14º | 0.95% | 0.41% | - |
| HSV(B) | 309.14º | 0.98% | 0.79% | - |
| XYZ | 31.86 | 15.64 | 40.37 | - |
| YUV | 82.94 | 178.27 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 172 | 0 | 0.98 | 0.15 | 0.21 | 309.14 | 0.95 | 0.41 |
| Hex | CA | 5 | AC | 0 | 62 | F | 15 | 135 | 5F | 29 |
| Octal | 312 | 5 | 254 | 0 | 142 | 17 | 25 | 465 | 137 | 51 |
| Binary | 11001010 | 101 | 10101100 | 0 | 1100010 | 1111 | 10101 | 100110101 | 1011111 | 101001 |
Color Harmonies of #CA05AC
Complementary color
Monochromatic Colors of #CA05AC
Black with #CA05AC
Text Example
Text Example
White with #CA05AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05AC; }
p { color: rgb(202,5,172); }
H1.HeaderClassName
{
color: #CA05AC;
}
.AnyTagClassName
{
color: #CA05AC;
}
</style>
background-color css
<style>
a { background-color: #CA05AC; }
a { background-color: rgb(202,5,172); }
div.DivClassName
{
background-color: #CA05AC;
}
.BgClassName
{
background-color: #CA05AC;
}
</style>
border-color css
<style>
span { border-color: #CA05AC; }
span { border-color: rgb(202,5,172); }
td.TdClassName
{
border-color: #CA05AC;
}
.TagClassName
{
border-color: #CA05AC;
}
</style>