Shades of Deep Magenta #CA0DDA
Tints of Deep Magenta #CA0DDA
RGB
CMYK
RGB Variations
Color information
#CA0DDA (or 0xCA0DDA) is known color: Deep Magenta. HEX triplet: CA, 0D and DA. RGB value is (202,13,218). Sum of RGB (Red+Green+Blue) = 202+13+218=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA0DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DDA is #35F225. Grayscale: #5C5C5C. Windows color (decimal): -3535398 or 14290378. OLE color: 14290378.
HSL color Cylindrical-coordinate representation of color #CA0DDA: hue angle of 295.32º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DDA is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 13 | 218 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.15 |
| HSL | 295.32º | 0.89% | 0.45% | - |
| HSV(B) | 295.32º | 0.94% | 0.85% | - |
| XYZ | 37.16 | 17.91 | 67.83 | - |
| YUV | 92.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 218 | 0.07 | 0.94 | 0 | 0.15 | 295.32 | 0.89 | 0.45 |
| Hex | CA | D | DA | 7 | 5E | 0 | F | 127 | 59 | 2D |
| Octal | 312 | 15 | 332 | 7 | 136 | 0 | 17 | 447 | 131 | 55 |
| Binary | 11001010 | 1101 | 11011010 | 111 | 1011110 | 0 | 1111 | 100100111 | 1011001 | 101101 |
Color Harmonies of #CA0DDA
Complementary color
Monochromatic Colors of #CA0DDA
Black with #CA0DDA
Text Example
Text Example
White with #CA0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DDA; }
p { color: rgb(202,13,218); }
H1.HeaderClassName
{
color: #CA0DDA;
}
.AnyTagClassName
{
color: #CA0DDA;
}
</style>
background-color css
<style>
a { background-color: #CA0DDA; }
a { background-color: rgb(202,13,218); }
div.DivClassName
{
background-color: #CA0DDA;
}
.BgClassName
{
background-color: #CA0DDA;
}
</style>
border-color css
<style>
span { border-color: #CA0DDA; }
span { border-color: rgb(202,13,218); }
td.TdClassName
{
border-color: #CA0DDA;
}
.TagClassName
{
border-color: #CA0DDA;
}
</style>