Shades of Deep Magenta #CA21CB
Tints of Deep Magenta #CA21CB
RGB
CMYK
RGB Variations
Color information
#CA21CB (or 0xCA21CB) is known color: Deep Magenta. HEX triplet: CA, 21 and CB. RGB value is (202,33,203). Sum of RGB (Red+Green+Blue) = 202+33+203=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA21CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21CB is #35DE34. Grayscale: #666666. Windows color (decimal): -3530293 or 13312458. OLE color: 13312458.
HSL color Cylindrical-coordinate representation of color #CA21CB: hue angle of 299.65º degrees, saturation: 0.72, 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 #CA21CB is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 33 | 203 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.20 |
| HSL | 299.65º | 0.72% | 0.46% | - |
| HSV(B) | 299.65º | 0.84% | 0.8% | - |
| XYZ | 35.68 | 17.96 | 58.09 | - |
| YUV | 102.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 203 | 0.00 | 0.84 | 0 | 0.20 | 299.65 | 0.72 | 0.46 |
| Hex | CA | 21 | CB | 0 | 54 | 0 | 14 | 12C | 48 | 2E |
| Octal | 312 | 41 | 313 | 0 | 124 | 0 | 24 | 454 | 110 | 56 |
| Binary | 11001010 | 100001 | 11001011 | 0 | 1010100 | 0 | 10100 | 100101100 | 1001000 | 101110 |
Color Harmonies of #CA21CB
Complementary color
Monochromatic Colors of #CA21CB
Black with #CA21CB
Text Example
Text Example
White with #CA21CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA21CB; }
p { color: rgb(202,33,203); }
H1.HeaderClassName
{
color: #CA21CB;
}
.AnyTagClassName
{
color: #CA21CB;
}
</style>
background-color css
<style>
a { background-color: #CA21CB; }
a { background-color: rgb(202,33,203); }
div.DivClassName
{
background-color: #CA21CB;
}
.BgClassName
{
background-color: #CA21CB;
}
</style>
border-color css
<style>
span { border-color: #CA21CB; }
span { border-color: rgb(202,33,203); }
td.TdClassName
{
border-color: #CA21CB;
}
.TagClassName
{
border-color: #CA21CB;
}
</style>