Shades of Deep Magenta #CA1DDA
Tints of Deep Magenta #CA1DDA
RGB
CMYK
RGB Variations
Color information
#CA1DDA (or 0xCA1DDA) is known color: Deep Magenta. HEX triplet: CA, 1D and DA. RGB value is (202,29,218). Sum of RGB (Red+Green+Blue) = 202+29+218=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA1DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DDA is #35E225. Grayscale: #656565. Windows color (decimal): -3531302 or 14294474. OLE color: 14294474.
HSL color Cylindrical-coordinate representation of color #CA1DDA: hue angle of 294.92º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1DDA is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 29 | 218 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.15 |
| HSL | 294.92º | 0.77% | 0.48% | - |
| HSV(B) | 294.92º | 0.87% | 0.85% | - |
| XYZ | 37.45 | 18.5 | 67.93 | - |
| YUV | 102.27 | 193.31 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 218 | 0.07 | 0.87 | 0 | 0.15 | 294.92 | 0.77 | 0.48 |
| Hex | CA | 1D | DA | 7 | 57 | 0 | F | 127 | 4D | 30 |
| Octal | 312 | 35 | 332 | 7 | 127 | 0 | 17 | 447 | 115 | 60 |
| Binary | 11001010 | 11101 | 11011010 | 111 | 1010111 | 0 | 1111 | 100100111 | 1001101 | 110000 |
Color Harmonies of #CA1DDA
Complementary color
Monochromatic Colors of #CA1DDA
Black with #CA1DDA
Text Example
Text Example
White with #CA1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DDA; }
p { color: rgb(202,29,218); }
H1.HeaderClassName
{
color: #CA1DDA;
}
.AnyTagClassName
{
color: #CA1DDA;
}
</style>
background-color css
<style>
a { background-color: #CA1DDA; }
a { background-color: rgb(202,29,218); }
div.DivClassName
{
background-color: #CA1DDA;
}
.BgClassName
{
background-color: #CA1DDA;
}
</style>
border-color css
<style>
span { border-color: #CA1DDA; }
span { border-color: rgb(202,29,218); }
td.TdClassName
{
border-color: #CA1DDA;
}
.TagClassName
{
border-color: #CA1DDA;
}
</style>