Shades of Deep Magenta #CA02B5
Tints of Deep Magenta #CA02B5
RGB
CMYK
RGB Variations
Color information
#CA02B5 (or 0xCA02B5) is known color: Deep Magenta. HEX triplet: CA, 02 and B5. RGB value is (202,2,181). Sum of RGB (Red+Green+Blue) = 202+2+181=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02B5 is #35FD4A. Grayscale: #515151. Windows color (decimal): -3538251 or 11862730. OLE color: 11862730.
HSL color Cylindrical-coordinate representation of color #CA02B5: hue angle of 306.3º 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 #CA02B5 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.21 |
| HSL | 306.3º | 0.98% | 0.4% | - |
| HSV(B) | 306.3º | 0.99% | 0.79% | - |
| XYZ | 32.72 | 15.94 | 45.07 | - |
| YUV | 82.21 | 183.76 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 181 | 0 | 0.99 | 0.10 | 0.21 | 306.3 | 0.98 | 0.4 |
| Hex | CA | 2 | B5 | 0 | 63 | A | 15 | 132 | 62 | 28 |
| Octal | 312 | 2 | 265 | 0 | 143 | 12 | 25 | 462 | 142 | 50 |
| Binary | 11001010 | 10 | 10110101 | 0 | 1100011 | 1010 | 10101 | 100110010 | 1100010 | 101000 |
Color Harmonies of #CA02B5
Complementary color
Monochromatic Colors of #CA02B5
Black with #CA02B5
Text Example
Text Example
White with #CA02B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02B5; }
p { color: rgb(202,2,181); }
H1.HeaderClassName
{
color: #CA02B5;
}
.AnyTagClassName
{
color: #CA02B5;
}
</style>
background-color css
<style>
a { background-color: #CA02B5; }
a { background-color: rgb(202,2,181); }
div.DivClassName
{
background-color: #CA02B5;
}
.BgClassName
{
background-color: #CA02B5;
}
</style>
border-color css
<style>
span { border-color: #CA02B5; }
span { border-color: rgb(202,2,181); }
td.TdClassName
{
border-color: #CA02B5;
}
.TagClassName
{
border-color: #CA02B5;
}
</style>