Shades of Deep Magenta #CA04BE
Tints of Deep Magenta #CA04BE
RGB
CMYK
RGB Variations
Color information
#CA04BE (or 0xCA04BE) is known color: Deep Magenta. HEX triplet: CA, 04 and BE. RGB value is (202,4,190). Sum of RGB (Red+Green+Blue) = 202+4+190=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04BE is #35FB41. Grayscale: #535353. Windows color (decimal): -3537730 or 12453066. OLE color: 12453066.
HSL color Cylindrical-coordinate representation of color #CA04BE: hue angle of 303.64º 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 #CA04BE is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.21 |
| HSL | 303.64º | 0.96% | 0.4% | - |
| HSV(B) | 303.64º | 0.98% | 0.79% | - |
| XYZ | 33.69 | 16.36 | 50.1 | - |
| YUV | 84.41 | 187.6 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 190 | 0 | 0.98 | 0.06 | 0.21 | 303.64 | 0.96 | 0.4 |
| Hex | CA | 4 | BE | 0 | 62 | 6 | 15 | 130 | 60 | 28 |
| Octal | 312 | 4 | 276 | 0 | 142 | 6 | 25 | 460 | 140 | 50 |
| Binary | 11001010 | 100 | 10111110 | 0 | 1100010 | 110 | 10101 | 100110000 | 1100000 | 101000 |
Color Harmonies of #CA04BE
Complementary color
Monochromatic Colors of #CA04BE
Black with #CA04BE
Text Example
Text Example
White with #CA04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04BE; }
p { color: rgb(202,4,190); }
H1.HeaderClassName
{
color: #CA04BE;
}
.AnyTagClassName
{
color: #CA04BE;
}
</style>
background-color css
<style>
a { background-color: #CA04BE; }
a { background-color: rgb(202,4,190); }
div.DivClassName
{
background-color: #CA04BE;
}
.BgClassName
{
background-color: #CA04BE;
}
</style>
border-color css
<style>
span { border-color: #CA04BE; }
span { border-color: rgb(202,4,190); }
td.TdClassName
{
border-color: #CA04BE;
}
.TagClassName
{
border-color: #CA04BE;
}
</style>