Shades of Deep Magenta #CA0BBC
Tints of Deep Magenta #CA0BBC
RGB
CMYK
RGB Variations
Color information
#CA0BBC (or 0xCA0BBC) is known color: Deep Magenta. HEX triplet: CA, 0B and BC. RGB value is (202,11,188). Sum of RGB (Red+Green+Blue) = 202+11+188=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0BBC is #35F443. Grayscale: #575757. Windows color (decimal): -3535940 or 12323786. OLE color: 12323786.
HSL color Cylindrical-coordinate representation of color #CA0BBC: hue angle of 304.4º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0BBC is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.21 |
| HSL | 304.4º | 0.9% | 0.42% | - |
| HSV(B) | 304.4º | 0.95% | 0.79% | - |
| XYZ | 33.55 | 16.43 | 48.98 | - |
| YUV | 88.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 188 | 0 | 0.95 | 0.07 | 0.21 | 304.4 | 0.9 | 0.42 |
| Hex | CA | B | BC | 0 | 5F | 7 | 15 | 130 | 5A | 2A |
| Octal | 312 | 13 | 274 | 0 | 137 | 7 | 25 | 460 | 132 | 52 |
| Binary | 11001010 | 1011 | 10111100 | 0 | 1011111 | 111 | 10101 | 100110000 | 1011010 | 101010 |
Color Harmonies of #CA0BBC
Complementary color
Monochromatic Colors of #CA0BBC
Black with #CA0BBC
Text Example
Text Example
White with #CA0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BBC; }
p { color: rgb(202,11,188); }
H1.HeaderClassName
{
color: #CA0BBC;
}
.AnyTagClassName
{
color: #CA0BBC;
}
</style>
background-color css
<style>
a { background-color: #CA0BBC; }
a { background-color: rgb(202,11,188); }
div.DivClassName
{
background-color: #CA0BBC;
}
.BgClassName
{
background-color: #CA0BBC;
}
</style>
border-color css
<style>
span { border-color: #CA0BBC; }
span { border-color: rgb(202,11,188); }
td.TdClassName
{
border-color: #CA0BBC;
}
.TagClassName
{
border-color: #CA0BBC;
}
</style>