Shades of Deep Magenta #CA0DDD
Tints of Deep Magenta #CA0DDD
RGB
CMYK
RGB Variations
Color information
#CA0DDD (or 0xCA0DDD) is known color: Deep Magenta. HEX triplet: CA, 0D and DD. RGB value is (202,13,221). Sum of RGB (Red+Green+Blue) = 202+13+221=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DDD is #35F222. Grayscale: #5C5C5C. Windows color (decimal): -3535395 or 14486986. OLE color: 14486986.
HSL color Cylindrical-coordinate representation of color #CA0DDD: hue angle of 294.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DDD is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 13 | 221 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.13 |
| HSL | 294.52º | 0.89% | 0.46% | - |
| HSV(B) | 294.52º | 0.94% | 0.87% | - |
| XYZ | 37.55 | 18.06 | 69.91 | - |
| YUV | 93.22 | 200.12 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 221 | 0.09 | 0.94 | 0 | 0.13 | 294.52 | 0.89 | 0.46 |
| Hex | CA | D | DD | 9 | 5E | 0 | D | 127 | 59 | 2E |
| Octal | 312 | 15 | 335 | 11 | 136 | 0 | 15 | 447 | 131 | 56 |
| Binary | 11001010 | 1101 | 11011101 | 1001 | 1011110 | 0 | 1101 | 100100111 | 1011001 | 101110 |
Color Harmonies of #CA0DDD
Complementary color
Monochromatic Colors of #CA0DDD
Black with #CA0DDD
Text Example
Text Example
White with #CA0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DDD; }
p { color: rgb(202,13,221); }
H1.HeaderClassName
{
color: #CA0DDD;
}
.AnyTagClassName
{
color: #CA0DDD;
}
</style>
background-color css
<style>
a { background-color: #CA0DDD; }
a { background-color: rgb(202,13,221); }
div.DivClassName
{
background-color: #CA0DDD;
}
.BgClassName
{
background-color: #CA0DDD;
}
</style>
border-color css
<style>
span { border-color: #CA0DDD; }
span { border-color: rgb(202,13,221); }
td.TdClassName
{
border-color: #CA0DDD;
}
.TagClassName
{
border-color: #CA0DDD;
}
</style>