Shades of Deep Magenta #CE1CDD
Tints of Deep Magenta #CE1CDD
RGB
CMYK
RGB Variations
Color information
#CE1CDD (or 0xCE1CDD) is known color: Deep Magenta. HEX triplet: CE, 1C and DD. RGB value is (206,28,221). Sum of RGB (Red+Green+Blue) = 206+28+221=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CDD is #31E322. Grayscale: #666666. Windows color (decimal): -3269411 or 14490830. OLE color: 14490830.
HSL color Cylindrical-coordinate representation of color #CE1CDD: hue angle of 295.34º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1CDD is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 28 | 221 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.13 |
| HSL | 295.34º | 0.78% | 0.49% | - |
| HSV(B) | 295.34º | 0.87% | 0.87% | - |
| XYZ | 38.92 | 19.17 | 70.06 | - |
| YUV | 103.22 | 194.47 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 221 | 0.07 | 0.87 | 0 | 0.13 | 295.34 | 0.78 | 0.49 |
| Hex | CE | 1C | DD | 7 | 57 | 0 | D | 127 | 4E | 31 |
| Octal | 316 | 34 | 335 | 7 | 127 | 0 | 15 | 447 | 116 | 61 |
| Binary | 11001110 | 11100 | 11011101 | 111 | 1010111 | 0 | 1101 | 100100111 | 1001110 | 110001 |
Color Harmonies of #CE1CDD
Complementary color
Monochromatic Colors of #CE1CDD
Black with #CE1CDD
Text Example
Text Example
White with #CE1CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CDD; }
p { color: rgb(206,28,221); }
H1.HeaderClassName
{
color: #CE1CDD;
}
.AnyTagClassName
{
color: #CE1CDD;
}
</style>
background-color css
<style>
a { background-color: #CE1CDD; }
a { background-color: rgb(206,28,221); }
div.DivClassName
{
background-color: #CE1CDD;
}
.BgClassName
{
background-color: #CE1CDD;
}
</style>
border-color css
<style>
span { border-color: #CE1CDD; }
span { border-color: rgb(206,28,221); }
td.TdClassName
{
border-color: #CE1CDD;
}
.TagClassName
{
border-color: #CE1CDD;
}
</style>