Shades of Deep Magenta #CE1CD6
Tints of Deep Magenta #CE1CD6
RGB
CMYK
RGB Variations
Color information
#CE1CD6 (or 0xCE1CD6) is known color: Deep Magenta. HEX triplet: CE, 1C and D6. RGB value is (206,28,214). Sum of RGB (Red+Green+Blue) = 206+28+214=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE1CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CD6 is #31E329. Grayscale: #656565. Windows color (decimal): -3269418 or 14032078. OLE color: 14032078.
HSL color Cylindrical-coordinate representation of color #CE1CD6: hue angle of 297.42º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1CD6 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 28 | 214 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.16 |
| HSL | 297.42º | 0.77% | 0.47% | - |
| HSV(B) | 297.42º | 0.87% | 0.84% | - |
| XYZ | 38.01 | 18.81 | 65.25 | - |
| YUV | 102.43 | 190.97 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 214 | 0.04 | 0.87 | 0 | 0.16 | 297.42 | 0.77 | 0.47 |
| Hex | CE | 1C | D6 | 4 | 57 | 0 | 10 | 129 | 4D | 2F |
| Octal | 316 | 34 | 326 | 4 | 127 | 0 | 20 | 451 | 115 | 57 |
| Binary | 11001110 | 11100 | 11010110 | 100 | 1010111 | 0 | 10000 | 100101001 | 1001101 | 101111 |
Color Harmonies of #CE1CD6
Complementary color
Monochromatic Colors of #CE1CD6
Black with #CE1CD6
Text Example
Text Example
White with #CE1CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CD6; }
p { color: rgb(206,28,214); }
H1.HeaderClassName
{
color: #CE1CD6;
}
.AnyTagClassName
{
color: #CE1CD6;
}
</style>
background-color css
<style>
a { background-color: #CE1CD6; }
a { background-color: rgb(206,28,214); }
div.DivClassName
{
background-color: #CE1CD6;
}
.BgClassName
{
background-color: #CE1CD6;
}
</style>
border-color css
<style>
span { border-color: #CE1CD6; }
span { border-color: rgb(206,28,214); }
td.TdClassName
{
border-color: #CE1CD6;
}
.TagClassName
{
border-color: #CE1CD6;
}
</style>