Shades of Deep Magenta #CE1CC7
Tints of Deep Magenta #CE1CC7
RGB
CMYK
RGB Variations
Color information
#CE1CC7 (or 0xCE1CC7) is known color: Deep Magenta. HEX triplet: CE, 1C and C7. RGB value is (206,28,199). Sum of RGB (Red+Green+Blue) = 206+28+199=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CC7 is #31E338. Grayscale: #646464. Windows color (decimal): -3269433 or 13049038. OLE color: 13049038.
HSL color Cylindrical-coordinate representation of color #CE1CC7: hue angle of 302.36º 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 #CE1CC7 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 199 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.19 |
| HSL | 302.36º | 0.76% | 0.46% | - |
| HSV(B) | 302.36º | 0.86% | 0.81% | - |
| XYZ | 36.18 | 18.08 | 55.62 | - |
| YUV | 100.72 | 183.47 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 199 | 0 | 0.86 | 0.03 | 0.19 | 302.36 | 0.76 | 0.46 |
| Hex | CE | 1C | C7 | 0 | 56 | 3 | 13 | 12E | 4C | 2E |
| Octal | 316 | 34 | 307 | 0 | 126 | 3 | 23 | 456 | 114 | 56 |
| Binary | 11001110 | 11100 | 11000111 | 0 | 1010110 | 11 | 10011 | 100101110 | 1001100 | 101110 |
Color Harmonies of #CE1CC7
Complementary color
Monochromatic Colors of #CE1CC7
Black with #CE1CC7
Text Example
Text Example
White with #CE1CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CC7; }
p { color: rgb(206,28,199); }
H1.HeaderClassName
{
color: #CE1CC7;
}
.AnyTagClassName
{
color: #CE1CC7;
}
</style>
background-color css
<style>
a { background-color: #CE1CC7; }
a { background-color: rgb(206,28,199); }
div.DivClassName
{
background-color: #CE1CC7;
}
.BgClassName
{
background-color: #CE1CC7;
}
</style>
border-color css
<style>
span { border-color: #CE1CC7; }
span { border-color: rgb(206,28,199); }
td.TdClassName
{
border-color: #CE1CC7;
}
.TagClassName
{
border-color: #CE1CC7;
}
</style>