Shades of Deep Magenta #CE1FDB
Tints of Deep Magenta #CE1FDB
RGB
CMYK
RGB Variations
Color information
#CE1FDB (or 0xCE1FDB) is known color: Deep Magenta. HEX triplet: CE, 1F and DB. RGB value is (206,31,219). Sum of RGB (Red+Green+Blue) = 206+31+219=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FDB is #31E024. Grayscale: #686868. Windows color (decimal): -3268645 or 14360526. OLE color: 14360526.
HSL color Cylindrical-coordinate representation of color #CE1FDB: hue angle of 295.85º degrees, saturation: 0.75, 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 #CE1FDB is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 31 | 219 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.14 |
| HSL | 295.85º | 0.75% | 0.49% | - |
| HSV(B) | 295.85º | 0.86% | 0.86% | - |
| XYZ | 38.73 | 19.22 | 68.69 | - |
| YUV | 104.76 | 192.48 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 219 | 0.06 | 0.86 | 0 | 0.14 | 295.85 | 0.75 | 0.49 |
| Hex | CE | 1F | DB | 6 | 56 | 0 | E | 128 | 4B | 31 |
| Octal | 316 | 37 | 333 | 6 | 126 | 0 | 16 | 450 | 113 | 61 |
| Binary | 11001110 | 11111 | 11011011 | 110 | 1010110 | 0 | 1110 | 100101000 | 1001011 | 110001 |
Color Harmonies of #CE1FDB
Complementary color
Monochromatic Colors of #CE1FDB
Black with #CE1FDB
Text Example
Text Example
White with #CE1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FDB; }
p { color: rgb(206,31,219); }
H1.HeaderClassName
{
color: #CE1FDB;
}
.AnyTagClassName
{
color: #CE1FDB;
}
</style>
background-color css
<style>
a { background-color: #CE1FDB; }
a { background-color: rgb(206,31,219); }
div.DivClassName
{
background-color: #CE1FDB;
}
.BgClassName
{
background-color: #CE1FDB;
}
</style>
border-color css
<style>
span { border-color: #CE1FDB; }
span { border-color: rgb(206,31,219); }
td.TdClassName
{
border-color: #CE1FDB;
}
.TagClassName
{
border-color: #CE1FDB;
}
</style>