Shades of Deep Magenta #CA02BE
Tints of Deep Magenta #CA02BE
RGB
CMYK
RGB Variations
Color information
#CA02BE (or 0xCA02BE) is known color: Deep Magenta. HEX triplet: CA, 02 and BE. RGB value is (202,2,190). Sum of RGB (Red+Green+Blue) = 202+2+190=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02BE is #35FD41. Grayscale: #525252. Windows color (decimal): -3538242 or 12452554. OLE color: 12452554.
HSL color Cylindrical-coordinate representation of color #CA02BE: hue angle of 303.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02BE is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.21 |
| HSL | 303.6º | 0.98% | 0.4% | - |
| HSV(B) | 303.6º | 0.99% | 0.79% | - |
| XYZ | 33.67 | 16.32 | 50.09 | - |
| YUV | 83.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 190 | 0 | 0.99 | 0.06 | 0.21 | 303.6 | 0.98 | 0.4 |
| Hex | CA | 2 | BE | 0 | 63 | 6 | 15 | 130 | 62 | 28 |
| Octal | 312 | 2 | 276 | 0 | 143 | 6 | 25 | 460 | 142 | 50 |
| Binary | 11001010 | 10 | 10111110 | 0 | 1100011 | 110 | 10101 | 100110000 | 1100010 | 101000 |
Color Harmonies of #CA02BE
Complementary color
Monochromatic Colors of #CA02BE
Black with #CA02BE
Text Example
Text Example
White with #CA02BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02BE; }
p { color: rgb(202,2,190); }
H1.HeaderClassName
{
color: #CA02BE;
}
.AnyTagClassName
{
color: #CA02BE;
}
</style>
background-color css
<style>
a { background-color: #CA02BE; }
a { background-color: rgb(202,2,190); }
div.DivClassName
{
background-color: #CA02BE;
}
.BgClassName
{
background-color: #CA02BE;
}
</style>
border-color css
<style>
span { border-color: #CA02BE; }
span { border-color: rgb(202,2,190); }
td.TdClassName
{
border-color: #CA02BE;
}
.TagClassName
{
border-color: #CA02BE;
}
</style>