Shades of Deep Magenta #CE1FDD
Tints of Deep Magenta #CE1FDD
RGB
CMYK
RGB Variations
Color information
#CE1FDD (or 0xCE1FDD) is known color: Deep Magenta. HEX triplet: CE, 1F and DD. RGB value is (206,31,221). Sum of RGB (Red+Green+Blue) = 206+31+221=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE1FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FDD is #31E022. Grayscale: #686868. Windows color (decimal): -3268643 or 14491598. OLE color: 14491598.
HSL color Cylindrical-coordinate representation of color #CE1FDD: hue angle of 295.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1FDD is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 31 | 221 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.13 |
| HSL | 295.26º | 0.75% | 0.49% | - |
| HSV(B) | 295.26º | 0.86% | 0.87% | - |
| XYZ | 38.99 | 19.32 | 70.08 | - |
| YUV | 104.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 221 | 0.07 | 0.86 | 0 | 0.13 | 295.26 | 0.75 | 0.49 |
| Hex | CE | 1F | DD | 7 | 56 | 0 | D | 127 | 4B | 31 |
| Octal | 316 | 37 | 335 | 7 | 126 | 0 | 15 | 447 | 113 | 61 |
| Binary | 11001110 | 11111 | 11011101 | 111 | 1010110 | 0 | 1101 | 100100111 | 1001011 | 110001 |
Color Harmonies of #CE1FDD
Complementary color
Monochromatic Colors of #CE1FDD
Black with #CE1FDD
Text Example
Text Example
White with #CE1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FDD; }
p { color: rgb(206,31,221); }
H1.HeaderClassName
{
color: #CE1FDD;
}
.AnyTagClassName
{
color: #CE1FDD;
}
</style>
background-color css
<style>
a { background-color: #CE1FDD; }
a { background-color: rgb(206,31,221); }
div.DivClassName
{
background-color: #CE1FDD;
}
.BgClassName
{
background-color: #CE1FDD;
}
</style>
border-color css
<style>
span { border-color: #CE1FDD; }
span { border-color: rgb(206,31,221); }
td.TdClassName
{
border-color: #CE1FDD;
}
.TagClassName
{
border-color: #CE1FDD;
}
</style>