Shades of Deep Magenta #CA21C9
Tints of Deep Magenta #CA21C9
RGB
CMYK
RGB Variations
Color information
#CA21C9 (or 0xCA21C9) is known color: Deep Magenta. HEX triplet: CA, 21 and C9. RGB value is (202,33,201). Sum of RGB (Red+Green+Blue) = 202+33+201=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21C9 is #35DE36. Grayscale: #666666. Windows color (decimal): -3530295 or 13181386. OLE color: 13181386.
HSL color Cylindrical-coordinate representation of color #CA21C9: hue angle of 300.36º degrees, saturation: 0.72, 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 #CA21C9 is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 201 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.21 |
| HSL | 300.36º | 0.72% | 0.46% | - |
| HSV(B) | 300.36º | 0.84% | 0.79% | - |
| XYZ | 35.44 | 17.86 | 56.84 | - |
| YUV | 102.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 201 | 0 | 0.84 | 0.00 | 0.21 | 300.36 | 0.72 | 0.46 |
| Hex | CA | 21 | C9 | 0 | 54 | 0 | 15 | 12C | 48 | 2E |
| Octal | 312 | 41 | 311 | 0 | 124 | 0 | 25 | 454 | 110 | 56 |
| Binary | 11001010 | 100001 | 11001001 | 0 | 1010100 | 0 | 10101 | 100101100 | 1001000 | 101110 |
Color Harmonies of #CA21C9
Complementary color
Monochromatic Colors of #CA21C9
Black with #CA21C9
Text Example
Text Example
White with #CA21C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA21C9; }
p { color: rgb(202,33,201); }
H1.HeaderClassName
{
color: #CA21C9;
}
.AnyTagClassName
{
color: #CA21C9;
}
</style>
background-color css
<style>
a { background-color: #CA21C9; }
a { background-color: rgb(202,33,201); }
div.DivClassName
{
background-color: #CA21C9;
}
.BgClassName
{
background-color: #CA21C9;
}
</style>
border-color css
<style>
span { border-color: #CA21C9; }
span { border-color: rgb(202,33,201); }
td.TdClassName
{
border-color: #CA21C9;
}
.TagClassName
{
border-color: #CA21C9;
}
</style>