Shades of Deep Magenta #CA21BC
Tints of Deep Magenta #CA21BC
RGB
CMYK
RGB Variations
Color information
#CA21BC (or 0xCA21BC) is known color: Deep Magenta. HEX triplet: CA, 21 and BC. RGB value is (202,33,188). Sum of RGB (Red+Green+Blue) = 202+33+188=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21BC is #35DE43. Grayscale: #646464. Windows color (decimal): -3530308 or 12329418. OLE color: 12329418.
HSL color Cylindrical-coordinate representation of color #CA21BC: hue angle of 304.97º 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 #CA21BC is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 188 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.21 |
| HSL | 304.97º | 0.72% | 0.46% | - |
| HSV(B) | 304.97º | 0.84% | 0.79% | - |
| XYZ | 33.98 | 17.28 | 49.12 | - |
| YUV | 101.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 188 | 0 | 0.84 | 0.07 | 0.21 | 304.97 | 0.72 | 0.46 |
| Hex | CA | 21 | BC | 0 | 54 | 7 | 15 | 131 | 48 | 2E |
| Octal | 312 | 41 | 274 | 0 | 124 | 7 | 25 | 461 | 110 | 56 |
| Binary | 11001010 | 100001 | 10111100 | 0 | 1010100 | 111 | 10101 | 100110001 | 1001000 | 101110 |
Color Harmonies of #CA21BC
Complementary color
Monochromatic Colors of #CA21BC
Black with #CA21BC
Text Example
Text Example
White with #CA21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA21BC; }
p { color: rgb(202,33,188); }
H1.HeaderClassName
{
color: #CA21BC;
}
.AnyTagClassName
{
color: #CA21BC;
}
</style>
background-color css
<style>
a { background-color: #CA21BC; }
a { background-color: rgb(202,33,188); }
div.DivClassName
{
background-color: #CA21BC;
}
.BgClassName
{
background-color: #CA21BC;
}
</style>
border-color css
<style>
span { border-color: #CA21BC; }
span { border-color: rgb(202,33,188); }
td.TdClassName
{
border-color: #CA21BC;
}
.TagClassName
{
border-color: #CA21BC;
}
</style>