Shades of Deep Magenta #CE1CDF
Tints of Deep Magenta #CE1CDF
RGB
CMYK
RGB Variations
Color information
#CE1CDF (or 0xCE1CDF) is known color: Deep Magenta. HEX triplet: CE, 1C and DF. RGB value is (206,28,223). Sum of RGB (Red+Green+Blue) = 206+28+223=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE1CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CDF is #31E320. Grayscale: #666666. Windows color (decimal): -3269409 or 14621902. OLE color: 14621902.
HSL color Cylindrical-coordinate representation of color #CE1CDF: hue angle of 294.77º 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 #CE1CDF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 28 | 223 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.13 |
| HSL | 294.77º | 0.78% | 0.49% | - |
| HSV(B) | 294.77º | 0.87% | 0.87% | - |
| XYZ | 39.19 | 19.28 | 71.47 | - |
| YUV | 103.45 | 195.47 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 223 | 0.08 | 0.87 | 0 | 0.13 | 294.77 | 0.78 | 0.49 |
| Hex | CE | 1C | DF | 8 | 57 | 0 | D | 127 | 4E | 31 |
| Octal | 316 | 34 | 337 | 10 | 127 | 0 | 15 | 447 | 116 | 61 |
| Binary | 11001110 | 11100 | 11011111 | 1000 | 1010111 | 0 | 1101 | 100100111 | 1001110 | 110001 |
Color Harmonies of #CE1CDF
Complementary color
Monochromatic Colors of #CE1CDF
Black with #CE1CDF
Text Example
Text Example
White with #CE1CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CDF; }
p { color: rgb(206,28,223); }
H1.HeaderClassName
{
color: #CE1CDF;
}
.AnyTagClassName
{
color: #CE1CDF;
}
</style>
background-color css
<style>
a { background-color: #CE1CDF; }
a { background-color: rgb(206,28,223); }
div.DivClassName
{
background-color: #CE1CDF;
}
.BgClassName
{
background-color: #CE1CDF;
}
</style>
border-color css
<style>
span { border-color: #CE1CDF; }
span { border-color: rgb(206,28,223); }
td.TdClassName
{
border-color: #CE1CDF;
}
.TagClassName
{
border-color: #CE1CDF;
}
</style>