Shades of Deep Magenta #CA10DB
Tints of Deep Magenta #CA10DB
RGB
CMYK
RGB Variations
Color information
#CA10DB (or 0xCA10DB) is known color: Deep Magenta. HEX triplet: CA, 10 and DB. RGB value is (202,16,219). Sum of RGB (Red+Green+Blue) = 202+16+219=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10DB is #35EF24. Grayscale: #5E5E5E. Windows color (decimal): -3534629 or 14356682. OLE color: 14356682.
HSL color Cylindrical-coordinate representation of color #CA10DB: hue angle of 294.98º 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 #CA10DB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 16 | 219 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.14 |
| HSL | 294.98º | 0.86% | 0.46% | - |
| HSV(B) | 294.98º | 0.93% | 0.86% | - |
| XYZ | 37.33 | 18.04 | 68.53 | - |
| YUV | 94.76 | 198.12 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 219 | 0.08 | 0.93 | 0 | 0.14 | 294.98 | 0.86 | 0.46 |
| Hex | CA | 10 | DB | 8 | 5D | 0 | E | 127 | 56 | 2E |
| Octal | 312 | 20 | 333 | 10 | 135 | 0 | 16 | 447 | 126 | 56 |
| Binary | 11001010 | 10000 | 11011011 | 1000 | 1011101 | 0 | 1110 | 100100111 | 1010110 | 101110 |
Color Harmonies of #CA10DB
Complementary color
Monochromatic Colors of #CA10DB
Black with #CA10DB
Text Example
Text Example
White with #CA10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10DB; }
p { color: rgb(202,16,219); }
H1.HeaderClassName
{
color: #CA10DB;
}
.AnyTagClassName
{
color: #CA10DB;
}
</style>
background-color css
<style>
a { background-color: #CA10DB; }
a { background-color: rgb(202,16,219); }
div.DivClassName
{
background-color: #CA10DB;
}
.BgClassName
{
background-color: #CA10DB;
}
</style>
border-color css
<style>
span { border-color: #CA10DB; }
span { border-color: rgb(202,16,219); }
td.TdClassName
{
border-color: #CA10DB;
}
.TagClassName
{
border-color: #CA10DB;
}
</style>