Shades of Deep Magenta #CA10DA
Tints of Deep Magenta #CA10DA
RGB
CMYK
RGB Variations
Color information
#CA10DA (or 0xCA10DA) is known color: Deep Magenta. HEX triplet: CA, 10 and DA. RGB value is (202,16,218). Sum of RGB (Red+Green+Blue) = 202+16+218=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA10DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10DA is #35EF25. Grayscale: #5E5E5E. Windows color (decimal): -3534630 or 14291146. OLE color: 14291146.
HSL color Cylindrical-coordinate representation of color #CA10DA: hue angle of 295.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA10DA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 16 | 218 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.15 |
| HSL | 295.25º | 0.86% | 0.46% | - |
| HSV(B) | 295.25º | 0.93% | 0.85% | - |
| XYZ | 37.2 | 17.99 | 67.84 | - |
| YUV | 94.64 | 197.62 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 218 | 0.07 | 0.93 | 0 | 0.15 | 295.25 | 0.86 | 0.46 |
| Hex | CA | 10 | DA | 7 | 5D | 0 | F | 127 | 56 | 2E |
| Octal | 312 | 20 | 332 | 7 | 135 | 0 | 17 | 447 | 126 | 56 |
| Binary | 11001010 | 10000 | 11011010 | 111 | 1011101 | 0 | 1111 | 100100111 | 1010110 | 101110 |
Color Harmonies of #CA10DA
Complementary color
Monochromatic Colors of #CA10DA
Black with #CA10DA
Text Example
Text Example
White with #CA10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10DA; }
p { color: rgb(202,16,218); }
H1.HeaderClassName
{
color: #CA10DA;
}
.AnyTagClassName
{
color: #CA10DA;
}
</style>
background-color css
<style>
a { background-color: #CA10DA; }
a { background-color: rgb(202,16,218); }
div.DivClassName
{
background-color: #CA10DA;
}
.BgClassName
{
background-color: #CA10DA;
}
</style>
border-color css
<style>
span { border-color: #CA10DA; }
span { border-color: rgb(202,16,218); }
td.TdClassName
{
border-color: #CA10DA;
}
.TagClassName
{
border-color: #CA10DA;
}
</style>