Shades of Deep Magenta #CE1CC6
Tints of Deep Magenta #CE1CC6
RGB
CMYK
RGB Variations
Color information
#CE1CC6 (or 0xCE1CC6) is known color: Deep Magenta. HEX triplet: CE, 1C and C6. RGB value is (206,28,198). Sum of RGB (Red+Green+Blue) = 206+28+198=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CC6 is #31E339. Grayscale: #646464. Windows color (decimal): -3269434 or 12983502. OLE color: 12983502.
HSL color Cylindrical-coordinate representation of color #CE1CC6: hue angle of 302.7º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1CC6 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 198 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.19 |
| HSL | 302.7º | 0.76% | 0.46% | - |
| HSV(B) | 302.7º | 0.86% | 0.81% | - |
| XYZ | 36.06 | 18.03 | 55.01 | - |
| YUV | 100.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 198 | 0 | 0.86 | 0.04 | 0.19 | 302.7 | 0.76 | 0.46 |
| Hex | CE | 1C | C6 | 0 | 56 | 4 | 13 | 12F | 4C | 2E |
| Octal | 316 | 34 | 306 | 0 | 126 | 4 | 23 | 457 | 114 | 56 |
| Binary | 11001110 | 11100 | 11000110 | 0 | 1010110 | 100 | 10011 | 100101111 | 1001100 | 101110 |
Color Harmonies of #CE1CC6
Complementary color
Monochromatic Colors of #CE1CC6
Black with #CE1CC6
Text Example
Text Example
White with #CE1CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CC6; }
p { color: rgb(206,28,198); }
H1.HeaderClassName
{
color: #CE1CC6;
}
.AnyTagClassName
{
color: #CE1CC6;
}
</style>
background-color css
<style>
a { background-color: #CE1CC6; }
a { background-color: rgb(206,28,198); }
div.DivClassName
{
background-color: #CE1CC6;
}
.BgClassName
{
background-color: #CE1CC6;
}
</style>
border-color css
<style>
span { border-color: #CE1CC6; }
span { border-color: rgb(206,28,198); }
td.TdClassName
{
border-color: #CE1CC6;
}
.TagClassName
{
border-color: #CE1CC6;
}
</style>