Shades of Deep Magenta #CA04DD
Tints of Deep Magenta #CA04DD
RGB
CMYK
RGB Variations
Color information
#CA04DD (or 0xCA04DD) is known color: Deep Magenta. HEX triplet: CA, 04 and DD. RGB value is (202,4,221). Sum of RGB (Red+Green+Blue) = 202+4+221=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04DD is #35FB22. Grayscale: #575757. Windows color (decimal): -3537699 or 14484682. OLE color: 14484682.
HSL color Cylindrical-coordinate representation of color #CA04DD: hue angle of 294.75º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04DD is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 4 | 221 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.13 |
| HSL | 294.75º | 0.96% | 0.44% | - |
| HSV(B) | 294.75º | 0.98% | 0.87% | - |
| XYZ | 37.45 | 17.86 | 69.88 | - |
| YUV | 87.94 | 203.1 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 221 | 0.09 | 0.98 | 0 | 0.13 | 294.75 | 0.96 | 0.44 |
| Hex | CA | 4 | DD | 9 | 62 | 0 | D | 127 | 60 | 2C |
| Octal | 312 | 4 | 335 | 11 | 142 | 0 | 15 | 447 | 140 | 54 |
| Binary | 11001010 | 100 | 11011101 | 1001 | 1100010 | 0 | 1101 | 100100111 | 1100000 | 101100 |
Color Harmonies of #CA04DD
Complementary color
Monochromatic Colors of #CA04DD
Black with #CA04DD
Text Example
Text Example
White with #CA04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04DD; }
p { color: rgb(202,4,221); }
H1.HeaderClassName
{
color: #CA04DD;
}
.AnyTagClassName
{
color: #CA04DD;
}
</style>
background-color css
<style>
a { background-color: #CA04DD; }
a { background-color: rgb(202,4,221); }
div.DivClassName
{
background-color: #CA04DD;
}
.BgClassName
{
background-color: #CA04DD;
}
</style>
border-color css
<style>
span { border-color: #CA04DD; }
span { border-color: rgb(202,4,221); }
td.TdClassName
{
border-color: #CA04DD;
}
.TagClassName
{
border-color: #CA04DD;
}
</style>