Shades of Deep Magenta #CA04B7
Tints of Deep Magenta #CA04B7
RGB
CMYK
RGB Variations
Color information
#CA04B7 (or 0xCA04B7) is known color: Deep Magenta. HEX triplet: CA, 04 and B7. RGB value is (202,4,183). Sum of RGB (Red+Green+Blue) = 202+4+183=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04B7 is #35FB48. Grayscale: #535353. Windows color (decimal): -3537737 or 11994314. OLE color: 11994314.
HSL color Cylindrical-coordinate representation of color #CA04B7: hue angle of 305.76º 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 #CA04B7 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 183 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.21 |
| HSL | 305.76º | 0.96% | 0.4% | - |
| HSV(B) | 305.76º | 0.98% | 0.79% | - |
| XYZ | 32.95 | 16.06 | 46.16 | - |
| YUV | 83.61 | 184.1 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 183 | 0 | 0.98 | 0.09 | 0.21 | 305.76 | 0.96 | 0.4 |
| Hex | CA | 4 | B7 | 0 | 62 | 9 | 15 | 132 | 60 | 28 |
| Octal | 312 | 4 | 267 | 0 | 142 | 11 | 25 | 462 | 140 | 50 |
| Binary | 11001010 | 100 | 10110111 | 0 | 1100010 | 1001 | 10101 | 100110010 | 1100000 | 101000 |
Color Harmonies of #CA04B7
Complementary color
Monochromatic Colors of #CA04B7
Black with #CA04B7
Text Example
Text Example
White with #CA04B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04B7; }
p { color: rgb(202,4,183); }
H1.HeaderClassName
{
color: #CA04B7;
}
.AnyTagClassName
{
color: #CA04B7;
}
</style>
background-color css
<style>
a { background-color: #CA04B7; }
a { background-color: rgb(202,4,183); }
div.DivClassName
{
background-color: #CA04B7;
}
.BgClassName
{
background-color: #CA04B7;
}
</style>
border-color css
<style>
span { border-color: #CA04B7; }
span { border-color: rgb(202,4,183); }
td.TdClassName
{
border-color: #CA04B7;
}
.TagClassName
{
border-color: #CA04B7;
}
</style>