Shades of Deep Magenta #CA21B8
Tints of Deep Magenta #CA21B8
RGB
CMYK
RGB Variations
Color information
#CA21B8 (or 0xCA21B8) is known color: Deep Magenta. HEX triplet: CA, 21 and B8. RGB value is (202,33,184). Sum of RGB (Red+Green+Blue) = 202+33+184=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21B8 is #35DE47. Grayscale: #646464. Windows color (decimal): -3530312 or 12067274. OLE color: 12067274.
HSL color Cylindrical-coordinate representation of color #CA21B8: hue angle of 306.39º 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 #CA21B8 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 184 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.21 |
| HSL | 306.39º | 0.72% | 0.46% | - |
| HSV(B) | 306.39º | 0.84% | 0.79% | - |
| XYZ | 33.55 | 17.1 | 46.88 | - |
| YUV | 100.75 | 174.99 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 184 | 0 | 0.84 | 0.09 | 0.21 | 306.39 | 0.72 | 0.46 |
| Hex | CA | 21 | B8 | 0 | 54 | 9 | 15 | 132 | 48 | 2E |
| Octal | 312 | 41 | 270 | 0 | 124 | 11 | 25 | 462 | 110 | 56 |
| Binary | 11001010 | 100001 | 10111000 | 0 | 1010100 | 1001 | 10101 | 100110010 | 1001000 | 101110 |
Color Harmonies of #CA21B8
Complementary color
Monochromatic Colors of #CA21B8
Black with #CA21B8
Text Example
Text Example
White with #CA21B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA21B8; }
p { color: rgb(202,33,184); }
H1.HeaderClassName
{
color: #CA21B8;
}
.AnyTagClassName
{
color: #CA21B8;
}
</style>
background-color css
<style>
a { background-color: #CA21B8; }
a { background-color: rgb(202,33,184); }
div.DivClassName
{
background-color: #CA21B8;
}
.BgClassName
{
background-color: #CA21B8;
}
</style>
border-color css
<style>
span { border-color: #CA21B8; }
span { border-color: rgb(202,33,184); }
td.TdClassName
{
border-color: #CA21B8;
}
.TagClassName
{
border-color: #CA21B8;
}
</style>