Shades of Deep Magenta #CA20CE
Tints of Deep Magenta #CA20CE
RGB
CMYK
RGB Variations
Color information
#CA20CE (or 0xCA20CE) is known color: Deep Magenta. HEX triplet: CA, 20 and CE. RGB value is (202,32,206). Sum of RGB (Red+Green+Blue) = 202+32+206=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20CE is #35DF31. Grayscale: #666666. Windows color (decimal): -3530546 or 13508810. OLE color: 13508810.
HSL color Cylindrical-coordinate representation of color #CA20CE: hue angle of 298.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20CE is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 32 | 206 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.19 |
| HSL | 298.62º | 0.73% | 0.47% | - |
| HSV(B) | 298.62º | 0.84% | 0.81% | - |
| XYZ | 36.01 | 18.05 | 59.98 | - |
| YUV | 102.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 206 | 0.02 | 0.84 | 0 | 0.19 | 298.62 | 0.73 | 0.47 |
| Hex | CA | 20 | CE | 2 | 54 | 0 | 13 | 12B | 49 | 2F |
| Octal | 312 | 40 | 316 | 2 | 124 | 0 | 23 | 453 | 111 | 57 |
| Binary | 11001010 | 100000 | 11001110 | 10 | 1010100 | 0 | 10011 | 100101011 | 1001001 | 101111 |
Color Harmonies of #CA20CE
Complementary color
Monochromatic Colors of #CA20CE
Black with #CA20CE
Text Example
Text Example
White with #CA20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20CE; }
p { color: rgb(202,32,206); }
H1.HeaderClassName
{
color: #CA20CE;
}
.AnyTagClassName
{
color: #CA20CE;
}
</style>
background-color css
<style>
a { background-color: #CA20CE; }
a { background-color: rgb(202,32,206); }
div.DivClassName
{
background-color: #CA20CE;
}
.BgClassName
{
background-color: #CA20CE;
}
</style>
border-color css
<style>
span { border-color: #CA20CE; }
span { border-color: rgb(202,32,206); }
td.TdClassName
{
border-color: #CA20CE;
}
.TagClassName
{
border-color: #CA20CE;
}
</style>