Shades of Deep Magenta #CA20CB
Tints of Deep Magenta #CA20CB
RGB
CMYK
RGB Variations
Color information
#CA20CB (or 0xCA20CB) is known color: Deep Magenta. HEX triplet: CA, 20 and CB. RGB value is (202,32,203). Sum of RGB (Red+Green+Blue) = 202+32+203=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA20CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20CB is #35DF34. Grayscale: #656565. Windows color (decimal): -3530549 or 13312202. OLE color: 13312202.
HSL color Cylindrical-coordinate representation of color #CA20CB: hue angle of 299.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20CB is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 32 | 203 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.20 |
| HSL | 299.65º | 0.73% | 0.46% | - |
| HSV(B) | 299.65º | 0.84% | 0.8% | - |
| XYZ | 35.65 | 17.9 | 58.08 | - |
| YUV | 102.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 203 | 0.00 | 0.84 | 0 | 0.20 | 299.65 | 0.73 | 0.46 |
| Hex | CA | 20 | CB | 0 | 54 | 0 | 14 | 12C | 49 | 2E |
| Octal | 312 | 40 | 313 | 0 | 124 | 0 | 24 | 454 | 111 | 56 |
| Binary | 11001010 | 100000 | 11001011 | 0 | 1010100 | 0 | 10100 | 100101100 | 1001001 | 101110 |
Color Harmonies of #CA20CB
Complementary color
Monochromatic Colors of #CA20CB
Black with #CA20CB
Text Example
Text Example
White with #CA20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20CB; }
p { color: rgb(202,32,203); }
H1.HeaderClassName
{
color: #CA20CB;
}
.AnyTagClassName
{
color: #CA20CB;
}
</style>
background-color css
<style>
a { background-color: #CA20CB; }
a { background-color: rgb(202,32,203); }
div.DivClassName
{
background-color: #CA20CB;
}
.BgClassName
{
background-color: #CA20CB;
}
</style>
border-color css
<style>
span { border-color: #CA20CB; }
span { border-color: rgb(202,32,203); }
td.TdClassName
{
border-color: #CA20CB;
}
.TagClassName
{
border-color: #CA20CB;
}
</style>