Shades of Deep Magenta #CA20CA
Tints of Deep Magenta #CA20CA
RGB
CMYK
RGB Variations
Color information
#CA20CA (or 0xCA20CA) is known color: Deep Magenta. HEX triplet: CA, 20 and CA. RGB value is (202,32,202). Sum of RGB (Red+Green+Blue) = 202+32+202=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20CA is #35DF35. Grayscale: #656565. Windows color (decimal): -3530550 or 13246666. OLE color: 13246666.
HSL color Cylindrical-coordinate representation of color #CA20CA: hue angle of 300º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20CA is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 202 | - |
| CMYK | 0 | 0.84 | 0 | 0.21 |
| HSL | 300º | 0.73% | 0.46% | - |
| HSV(B) | 300º | 0.84% | 0.79% | - |
| XYZ | 35.53 | 17.85 | 57.45 | - |
| YUV | 102.21 | 184.32 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 202 | 0 | 0.84 | 0 | 0.21 | 300 | 0.73 | 0.46 |
| Hex | CA | 20 | CA | 0 | 54 | 0 | 15 | 12C | 49 | 2E |
| Octal | 312 | 40 | 312 | 0 | 124 | 0 | 25 | 454 | 111 | 56 |
| Binary | 11001010 | 100000 | 11001010 | 0 | 1010100 | 0 | 10101 | 100101100 | 1001001 | 101110 |
Color Harmonies of #CA20CA
Complementary color
Monochromatic Colors of #CA20CA
Black with #CA20CA
Text Example
Text Example
White with #CA20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20CA; }
p { color: rgb(202,32,202); }
H1.HeaderClassName
{
color: #CA20CA;
}
.AnyTagClassName
{
color: #CA20CA;
}
</style>
background-color css
<style>
a { background-color: #CA20CA; }
a { background-color: rgb(202,32,202); }
div.DivClassName
{
background-color: #CA20CA;
}
.BgClassName
{
background-color: #CA20CA;
}
</style>
border-color css
<style>
span { border-color: #CA20CA; }
span { border-color: rgb(202,32,202); }
td.TdClassName
{
border-color: #CA20CA;
}
.TagClassName
{
border-color: #CA20CA;
}
</style>