Shades of Deep Magenta #CA29C2
Tints of Deep Magenta #CA29C2
RGB
CMYK
RGB Variations
Color information
#CA29C2 (or 0xCA29C2) is known color: Deep Magenta. HEX triplet: CA, 29 and C2. RGB value is (202,41,194). Sum of RGB (Red+Green+Blue) = 202+41+194=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29C2 is #35D63D. Grayscale: #6A6A6A. Windows color (decimal): -3528254 or 12724682. OLE color: 12724682.
HSL color Cylindrical-coordinate representation of color #CA29C2: hue angle of 302.98º 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 #CA29C2 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 194 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.21 |
| HSL | 302.98º | 0.66% | 0.48% | - |
| HSV(B) | 302.98º | 0.8% | 0.79% | - |
| XYZ | 34.89 | 18.04 | 52.68 | - |
| YUV | 106.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 194 | 0 | 0.80 | 0.04 | 0.21 | 302.98 | 0.66 | 0.48 |
| Hex | CA | 29 | C2 | 0 | 50 | 4 | 15 | 12F | 42 | 30 |
| Octal | 312 | 51 | 302 | 0 | 120 | 4 | 25 | 457 | 102 | 60 |
| Binary | 11001010 | 101001 | 11000010 | 0 | 1010000 | 100 | 10101 | 100101111 | 1000010 | 110000 |
Color Harmonies of #CA29C2
Complementary color
Monochromatic Colors of #CA29C2
Black with #CA29C2
Text Example
Text Example
White with #CA29C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29C2; }
p { color: rgb(202,41,194); }
H1.HeaderClassName
{
color: #CA29C2;
}
.AnyTagClassName
{
color: #CA29C2;
}
</style>
background-color css
<style>
a { background-color: #CA29C2; }
a { background-color: rgb(202,41,194); }
div.DivClassName
{
background-color: #CA29C2;
}
.BgClassName
{
background-color: #CA29C2;
}
</style>
border-color css
<style>
span { border-color: #CA29C2; }
span { border-color: rgb(202,41,194); }
td.TdClassName
{
border-color: #CA29C2;
}
.TagClassName
{
border-color: #CA29C2;
}
</style>