Shades of Deep Magenta #CA1EDB
Tints of Deep Magenta #CA1EDB
RGB
CMYK
RGB Variations
Color information
#CA1EDB (or 0xCA1EDB) is known color: Deep Magenta. HEX triplet: CA, 1E and DB. RGB value is (202,30,219). Sum of RGB (Red+Green+Blue) = 202+30+219=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1EDB is #35E124. Grayscale: #666666. Windows color (decimal): -3531045 or 14360266. OLE color: 14360266.
HSL color Cylindrical-coordinate representation of color #CA1EDB: hue angle of 294.6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1EDB is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 30 | 219 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.14 |
| HSL | 294.6º | 0.76% | 0.49% | - |
| HSV(B) | 294.6º | 0.86% | 0.86% | - |
| XYZ | 37.61 | 18.6 | 68.63 | - |
| YUV | 102.97 | 193.48 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 219 | 0.08 | 0.86 | 0 | 0.14 | 294.6 | 0.76 | 0.49 |
| Hex | CA | 1E | DB | 8 | 56 | 0 | E | 127 | 4C | 31 |
| Octal | 312 | 36 | 333 | 10 | 126 | 0 | 16 | 447 | 114 | 61 |
| Binary | 11001010 | 11110 | 11011011 | 1000 | 1010110 | 0 | 1110 | 100100111 | 1001100 | 110001 |
Color Harmonies of #CA1EDB
Complementary color
Monochromatic Colors of #CA1EDB
Black with #CA1EDB
Text Example
Text Example
White with #CA1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EDB; }
p { color: rgb(202,30,219); }
H1.HeaderClassName
{
color: #CA1EDB;
}
.AnyTagClassName
{
color: #CA1EDB;
}
</style>
background-color css
<style>
a { background-color: #CA1EDB; }
a { background-color: rgb(202,30,219); }
div.DivClassName
{
background-color: #CA1EDB;
}
.BgClassName
{
background-color: #CA1EDB;
}
</style>
border-color css
<style>
span { border-color: #CA1EDB; }
span { border-color: rgb(202,30,219); }
td.TdClassName
{
border-color: #CA1EDB;
}
.TagClassName
{
border-color: #CA1EDB;
}
</style>