Shades of Deep Magenta #CE1CC3
Tints of Deep Magenta #CE1CC3
RGB
CMYK
RGB Variations
Color information
#CE1CC3 (or 0xCE1CC3) is known color: Deep Magenta. HEX triplet: CE, 1C and C3. RGB value is (206,28,195). Sum of RGB (Red+Green+Blue) = 206+28+195=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CC3 is #31E33C. Grayscale: #636363. Windows color (decimal): -3269437 or 12786894. OLE color: 12786894.
HSL color Cylindrical-coordinate representation of color #CE1CC3: hue angle of 303.71º 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 #CE1CC3 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 195 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.19 |
| HSL | 303.71º | 0.76% | 0.46% | - |
| HSV(B) | 303.71º | 0.86% | 0.81% | - |
| XYZ | 35.72 | 17.89 | 53.2 | - |
| YUV | 100.26 | 181.47 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 195 | 0 | 0.86 | 0.05 | 0.19 | 303.71 | 0.76 | 0.46 |
| Hex | CE | 1C | C3 | 0 | 56 | 5 | 13 | 130 | 4C | 2E |
| Octal | 316 | 34 | 303 | 0 | 126 | 5 | 23 | 460 | 114 | 56 |
| Binary | 11001110 | 11100 | 11000011 | 0 | 1010110 | 101 | 10011 | 100110000 | 1001100 | 101110 |
Color Harmonies of #CE1CC3
Complementary color
Monochromatic Colors of #CE1CC3
Black with #CE1CC3
Text Example
Text Example
White with #CE1CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CC3; }
p { color: rgb(206,28,195); }
H1.HeaderClassName
{
color: #CE1CC3;
}
.AnyTagClassName
{
color: #CE1CC3;
}
</style>
background-color css
<style>
a { background-color: #CE1CC3; }
a { background-color: rgb(206,28,195); }
div.DivClassName
{
background-color: #CE1CC3;
}
.BgClassName
{
background-color: #CE1CC3;
}
</style>
border-color css
<style>
span { border-color: #CE1CC3; }
span { border-color: rgb(206,28,195); }
td.TdClassName
{
border-color: #CE1CC3;
}
.TagClassName
{
border-color: #CE1CC3;
}
</style>