Shades of Deep Magenta #CA02BD
Tints of Deep Magenta #CA02BD
RGB
CMYK
RGB Variations
Color information
#CA02BD (or 0xCA02BD) is known color: Deep Magenta. HEX triplet: CA, 02 and BD. RGB value is (202,2,189). Sum of RGB (Red+Green+Blue) = 202+2+189=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02BD is #35FD42. Grayscale: #525252. Windows color (decimal): -3538243 or 12387018. OLE color: 12387018.
HSL color Cylindrical-coordinate representation of color #CA02BD: hue angle of 303.9º 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 #CA02BD is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.21 |
| HSL | 303.9º | 0.98% | 0.4% | - |
| HSV(B) | 303.9º | 0.99% | 0.79% | - |
| XYZ | 33.56 | 16.27 | 49.52 | - |
| YUV | 83.12 | 187.76 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 189 | 0 | 0.99 | 0.06 | 0.21 | 303.9 | 0.98 | 0.4 |
| Hex | CA | 2 | BD | 0 | 63 | 6 | 15 | 130 | 62 | 28 |
| Octal | 312 | 2 | 275 | 0 | 143 | 6 | 25 | 460 | 142 | 50 |
| Binary | 11001010 | 10 | 10111101 | 0 | 1100011 | 110 | 10101 | 100110000 | 1100010 | 101000 |
Color Harmonies of #CA02BD
Complementary color
Monochromatic Colors of #CA02BD
Black with #CA02BD
Text Example
Text Example
White with #CA02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02BD; }
p { color: rgb(202,2,189); }
H1.HeaderClassName
{
color: #CA02BD;
}
.AnyTagClassName
{
color: #CA02BD;
}
</style>
background-color css
<style>
a { background-color: #CA02BD; }
a { background-color: rgb(202,2,189); }
div.DivClassName
{
background-color: #CA02BD;
}
.BgClassName
{
background-color: #CA02BD;
}
</style>
border-color css
<style>
span { border-color: #CA02BD; }
span { border-color: rgb(202,2,189); }
td.TdClassName
{
border-color: #CA02BD;
}
.TagClassName
{
border-color: #CA02BD;
}
</style>