Shades of Deep Magenta #CE1CC9
Tints of Deep Magenta #CE1CC9
RGB
CMYK
RGB Variations
Color information
#CE1CC9 (or 0xCE1CC9) is known color: Deep Magenta. HEX triplet: CE, 1C and C9. RGB value is (206,28,201). Sum of RGB (Red+Green+Blue) = 206+28+201=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CC9 is #31E336. Grayscale: #646464. Windows color (decimal): -3269431 or 13180110. OLE color: 13180110.
HSL color Cylindrical-coordinate representation of color #CE1CC9: hue angle of 301.69º 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 #CE1CC9 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 201 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.19 |
| HSL | 301.69º | 0.76% | 0.46% | - |
| HSV(B) | 301.69º | 0.86% | 0.81% | - |
| XYZ | 36.41 | 18.17 | 56.85 | - |
| YUV | 100.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 201 | 0 | 0.86 | 0.02 | 0.19 | 301.69 | 0.76 | 0.46 |
| Hex | CE | 1C | C9 | 0 | 56 | 2 | 13 | 12E | 4C | 2E |
| Octal | 316 | 34 | 311 | 0 | 126 | 2 | 23 | 456 | 114 | 56 |
| Binary | 11001110 | 11100 | 11001001 | 0 | 1010110 | 10 | 10011 | 100101110 | 1001100 | 101110 |
Color Harmonies of #CE1CC9
Complementary color
Monochromatic Colors of #CE1CC9
Black with #CE1CC9
Text Example
Text Example
White with #CE1CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CC9; }
p { color: rgb(206,28,201); }
H1.HeaderClassName
{
color: #CE1CC9;
}
.AnyTagClassName
{
color: #CE1CC9;
}
</style>
background-color css
<style>
a { background-color: #CE1CC9; }
a { background-color: rgb(206,28,201); }
div.DivClassName
{
background-color: #CE1CC9;
}
.BgClassName
{
background-color: #CE1CC9;
}
</style>
border-color css
<style>
span { border-color: #CE1CC9; }
span { border-color: rgb(206,28,201); }
td.TdClassName
{
border-color: #CE1CC9;
}
.TagClassName
{
border-color: #CE1CC9;
}
</style>