Shades of Deep Magenta #CA20B2
Tints of Deep Magenta #CA20B2
RGB
CMYK
RGB Variations
Color information
#CA20B2 (or 0xCA20B2) is known color: Deep Magenta. HEX triplet: CA, 20 and B2. RGB value is (202,32,178). Sum of RGB (Red+Green+Blue) = 202+32+178=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20B2 is #35DF4D. Grayscale: #636363. Windows color (decimal): -3530574 or 11673802. OLE color: 11673802.
HSL color Cylindrical-coordinate representation of color #CA20B2: hue angle of 308.47º 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 #CA20B2 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 178 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.21 |
| HSL | 308.47º | 0.73% | 0.46% | - |
| HSV(B) | 308.47º | 0.84% | 0.79% | - |
| XYZ | 32.91 | 16.8 | 43.63 | - |
| YUV | 99.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 178 | 0 | 0.84 | 0.12 | 0.21 | 308.47 | 0.73 | 0.46 |
| Hex | CA | 20 | B2 | 0 | 54 | C | 15 | 134 | 49 | 2E |
| Octal | 312 | 40 | 262 | 0 | 124 | 14 | 25 | 464 | 111 | 56 |
| Binary | 11001010 | 100000 | 10110010 | 0 | 1010100 | 1100 | 10101 | 100110100 | 1001001 | 101110 |
Color Harmonies of #CA20B2
Complementary color
Monochromatic Colors of #CA20B2
Black with #CA20B2
Text Example
Text Example
White with #CA20B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20B2; }
p { color: rgb(202,32,178); }
H1.HeaderClassName
{
color: #CA20B2;
}
.AnyTagClassName
{
color: #CA20B2;
}
</style>
background-color css
<style>
a { background-color: #CA20B2; }
a { background-color: rgb(202,32,178); }
div.DivClassName
{
background-color: #CA20B2;
}
.BgClassName
{
background-color: #CA20B2;
}
</style>
border-color css
<style>
span { border-color: #CA20B2; }
span { border-color: rgb(202,32,178); }
td.TdClassName
{
border-color: #CA20B2;
}
.TagClassName
{
border-color: #CA20B2;
}
</style>