Shades of Deep Magenta #CA10D4
Tints of Deep Magenta #CA10D4
RGB
CMYK
RGB Variations
Color information
#CA10D4 (or 0xCA10D4) is known color: Deep Magenta. HEX triplet: CA, 10 and D4. RGB value is (202,16,212). Sum of RGB (Red+Green+Blue) = 202+16+212=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA10D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10D4 is #35EF2B. Grayscale: #5D5D5D. Windows color (decimal): -3534636 or 13897930. OLE color: 13897930.
HSL color Cylindrical-coordinate representation of color #CA10D4: hue angle of 296.94º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA10D4 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 16 | 212 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.17 |
| HSL | 296.94º | 0.86% | 0.45% | - |
| HSV(B) | 296.94º | 0.92% | 0.83% | - |
| XYZ | 36.43 | 17.68 | 63.78 | - |
| YUV | 93.96 | 194.62 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 212 | 0.05 | 0.92 | 0 | 0.17 | 296.94 | 0.86 | 0.45 |
| Hex | CA | 10 | D4 | 5 | 5C | 0 | 11 | 129 | 56 | 2D |
| Octal | 312 | 20 | 324 | 5 | 134 | 0 | 21 | 451 | 126 | 55 |
| Binary | 11001010 | 10000 | 11010100 | 101 | 1011100 | 0 | 10001 | 100101001 | 1010110 | 101101 |
Color Harmonies of #CA10D4
Complementary color
Monochromatic Colors of #CA10D4
Black with #CA10D4
Text Example
Text Example
White with #CA10D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10D4; }
p { color: rgb(202,16,212); }
H1.HeaderClassName
{
color: #CA10D4;
}
.AnyTagClassName
{
color: #CA10D4;
}
</style>
background-color css
<style>
a { background-color: #CA10D4; }
a { background-color: rgb(202,16,212); }
div.DivClassName
{
background-color: #CA10D4;
}
.BgClassName
{
background-color: #CA10D4;
}
</style>
border-color css
<style>
span { border-color: #CA10D4; }
span { border-color: rgb(202,16,212); }
td.TdClassName
{
border-color: #CA10D4;
}
.TagClassName
{
border-color: #CA10D4;
}
</style>