Shades of Deep Magenta #CA04B0
Tints of Deep Magenta #CA04B0
RGB
CMYK
RGB Variations
Color information
#CA04B0 (or 0xCA04B0) is known color: Deep Magenta. HEX triplet: CA, 04 and B0. RGB value is (202,4,176). Sum of RGB (Red+Green+Blue) = 202+4+176=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA04B0 is #35FB4F. Grayscale: #525252. Windows color (decimal): -3537744 or 11535562. OLE color: 11535562.
HSL color Cylindrical-coordinate representation of color #CA04B0: hue angle of 307.88º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04B0 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.21 |
| HSL | 307.88º | 0.96% | 0.4% | - |
| HSV(B) | 307.88º | 0.98% | 0.79% | - |
| XYZ | 32.24 | 15.78 | 42.42 | - |
| YUV | 82.81 | 180.6 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 176 | 0 | 0.98 | 0.13 | 0.21 | 307.88 | 0.96 | 0.4 |
| Hex | CA | 4 | B0 | 0 | 62 | D | 15 | 134 | 60 | 28 |
| Octal | 312 | 4 | 260 | 0 | 142 | 15 | 25 | 464 | 140 | 50 |
| Binary | 11001010 | 100 | 10110000 | 0 | 1100010 | 1101 | 10101 | 100110100 | 1100000 | 101000 |
Color Harmonies of #CA04B0
Complementary color
Monochromatic Colors of #CA04B0
Black with #CA04B0
Text Example
Text Example
White with #CA04B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04B0; }
p { color: rgb(202,4,176); }
H1.HeaderClassName
{
color: #CA04B0;
}
.AnyTagClassName
{
color: #CA04B0;
}
</style>
background-color css
<style>
a { background-color: #CA04B0; }
a { background-color: rgb(202,4,176); }
div.DivClassName
{
background-color: #CA04B0;
}
.BgClassName
{
background-color: #CA04B0;
}
</style>
border-color css
<style>
span { border-color: #CA04B0; }
span { border-color: rgb(202,4,176); }
td.TdClassName
{
border-color: #CA04B0;
}
.TagClassName
{
border-color: #CA04B0;
}
</style>