Shades of Deep Magenta #CE1CDB
Tints of Deep Magenta #CE1CDB
RGB
CMYK
RGB Variations
Color information
#CE1CDB (or 0xCE1CDB) is known color: Deep Magenta. HEX triplet: CE, 1C and DB. RGB value is (206,28,219). Sum of RGB (Red+Green+Blue) = 206+28+219=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CDB is #31E324. Grayscale: #666666. Windows color (decimal): -3269413 or 14359758. OLE color: 14359758.
HSL color Cylindrical-coordinate representation of color #CE1CDB: hue angle of 295.92º 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 #CE1CDB is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 28 | 219 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.14 |
| HSL | 295.92º | 0.77% | 0.48% | - |
| HSV(B) | 295.92º | 0.87% | 0.86% | - |
| XYZ | 38.66 | 19.07 | 68.66 | - |
| YUV | 103 | 193.47 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 219 | 0.06 | 0.87 | 0 | 0.14 | 295.92 | 0.77 | 0.48 |
| Hex | CE | 1C | DB | 6 | 57 | 0 | E | 128 | 4D | 30 |
| Octal | 316 | 34 | 333 | 6 | 127 | 0 | 16 | 450 | 115 | 60 |
| Binary | 11001110 | 11100 | 11011011 | 110 | 1010111 | 0 | 1110 | 100101000 | 1001101 | 110000 |
Color Harmonies of #CE1CDB
Complementary color
Monochromatic Colors of #CE1CDB
Black with #CE1CDB
Text Example
Text Example
White with #CE1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CDB; }
p { color: rgb(206,28,219); }
H1.HeaderClassName
{
color: #CE1CDB;
}
.AnyTagClassName
{
color: #CE1CDB;
}
</style>
background-color css
<style>
a { background-color: #CE1CDB; }
a { background-color: rgb(206,28,219); }
div.DivClassName
{
background-color: #CE1CDB;
}
.BgClassName
{
background-color: #CE1CDB;
}
</style>
border-color css
<style>
span { border-color: #CE1CDB; }
span { border-color: rgb(206,28,219); }
td.TdClassName
{
border-color: #CE1CDB;
}
.TagClassName
{
border-color: #CE1CDB;
}
</style>