Shades of Deep Magenta #CA20BD
Tints of Deep Magenta #CA20BD
RGB
CMYK
RGB Variations
Color information
#CA20BD (or 0xCA20BD) is known color: Deep Magenta. HEX triplet: CA, 20 and BD. RGB value is (202,32,189). Sum of RGB (Red+Green+Blue) = 202+32+189=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20BD is #35DF42. Grayscale: #646464. Windows color (decimal): -3530563 or 12394698. OLE color: 12394698.
HSL color Cylindrical-coordinate representation of color #CA20BD: hue angle of 304.59º 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 #CA20BD is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 189 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.21 |
| HSL | 304.59º | 0.73% | 0.46% | - |
| HSV(B) | 304.59º | 0.84% | 0.79% | - |
| XYZ | 34.06 | 17.26 | 49.68 | - |
| YUV | 100.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 189 | 0 | 0.84 | 0.06 | 0.21 | 304.59 | 0.73 | 0.46 |
| Hex | CA | 20 | BD | 0 | 54 | 6 | 15 | 131 | 49 | 2E |
| Octal | 312 | 40 | 275 | 0 | 124 | 6 | 25 | 461 | 111 | 56 |
| Binary | 11001010 | 100000 | 10111101 | 0 | 1010100 | 110 | 10101 | 100110001 | 1001001 | 101110 |
Color Harmonies of #CA20BD
Complementary color
Monochromatic Colors of #CA20BD
Black with #CA20BD
Text Example
Text Example
White with #CA20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20BD; }
p { color: rgb(202,32,189); }
H1.HeaderClassName
{
color: #CA20BD;
}
.AnyTagClassName
{
color: #CA20BD;
}
</style>
background-color css
<style>
a { background-color: #CA20BD; }
a { background-color: rgb(202,32,189); }
div.DivClassName
{
background-color: #CA20BD;
}
.BgClassName
{
background-color: #CA20BD;
}
</style>
border-color css
<style>
span { border-color: #CA20BD; }
span { border-color: rgb(202,32,189); }
td.TdClassName
{
border-color: #CA20BD;
}
.TagClassName
{
border-color: #CA20BD;
}
</style>