Shades of Deep Magenta #CA00CA
Tints of Deep Magenta #CA00CA
RGB
CMYK
RGB Variations
Color information
#CA00CA (or 0xCA00CA) is known color: Deep Magenta. HEX triplet: CA, 00 and CA. RGB value is (202,0,202). Sum of RGB (Red+Green+Blue) = 202+0+202=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA00CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00CA is #35FF35. Grayscale: #525252. Windows color (decimal): -3538742 or 13238474. OLE color: 13238474.
HSL color Cylindrical-coordinate representation of color #CA00CA: hue angle of 300º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00CA is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 202 | - |
| CMYK | 0 | 1 | 0 | 0.21 |
| HSL | 300º | 1% | 0.4% | - |
| HSV(B) | 300º | 1% | 0.79% | - |
| XYZ | 35.02 | 16.82 | 57.28 | - |
| YUV | 83.43 | 194.92 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 202 | 0 | 1 | 0 | 0.21 | 300 | 1 | 0.4 |
| Hex | CA | 0 | CA | 0 | 64 | 0 | 15 | 12C | 64 | 28 |
| Octal | 312 | 0 | 312 | 0 | 144 | 0 | 25 | 454 | 144 | 50 |
| Binary | 11001010 | 0 | 11001010 | 0 | 1100100 | 0 | 10101 | 100101100 | 1100100 | 101000 |
Color Harmonies of #CA00CA
Complementary color
Monochromatic Colors of #CA00CA
Black with #CA00CA
Text Example
Text Example
White with #CA00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00CA; }
p { color: rgb(202,0,202); }
H1.HeaderClassName
{
color: #CA00CA;
}
.AnyTagClassName
{
color: #CA00CA;
}
</style>
background-color css
<style>
a { background-color: #CA00CA; }
a { background-color: rgb(202,0,202); }
div.DivClassName
{
background-color: #CA00CA;
}
.BgClassName
{
background-color: #CA00CA;
}
</style>
border-color css
<style>
span { border-color: #CA00CA; }
span { border-color: rgb(202,0,202); }
td.TdClassName
{
border-color: #CA00CA;
}
.TagClassName
{
border-color: #CA00CA;
}
</style>