Shades of Deep Magenta #CA29CA
Tints of Deep Magenta #CA29CA
RGB
CMYK
RGB Variations
Color information
#CA29CA (or 0xCA29CA) is known color: Deep Magenta. HEX triplet: CA, 29 and CA. RGB value is (202,41,202). Sum of RGB (Red+Green+Blue) = 202+41+202=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29CA is #35D635. Grayscale: #6B6B6B. Windows color (decimal): -3528246 or 13248970. OLE color: 13248970.
HSL color Cylindrical-coordinate representation of color #CA29CA: hue angle of 300º 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 #CA29CA is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 202 | - |
| CMYK | 0 | 0.80 | 0 | 0.21 |
| HSL | 300º | 0.66% | 0.48% | - |
| HSV(B) | 300º | 0.8% | 0.79% | - |
| XYZ | 35.81 | 18.41 | 57.54 | - |
| YUV | 107.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 202 | 0 | 0.80 | 0 | 0.21 | 300 | 0.66 | 0.48 |
| Hex | CA | 29 | CA | 0 | 50 | 0 | 15 | 12C | 42 | 30 |
| Octal | 312 | 51 | 312 | 0 | 120 | 0 | 25 | 454 | 102 | 60 |
| Binary | 11001010 | 101001 | 11001010 | 0 | 1010000 | 0 | 10101 | 100101100 | 1000010 | 110000 |
Color Harmonies of #CA29CA
Complementary color
Monochromatic Colors of #CA29CA
Black with #CA29CA
Text Example
Text Example
White with #CA29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29CA; }
p { color: rgb(202,41,202); }
H1.HeaderClassName
{
color: #CA29CA;
}
.AnyTagClassName
{
color: #CA29CA;
}
</style>
background-color css
<style>
a { background-color: #CA29CA; }
a { background-color: rgb(202,41,202); }
div.DivClassName
{
background-color: #CA29CA;
}
.BgClassName
{
background-color: #CA29CA;
}
</style>
border-color css
<style>
span { border-color: #CA29CA; }
span { border-color: rgb(202,41,202); }
td.TdClassName
{
border-color: #CA29CA;
}
.TagClassName
{
border-color: #CA29CA;
}
</style>