Shades of Deep Magenta #CA1CDB
Tints of Deep Magenta #CA1CDB
RGB
CMYK
RGB Variations
Color information
#CA1CDB (or 0xCA1CDB) is known color: Deep Magenta. HEX triplet: CA, 1C and DB. RGB value is (202,28,219). Sum of RGB (Red+Green+Blue) = 202+28+219=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CDB is #35E324. Grayscale: #656565. Windows color (decimal): -3531557 or 14359754. OLE color: 14359754.
HSL color Cylindrical-coordinate representation of color #CA1CDB: hue angle of 294.66º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1CDB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 28 | 219 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.14 |
| HSL | 294.66º | 0.77% | 0.48% | - |
| HSV(B) | 294.66º | 0.87% | 0.86% | - |
| XYZ | 37.56 | 18.5 | 68.61 | - |
| YUV | 101.8 | 194.15 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 219 | 0.08 | 0.87 | 0 | 0.14 | 294.66 | 0.77 | 0.48 |
| Hex | CA | 1C | DB | 8 | 57 | 0 | E | 127 | 4D | 30 |
| Octal | 312 | 34 | 333 | 10 | 127 | 0 | 16 | 447 | 115 | 60 |
| Binary | 11001010 | 11100 | 11011011 | 1000 | 1010111 | 0 | 1110 | 100100111 | 1001101 | 110000 |
Color Harmonies of #CA1CDB
Complementary color
Monochromatic Colors of #CA1CDB
Black with #CA1CDB
Text Example
Text Example
White with #CA1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CDB; }
p { color: rgb(202,28,219); }
H1.HeaderClassName
{
color: #CA1CDB;
}
.AnyTagClassName
{
color: #CA1CDB;
}
</style>
background-color css
<style>
a { background-color: #CA1CDB; }
a { background-color: rgb(202,28,219); }
div.DivClassName
{
background-color: #CA1CDB;
}
.BgClassName
{
background-color: #CA1CDB;
}
</style>
border-color css
<style>
span { border-color: #CA1CDB; }
span { border-color: rgb(202,28,219); }
td.TdClassName
{
border-color: #CA1CDB;
}
.TagClassName
{
border-color: #CA1CDB;
}
</style>