Shades of Deep Magenta #CA0BAD
Tints of Deep Magenta #CA0BAD
RGB
CMYK
RGB Variations
Color information
#CA0BAD (or 0xCA0BAD) is known color: Deep Magenta. HEX triplet: CA, 0B and AD. RGB value is (202,11,173). Sum of RGB (Red+Green+Blue) = 202+11+173=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0BAD is #35F452. Grayscale: #565656. Windows color (decimal): -3535955 or 11340746. OLE color: 11340746.
HSL color Cylindrical-coordinate representation of color #CA0BAD: hue angle of 309.11º 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 #CA0BAD is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 173 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.21 |
| HSL | 309.11º | 0.9% | 0.42% | - |
| HSV(B) | 309.11º | 0.95% | 0.79% | - |
| XYZ | 32.02 | 15.81 | 40.9 | - |
| YUV | 86.58 | 176.78 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 173 | 0 | 0.95 | 0.14 | 0.21 | 309.11 | 0.9 | 0.42 |
| Hex | CA | B | AD | 0 | 5F | E | 15 | 135 | 5A | 2A |
| Octal | 312 | 13 | 255 | 0 | 137 | 16 | 25 | 465 | 132 | 52 |
| Binary | 11001010 | 1011 | 10101101 | 0 | 1011111 | 1110 | 10101 | 100110101 | 1011010 | 101010 |
Color Harmonies of #CA0BAD
Complementary color
Monochromatic Colors of #CA0BAD
Black with #CA0BAD
Text Example
Text Example
White with #CA0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BAD; }
p { color: rgb(202,11,173); }
H1.HeaderClassName
{
color: #CA0BAD;
}
.AnyTagClassName
{
color: #CA0BAD;
}
</style>
background-color css
<style>
a { background-color: #CA0BAD; }
a { background-color: rgb(202,11,173); }
div.DivClassName
{
background-color: #CA0BAD;
}
.BgClassName
{
background-color: #CA0BAD;
}
</style>
border-color css
<style>
span { border-color: #CA0BAD; }
span { border-color: rgb(202,11,173); }
td.TdClassName
{
border-color: #CA0BAD;
}
.TagClassName
{
border-color: #CA0BAD;
}
</style>