Shades of Deep Magenta #CA29D4
Tints of Deep Magenta #CA29D4
RGB
CMYK
RGB Variations
Color information
#CA29D4 (or 0xCA29D4) is known color: Deep Magenta. HEX triplet: CA, 29 and D4. RGB value is (202,41,212). Sum of RGB (Red+Green+Blue) = 202+41+212=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA29D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29D4 is #35D62B. Grayscale: #6C6C6C. Windows color (decimal): -3528236 or 13904330. OLE color: 13904330.
HSL color Cylindrical-coordinate representation of color #CA29D4: hue angle of 296.49º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA29D4 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 41 | 212 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.17 |
| HSL | 296.49º | 0.68% | 0.5% | - |
| HSV(B) | 296.49º | 0.81% | 0.83% | - |
| XYZ | 37.03 | 18.9 | 63.98 | - |
| YUV | 108.63 | 186.34 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 212 | 0.05 | 0.81 | 0 | 0.17 | 296.49 | 0.68 | 0.5 |
| Hex | CA | 29 | D4 | 5 | 51 | 0 | 11 | 128 | 44 | 32 |
| Octal | 312 | 51 | 324 | 5 | 121 | 0 | 21 | 450 | 104 | 62 |
| Binary | 11001010 | 101001 | 11010100 | 101 | 1010001 | 0 | 10001 | 100101000 | 1000100 | 110010 |
Color Harmonies of #CA29D4
Complementary color
Monochromatic Colors of #CA29D4
Black with #CA29D4
Text Example
Text Example
White with #CA29D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29D4; }
p { color: rgb(202,41,212); }
H1.HeaderClassName
{
color: #CA29D4;
}
.AnyTagClassName
{
color: #CA29D4;
}
</style>
background-color css
<style>
a { background-color: #CA29D4; }
a { background-color: rgb(202,41,212); }
div.DivClassName
{
background-color: #CA29D4;
}
.BgClassName
{
background-color: #CA29D4;
}
</style>
border-color css
<style>
span { border-color: #CA29D4; }
span { border-color: rgb(202,41,212); }
td.TdClassName
{
border-color: #CA29D4;
}
.TagClassName
{
border-color: #CA29D4;
}
</style>