Shades of Deep Magenta #CA0DCA
Tints of Deep Magenta #CA0DCA
RGB
CMYK
RGB Variations
Color information
#CA0DCA (or 0xCA0DCA) is known color: Deep Magenta. HEX triplet: CA, 0D and CA. RGB value is (202,13,202). Sum of RGB (Red+Green+Blue) = 202+13+202=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA0DCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DCA is #35F235. Grayscale: #5A5A5A. Windows color (decimal): -3535414 or 13241802. OLE color: 13241802.
HSL color Cylindrical-coordinate representation of color #CA0DCA: hue angle of 300º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DCA is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 202 | - |
| CMYK | 0 | 0.94 | 0 | 0.21 |
| HSL | 300º | 0.88% | 0.42% | - |
| HSV(B) | 300º | 0.94% | 0.79% | - |
| XYZ | 35.16 | 17.11 | 57.33 | - |
| YUV | 91.06 | 190.62 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 202 | 0 | 0.94 | 0 | 0.21 | 300 | 0.88 | 0.42 |
| Hex | CA | D | CA | 0 | 5E | 0 | 15 | 12C | 58 | 2A |
| Octal | 312 | 15 | 312 | 0 | 136 | 0 | 25 | 454 | 130 | 52 |
| Binary | 11001010 | 1101 | 11001010 | 0 | 1011110 | 0 | 10101 | 100101100 | 1011000 | 101010 |
Color Harmonies of #CA0DCA
Complementary color
Monochromatic Colors of #CA0DCA
Black with #CA0DCA
Text Example
Text Example
White with #CA0DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DCA; }
p { color: rgb(202,13,202); }
H1.HeaderClassName
{
color: #CA0DCA;
}
.AnyTagClassName
{
color: #CA0DCA;
}
</style>
background-color css
<style>
a { background-color: #CA0DCA; }
a { background-color: rgb(202,13,202); }
div.DivClassName
{
background-color: #CA0DCA;
}
.BgClassName
{
background-color: #CA0DCA;
}
</style>
border-color css
<style>
span { border-color: #CA0DCA; }
span { border-color: rgb(202,13,202); }
td.TdClassName
{
border-color: #CA0DCA;
}
.TagClassName
{
border-color: #CA0DCA;
}
</style>