Shades of Deep Magenta #CA20CC
Tints of Deep Magenta #CA20CC
RGB
CMYK
RGB Variations
Color information
#CA20CC (or 0xCA20CC) is known color: Deep Magenta. HEX triplet: CA, 20 and CC. RGB value is (202,32,204). Sum of RGB (Red+Green+Blue) = 202+32+204=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA20CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20CC is #35DF33. Grayscale: #656565. Windows color (decimal): -3530548 or 13377738. OLE color: 13377738.
HSL color Cylindrical-coordinate representation of color #CA20CC: hue angle of 299.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20CC is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 32 | 204 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.2 |
| HSL | 299.3º | 0.73% | 0.46% | - |
| HSV(B) | 299.3º | 0.84% | 0.8% | - |
| XYZ | 35.77 | 17.95 | 58.71 | - |
| YUV | 102.44 | 185.32 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 204 | 0.01 | 0.84 | 0 | 0.2 | 299.3 | 0.73 | 0.46 |
| Hex | CA | 20 | CC | 1 | 54 | 0 | 14 | 12B | 49 | 2E |
| Octal | 312 | 40 | 314 | 1 | 124 | 0 | 24 | 453 | 111 | 56 |
| Binary | 11001010 | 100000 | 11001100 | 1 | 1010100 | 0 | 10100 | 100101011 | 1001001 | 101110 |
Color Harmonies of #CA20CC
Complementary color
Monochromatic Colors of #CA20CC
Black with #CA20CC
Text Example
Text Example
White with #CA20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20CC; }
p { color: rgb(202,32,204); }
H1.HeaderClassName
{
color: #CA20CC;
}
.AnyTagClassName
{
color: #CA20CC;
}
</style>
background-color css
<style>
a { background-color: #CA20CC; }
a { background-color: rgb(202,32,204); }
div.DivClassName
{
background-color: #CA20CC;
}
.BgClassName
{
background-color: #CA20CC;
}
</style>
border-color css
<style>
span { border-color: #CA20CC; }
span { border-color: rgb(202,32,204); }
td.TdClassName
{
border-color: #CA20CC;
}
.TagClassName
{
border-color: #CA20CC;
}
</style>