Shades of Deep Magenta #CA29BF
Tints of Deep Magenta #CA29BF
RGB
CMYK
RGB Variations
Color information
#CA29BF (or 0xCA29BF) is known color: Deep Magenta. HEX triplet: CA, 29 and BF. RGB value is (202,41,191). Sum of RGB (Red+Green+Blue) = 202+41+191=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29BF is #35D640. Grayscale: #696969. Windows color (decimal): -3528257 or 12528074. OLE color: 12528074.
HSL color Cylindrical-coordinate representation of color #CA29BF: hue angle of 304.1º 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 #CA29BF is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 191 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.21 |
| HSL | 304.1º | 0.66% | 0.48% | - |
| HSV(B) | 304.1º | 0.8% | 0.79% | - |
| XYZ | 34.55 | 17.9 | 50.92 | - |
| YUV | 106.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 191 | 0 | 0.80 | 0.05 | 0.21 | 304.1 | 0.66 | 0.48 |
| Hex | CA | 29 | BF | 0 | 50 | 5 | 15 | 130 | 42 | 30 |
| Octal | 312 | 51 | 277 | 0 | 120 | 5 | 25 | 460 | 102 | 60 |
| Binary | 11001010 | 101001 | 10111111 | 0 | 1010000 | 101 | 10101 | 100110000 | 1000010 | 110000 |
Color Harmonies of #CA29BF
Complementary color
Monochromatic Colors of #CA29BF
Black with #CA29BF
Text Example
Text Example
White with #CA29BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29BF; }
p { color: rgb(202,41,191); }
H1.HeaderClassName
{
color: #CA29BF;
}
.AnyTagClassName
{
color: #CA29BF;
}
</style>
background-color css
<style>
a { background-color: #CA29BF; }
a { background-color: rgb(202,41,191); }
div.DivClassName
{
background-color: #CA29BF;
}
.BgClassName
{
background-color: #CA29BF;
}
</style>
border-color css
<style>
span { border-color: #CA29BF; }
span { border-color: rgb(202,41,191); }
td.TdClassName
{
border-color: #CA29BF;
}
.TagClassName
{
border-color: #CA29BF;
}
</style>