Shades of Deep Magenta #CA20DB
Tints of Deep Magenta #CA20DB
RGB
CMYK
RGB Variations
Color information
#CA20DB (or 0xCA20DB) is known color: Deep Magenta. HEX triplet: CA, 20 and DB. RGB value is (202,32,219). Sum of RGB (Red+Green+Blue) = 202+32+219=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20DB is #35DF24. Grayscale: #676767. Windows color (decimal): -3530533 or 14360778. OLE color: 14360778.
HSL color Cylindrical-coordinate representation of color #CA20DB: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA20DB is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 32 | 219 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.14 |
| HSL | 294.55º | 0.75% | 0.49% | - |
| HSV(B) | 294.55º | 0.85% | 0.86% | - |
| XYZ | 37.66 | 18.7 | 68.64 | - |
| YUV | 104.15 | 192.82 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 219 | 0.08 | 0.85 | 0 | 0.14 | 294.55 | 0.75 | 0.49 |
| Hex | CA | 20 | DB | 8 | 55 | 0 | E | 127 | 4B | 31 |
| Octal | 312 | 40 | 333 | 10 | 125 | 0 | 16 | 447 | 113 | 61 |
| Binary | 11001010 | 100000 | 11011011 | 1000 | 1010101 | 0 | 1110 | 100100111 | 1001011 | 110001 |
Color Harmonies of #CA20DB
Complementary color
Monochromatic Colors of #CA20DB
Black with #CA20DB
Text Example
Text Example
White with #CA20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20DB; }
p { color: rgb(202,32,219); }
H1.HeaderClassName
{
color: #CA20DB;
}
.AnyTagClassName
{
color: #CA20DB;
}
</style>
background-color css
<style>
a { background-color: #CA20DB; }
a { background-color: rgb(202,32,219); }
div.DivClassName
{
background-color: #CA20DB;
}
.BgClassName
{
background-color: #CA20DB;
}
</style>
border-color css
<style>
span { border-color: #CA20DB; }
span { border-color: rgb(202,32,219); }
td.TdClassName
{
border-color: #CA20DB;
}
.TagClassName
{
border-color: #CA20DB;
}
</style>