Shades of Deep Magenta #CA29BD
Tints of Deep Magenta #CA29BD
RGB
CMYK
RGB Variations
Color information
#CA29BD (or 0xCA29BD) is known color: Deep Magenta. HEX triplet: CA, 29 and BD. RGB value is (202,41,189). Sum of RGB (Red+Green+Blue) = 202+41+189=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29BD is #35D642. Grayscale: #696969. Windows color (decimal): -3528259 or 12397002. OLE color: 12397002.
HSL color Cylindrical-coordinate representation of color #CA29BD: hue angle of 304.84º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA29BD is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 189 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.21 |
| HSL | 304.84º | 0.66% | 0.48% | - |
| HSV(B) | 304.84º | 0.8% | 0.79% | - |
| XYZ | 34.34 | 17.82 | 49.77 | - |
| YUV | 106.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 189 | 0 | 0.80 | 0.06 | 0.21 | 304.84 | 0.66 | 0.48 |
| Hex | CA | 29 | BD | 0 | 50 | 6 | 15 | 131 | 42 | 30 |
| Octal | 312 | 51 | 275 | 0 | 120 | 6 | 25 | 461 | 102 | 60 |
| Binary | 11001010 | 101001 | 10111101 | 0 | 1010000 | 110 | 10101 | 100110001 | 1000010 | 110000 |
Color Harmonies of #CA29BD
Complementary color
Monochromatic Colors of #CA29BD
Black with #CA29BD
Text Example
Text Example
White with #CA29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29BD; }
p { color: rgb(202,41,189); }
H1.HeaderClassName
{
color: #CA29BD;
}
.AnyTagClassName
{
color: #CA29BD;
}
</style>
background-color css
<style>
a { background-color: #CA29BD; }
a { background-color: rgb(202,41,189); }
div.DivClassName
{
background-color: #CA29BD;
}
.BgClassName
{
background-color: #CA29BD;
}
</style>
border-color css
<style>
span { border-color: #CA29BD; }
span { border-color: rgb(202,41,189); }
td.TdClassName
{
border-color: #CA29BD;
}
.TagClassName
{
border-color: #CA29BD;
}
</style>