Shades of Deep Magenta #CA10DE
Tints of Deep Magenta #CA10DE
RGB
CMYK
RGB Variations
Color information
#CA10DE (or 0xCA10DE) is known color: Deep Magenta. HEX triplet: CA, 10 and DE. RGB value is (202,16,222). Sum of RGB (Red+Green+Blue) = 202+16+222=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA10DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10DE is #35EF21. Grayscale: #5E5E5E. Windows color (decimal): -3534626 or 14553290. OLE color: 14553290.
HSL color Cylindrical-coordinate representation of color #CA10DE: hue angle of 294.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA10DE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 16 | 222 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.13 |
| HSL | 294.17º | 0.87% | 0.47% | - |
| HSV(B) | 294.17º | 0.93% | 0.87% | - |
| XYZ | 37.73 | 18.2 | 70.63 | - |
| YUV | 95.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 222 | 0.09 | 0.93 | 0 | 0.13 | 294.17 | 0.87 | 0.47 |
| Hex | CA | 10 | DE | 9 | 5D | 0 | D | 126 | 57 | 2F |
| Octal | 312 | 20 | 336 | 11 | 135 | 0 | 15 | 446 | 127 | 57 |
| Binary | 11001010 | 10000 | 11011110 | 1001 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101111 |
Color Harmonies of #CA10DE
Complementary color
Monochromatic Colors of #CA10DE
Black with #CA10DE
Text Example
Text Example
White with #CA10DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10DE; }
p { color: rgb(202,16,222); }
H1.HeaderClassName
{
color: #CA10DE;
}
.AnyTagClassName
{
color: #CA10DE;
}
</style>
background-color css
<style>
a { background-color: #CA10DE; }
a { background-color: rgb(202,16,222); }
div.DivClassName
{
background-color: #CA10DE;
}
.BgClassName
{
background-color: #CA10DE;
}
</style>
border-color css
<style>
span { border-color: #CA10DE; }
span { border-color: rgb(202,16,222); }
td.TdClassName
{
border-color: #CA10DE;
}
.TagClassName
{
border-color: #CA10DE;
}
</style>