Shades of Deep Magenta #CA07CA
Tints of Deep Magenta #CA07CA
RGB
CMYK
RGB Variations
Color information
#CA07CA (or 0xCA07CA) is known color: Deep Magenta. HEX triplet: CA, 07 and CA. RGB value is (202,7,202). Sum of RGB (Red+Green+Blue) = 202+7+202=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA07CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07CA is #35F835. Grayscale: #565656. Windows color (decimal): -3536950 or 13240266. OLE color: 13240266.
HSL color Cylindrical-coordinate representation of color #CA07CA: hue angle of 300º 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 #CA07CA is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 202 | - |
| CMYK | 0 | 0.97 | 0 | 0.21 |
| HSL | 300º | 0.93% | 0.41% | - |
| HSV(B) | 300º | 0.97% | 0.79% | - |
| XYZ | 35.09 | 16.97 | 57.3 | - |
| YUV | 87.54 | 192.6 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 202 | 0 | 0.97 | 0 | 0.21 | 300 | 0.93 | 0.41 |
| Hex | CA | 7 | CA | 0 | 61 | 0 | 15 | 12C | 5D | 29 |
| Octal | 312 | 7 | 312 | 0 | 141 | 0 | 25 | 454 | 135 | 51 |
| Binary | 11001010 | 111 | 11001010 | 0 | 1100001 | 0 | 10101 | 100101100 | 1011101 | 101001 |
Color Harmonies of #CA07CA
Complementary color
Monochromatic Colors of #CA07CA
Black with #CA07CA
Text Example
Text Example
White with #CA07CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07CA; }
p { color: rgb(202,7,202); }
H1.HeaderClassName
{
color: #CA07CA;
}
.AnyTagClassName
{
color: #CA07CA;
}
</style>
background-color css
<style>
a { background-color: #CA07CA; }
a { background-color: rgb(202,7,202); }
div.DivClassName
{
background-color: #CA07CA;
}
.BgClassName
{
background-color: #CA07CA;
}
</style>
border-color css
<style>
span { border-color: #CA07CA; }
span { border-color: rgb(202,7,202); }
td.TdClassName
{
border-color: #CA07CA;
}
.TagClassName
{
border-color: #CA07CA;
}
</style>