Shades of Deep Magenta #CA20D3
Tints of Deep Magenta #CA20D3
RGB
CMYK
RGB Variations
Color information
#CA20D3 (or 0xCA20D3) is known color: Deep Magenta. HEX triplet: CA, 20 and D3. RGB value is (202,32,211). Sum of RGB (Red+Green+Blue) = 202+32+211=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA20D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20D3 is #35DF2C. Grayscale: #666666. Windows color (decimal): -3530541 or 13836490. OLE color: 13836490.
HSL color Cylindrical-coordinate representation of color #CA20D3: hue angle of 296.98º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA20D3 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 32 | 211 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.17 |
| HSL | 296.98º | 0.74% | 0.48% | - |
| HSV(B) | 296.98º | 0.85% | 0.83% | - |
| XYZ | 36.63 | 18.29 | 63.23 | - |
| YUV | 103.24 | 188.82 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 211 | 0.04 | 0.85 | 0 | 0.17 | 296.98 | 0.74 | 0.48 |
| Hex | CA | 20 | D3 | 4 | 55 | 0 | 11 | 129 | 4A | 30 |
| Octal | 312 | 40 | 323 | 4 | 125 | 0 | 21 | 451 | 112 | 60 |
| Binary | 11001010 | 100000 | 11010011 | 100 | 1010101 | 0 | 10001 | 100101001 | 1001010 | 110000 |
Color Harmonies of #CA20D3
Complementary color
Monochromatic Colors of #CA20D3
Black with #CA20D3
Text Example
Text Example
White with #CA20D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20D3; }
p { color: rgb(202,32,211); }
H1.HeaderClassName
{
color: #CA20D3;
}
.AnyTagClassName
{
color: #CA20D3;
}
</style>
background-color css
<style>
a { background-color: #CA20D3; }
a { background-color: rgb(202,32,211); }
div.DivClassName
{
background-color: #CA20D3;
}
.BgClassName
{
background-color: #CA20D3;
}
</style>
border-color css
<style>
span { border-color: #CA20D3; }
span { border-color: rgb(202,32,211); }
td.TdClassName
{
border-color: #CA20D3;
}
.TagClassName
{
border-color: #CA20D3;
}
</style>