Shades of Deep Magenta #CA20B0
Tints of Deep Magenta #CA20B0
RGB
CMYK
RGB Variations
Color information
#CA20B0 (or 0xCA20B0) is known color: Deep Magenta. HEX triplet: CA, 20 and B0. RGB value is (202,32,176). Sum of RGB (Red+Green+Blue) = 202+32+176=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20B0 is #35DF4F. Grayscale: #626262. Windows color (decimal): -3530576 or 11542730. OLE color: 11542730.
HSL color Cylindrical-coordinate representation of color #CA20B0: hue angle of 309.18º 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 #CA20B0 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 176 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.21 |
| HSL | 309.18º | 0.73% | 0.46% | - |
| HSV(B) | 309.18º | 0.84% | 0.79% | - |
| XYZ | 32.71 | 16.72 | 42.58 | - |
| YUV | 99.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 176 | 0 | 0.84 | 0.13 | 0.21 | 309.18 | 0.73 | 0.46 |
| Hex | CA | 20 | B0 | 0 | 54 | D | 15 | 135 | 49 | 2E |
| Octal | 312 | 40 | 260 | 0 | 124 | 15 | 25 | 465 | 111 | 56 |
| Binary | 11001010 | 100000 | 10110000 | 0 | 1010100 | 1101 | 10101 | 100110101 | 1001001 | 101110 |
Color Harmonies of #CA20B0
Complementary color
Monochromatic Colors of #CA20B0
Black with #CA20B0
Text Example
Text Example
White with #CA20B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20B0; }
p { color: rgb(202,32,176); }
H1.HeaderClassName
{
color: #CA20B0;
}
.AnyTagClassName
{
color: #CA20B0;
}
</style>
background-color css
<style>
a { background-color: #CA20B0; }
a { background-color: rgb(202,32,176); }
div.DivClassName
{
background-color: #CA20B0;
}
.BgClassName
{
background-color: #CA20B0;
}
</style>
border-color css
<style>
span { border-color: #CA20B0; }
span { border-color: rgb(202,32,176); }
td.TdClassName
{
border-color: #CA20B0;
}
.TagClassName
{
border-color: #CA20B0;
}
</style>