Shades of Deep Magenta #CA07AC
Tints of Deep Magenta #CA07AC
RGB
CMYK
RGB Variations
Color information
#CA07AC (or 0xCA07AC) is known color: Deep Magenta. HEX triplet: CA, 07 and AC. RGB value is (202,7,172). Sum of RGB (Red+Green+Blue) = 202+7+172=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA07AC is #35F853. Grayscale: #535353. Windows color (decimal): -3536980 or 11274186. OLE color: 11274186.
HSL color Cylindrical-coordinate representation of color #CA07AC: hue angle of 309.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07AC is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.21 |
| HSL | 309.23º | 0.93% | 0.41% | - |
| HSV(B) | 309.23º | 0.97% | 0.79% | - |
| XYZ | 31.88 | 15.69 | 40.38 | - |
| YUV | 84.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 172 | 0 | 0.97 | 0.15 | 0.21 | 309.23 | 0.93 | 0.41 |
| Hex | CA | 7 | AC | 0 | 61 | F | 15 | 135 | 5D | 29 |
| Octal | 312 | 7 | 254 | 0 | 141 | 17 | 25 | 465 | 135 | 51 |
| Binary | 11001010 | 111 | 10101100 | 0 | 1100001 | 1111 | 10101 | 100110101 | 1011101 | 101001 |
Color Harmonies of #CA07AC
Complementary color
Monochromatic Colors of #CA07AC
Black with #CA07AC
Text Example
Text Example
White with #CA07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07AC; }
p { color: rgb(202,7,172); }
H1.HeaderClassName
{
color: #CA07AC;
}
.AnyTagClassName
{
color: #CA07AC;
}
</style>
background-color css
<style>
a { background-color: #CA07AC; }
a { background-color: rgb(202,7,172); }
div.DivClassName
{
background-color: #CA07AC;
}
.BgClassName
{
background-color: #CA07AC;
}
</style>
border-color css
<style>
span { border-color: #CA07AC; }
span { border-color: rgb(202,7,172); }
td.TdClassName
{
border-color: #CA07AC;
}
.TagClassName
{
border-color: #CA07AC;
}
</style>