Shades of Deep Magenta #CA19DD
Tints of Deep Magenta #CA19DD
RGB
CMYK
RGB Variations
Color information
#CA19DD (or 0xCA19DD) is known color: Deep Magenta. HEX triplet: CA, 19 and DD. RGB value is (202,25,221). Sum of RGB (Red+Green+Blue) = 202+25+221=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19DD is #35E622. Grayscale: #636363. Windows color (decimal): -3532323 or 14490058. OLE color: 14490058.
HSL color Cylindrical-coordinate representation of color #CA19DD: hue angle of 294.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA19DD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 25 | 221 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.13 |
| HSL | 294.18º | 0.8% | 0.48% | - |
| HSV(B) | 294.18º | 0.89% | 0.87% | - |
| XYZ | 37.76 | 18.47 | 69.98 | - |
| YUV | 100.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 221 | 0.09 | 0.89 | 0 | 0.13 | 294.18 | 0.8 | 0.48 |
| Hex | CA | 19 | DD | 9 | 59 | 0 | D | 126 | 50 | 30 |
| Octal | 312 | 31 | 335 | 11 | 131 | 0 | 15 | 446 | 120 | 60 |
| Binary | 11001010 | 11001 | 11011101 | 1001 | 1011001 | 0 | 1101 | 100100110 | 1010000 | 110000 |
Color Harmonies of #CA19DD
Complementary color
Monochromatic Colors of #CA19DD
Black with #CA19DD
Text Example
Text Example
White with #CA19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19DD; }
p { color: rgb(202,25,221); }
H1.HeaderClassName
{
color: #CA19DD;
}
.AnyTagClassName
{
color: #CA19DD;
}
</style>
background-color css
<style>
a { background-color: #CA19DD; }
a { background-color: rgb(202,25,221); }
div.DivClassName
{
background-color: #CA19DD;
}
.BgClassName
{
background-color: #CA19DD;
}
</style>
border-color css
<style>
span { border-color: #CA19DD; }
span { border-color: rgb(202,25,221); }
td.TdClassName
{
border-color: #CA19DD;
}
.TagClassName
{
border-color: #CA19DD;
}
</style>