Shades of Deep Magenta #CA0EDB
Tints of Deep Magenta #CA0EDB
RGB
CMYK
RGB Variations
Color information
#CA0EDB (or 0xCA0EDB) is known color: Deep Magenta. HEX triplet: CA, 0E and DB. RGB value is (202,14,219). Sum of RGB (Red+Green+Blue) = 202+14+219=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0EDB is #35F124. Grayscale: #5C5C5C. Windows color (decimal): -3535141 or 14356170. OLE color: 14356170.
HSL color Cylindrical-coordinate representation of color #CA0EDB: hue angle of 295.02º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0EDB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 14 | 219 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.14 |
| HSL | 295.02º | 0.88% | 0.46% | - |
| HSV(B) | 295.02º | 0.94% | 0.86% | - |
| XYZ | 37.3 | 17.99 | 68.52 | - |
| YUV | 93.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 219 | 0.08 | 0.94 | 0 | 0.14 | 295.02 | 0.88 | 0.46 |
| Hex | CA | E | DB | 8 | 5E | 0 | E | 127 | 58 | 2E |
| Octal | 312 | 16 | 333 | 10 | 136 | 0 | 16 | 447 | 130 | 56 |
| Binary | 11001010 | 1110 | 11011011 | 1000 | 1011110 | 0 | 1110 | 100100111 | 1011000 | 101110 |
Color Harmonies of #CA0EDB
Complementary color
Monochromatic Colors of #CA0EDB
Black with #CA0EDB
Text Example
Text Example
White with #CA0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0EDB; }
p { color: rgb(202,14,219); }
H1.HeaderClassName
{
color: #CA0EDB;
}
.AnyTagClassName
{
color: #CA0EDB;
}
</style>
background-color css
<style>
a { background-color: #CA0EDB; }
a { background-color: rgb(202,14,219); }
div.DivClassName
{
background-color: #CA0EDB;
}
.BgClassName
{
background-color: #CA0EDB;
}
</style>
border-color css
<style>
span { border-color: #CA0EDB; }
span { border-color: rgb(202,14,219); }
td.TdClassName
{
border-color: #CA0EDB;
}
.TagClassName
{
border-color: #CA0EDB;
}
</style>