Shades of Deep Magenta #CA10DC
Tints of Deep Magenta #CA10DC
RGB
CMYK
RGB Variations
Color information
#CA10DC (or 0xCA10DC) is known color: Deep Magenta. HEX triplet: CA, 10 and DC. RGB value is (202,16,220). Sum of RGB (Red+Green+Blue) = 202+16+220=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA10DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10DC is #35EF23. Grayscale: #5E5E5E. Windows color (decimal): -3534628 or 14422218. OLE color: 14422218.
HSL color Cylindrical-coordinate representation of color #CA10DC: hue angle of 294.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA10DC is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 16 | 220 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.14 |
| HSL | 294.71º | 0.86% | 0.46% | - |
| HSV(B) | 294.71º | 0.93% | 0.86% | - |
| XYZ | 37.46 | 18.09 | 69.23 | - |
| YUV | 94.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 220 | 0.08 | 0.93 | 0 | 0.14 | 294.71 | 0.86 | 0.46 |
| Hex | CA | 10 | DC | 8 | 5D | 0 | E | 127 | 56 | 2E |
| Octal | 312 | 20 | 334 | 10 | 135 | 0 | 16 | 447 | 126 | 56 |
| Binary | 11001010 | 10000 | 11011100 | 1000 | 1011101 | 0 | 1110 | 100100111 | 1010110 | 101110 |
Color Harmonies of #CA10DC
Complementary color
Monochromatic Colors of #CA10DC
Black with #CA10DC
Text Example
Text Example
White with #CA10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10DC; }
p { color: rgb(202,16,220); }
H1.HeaderClassName
{
color: #CA10DC;
}
.AnyTagClassName
{
color: #CA10DC;
}
</style>
background-color css
<style>
a { background-color: #CA10DC; }
a { background-color: rgb(202,16,220); }
div.DivClassName
{
background-color: #CA10DC;
}
.BgClassName
{
background-color: #CA10DC;
}
</style>
border-color css
<style>
span { border-color: #CA10DC; }
span { border-color: rgb(202,16,220); }
td.TdClassName
{
border-color: #CA10DC;
}
.TagClassName
{
border-color: #CA10DC;
}
</style>