Shades of Deep Magenta #CE1CCC
Tints of Deep Magenta #CE1CCC
RGB
CMYK
RGB Variations
Color information
#CE1CCC (or 0xCE1CCC) is known color: Deep Magenta. HEX triplet: CE, 1C and CC. RGB value is (206,28,204). Sum of RGB (Red+Green+Blue) = 206+28+204=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CCC is #31E333. Grayscale: #646464. Windows color (decimal): -3269428 or 13376718. OLE color: 13376718.
HSL color Cylindrical-coordinate representation of color #CE1CCC: hue angle of 300.67º 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 #CE1CCC is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 204 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.19 |
| HSL | 300.67º | 0.76% | 0.46% | - |
| HSV(B) | 300.67º | 0.86% | 0.81% | - |
| XYZ | 36.77 | 18.31 | 58.72 | - |
| YUV | 101.29 | 185.97 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 204 | 0 | 0.86 | 0.01 | 0.19 | 300.67 | 0.76 | 0.46 |
| Hex | CE | 1C | CC | 0 | 56 | 1 | 13 | 12D | 4C | 2E |
| Octal | 316 | 34 | 314 | 0 | 126 | 1 | 23 | 455 | 114 | 56 |
| Binary | 11001110 | 11100 | 11001100 | 0 | 1010110 | 1 | 10011 | 100101101 | 1001100 | 101110 |
Color Harmonies of #CE1CCC
Complementary color
Monochromatic Colors of #CE1CCC
Black with #CE1CCC
Text Example
Text Example
White with #CE1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CCC; }
p { color: rgb(206,28,204); }
H1.HeaderClassName
{
color: #CE1CCC;
}
.AnyTagClassName
{
color: #CE1CCC;
}
</style>
background-color css
<style>
a { background-color: #CE1CCC; }
a { background-color: rgb(206,28,204); }
div.DivClassName
{
background-color: #CE1CCC;
}
.BgClassName
{
background-color: #CE1CCC;
}
</style>
border-color css
<style>
span { border-color: #CE1CCC; }
span { border-color: rgb(206,28,204); }
td.TdClassName
{
border-color: #CE1CCC;
}
.TagClassName
{
border-color: #CE1CCC;
}
</style>