Shades of Deep Magenta #CA04B8
Tints of Deep Magenta #CA04B8
RGB
CMYK
RGB Variations
Color information
#CA04B8 (or 0xCA04B8) is known color: Deep Magenta. HEX triplet: CA, 04 and B8. RGB value is (202,4,184). Sum of RGB (Red+Green+Blue) = 202+4+184=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04B8 is #35FB47. Grayscale: #535353. Windows color (decimal): -3537736 or 12059850. OLE color: 12059850.
HSL color Cylindrical-coordinate representation of color #CA04B8: hue angle of 305.45º 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 #CA04B8 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 184 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.21 |
| HSL | 305.45º | 0.96% | 0.4% | - |
| HSV(B) | 305.45º | 0.98% | 0.79% | - |
| XYZ | 33.05 | 16.1 | 46.71 | - |
| YUV | 83.72 | 184.6 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 184 | 0 | 0.98 | 0.09 | 0.21 | 305.45 | 0.96 | 0.4 |
| Hex | CA | 4 | B8 | 0 | 62 | 9 | 15 | 131 | 60 | 28 |
| Octal | 312 | 4 | 270 | 0 | 142 | 11 | 25 | 461 | 140 | 50 |
| Binary | 11001010 | 100 | 10111000 | 0 | 1100010 | 1001 | 10101 | 100110001 | 1100000 | 101000 |
Color Harmonies of #CA04B8
Complementary color
Monochromatic Colors of #CA04B8
Black with #CA04B8
Text Example
Text Example
White with #CA04B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04B8; }
p { color: rgb(202,4,184); }
H1.HeaderClassName
{
color: #CA04B8;
}
.AnyTagClassName
{
color: #CA04B8;
}
</style>
background-color css
<style>
a { background-color: #CA04B8; }
a { background-color: rgb(202,4,184); }
div.DivClassName
{
background-color: #CA04B8;
}
.BgClassName
{
background-color: #CA04B8;
}
</style>
border-color css
<style>
span { border-color: #CA04B8; }
span { border-color: rgb(202,4,184); }
td.TdClassName
{
border-color: #CA04B8;
}
.TagClassName
{
border-color: #CA04B8;
}
</style>