Shades of Deep Magenta #CE1CC4
Tints of Deep Magenta #CE1CC4
RGB
CMYK
RGB Variations
Color information
#CE1CC4 (or 0xCE1CC4) is known color: Deep Magenta. HEX triplet: CE, 1C and C4. RGB value is (206,28,196). Sum of RGB (Red+Green+Blue) = 206+28+196=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CC4 is #31E33B. Grayscale: #636363. Windows color (decimal): -3269436 or 12852430. OLE color: 12852430.
HSL color Cylindrical-coordinate representation of color #CE1CC4: hue angle of 303.37º 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 #CE1CC4 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 196 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.19 |
| HSL | 303.37º | 0.76% | 0.46% | - |
| HSV(B) | 303.37º | 0.86% | 0.81% | - |
| XYZ | 35.83 | 17.94 | 53.8 | - |
| YUV | 100.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 196 | 0 | 0.86 | 0.05 | 0.19 | 303.37 | 0.76 | 0.46 |
| Hex | CE | 1C | C4 | 0 | 56 | 5 | 13 | 12F | 4C | 2E |
| Octal | 316 | 34 | 304 | 0 | 126 | 5 | 23 | 457 | 114 | 56 |
| Binary | 11001110 | 11100 | 11000100 | 0 | 1010110 | 101 | 10011 | 100101111 | 1001100 | 101110 |
Color Harmonies of #CE1CC4
Complementary color
Monochromatic Colors of #CE1CC4
Black with #CE1CC4
Text Example
Text Example
White with #CE1CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CC4; }
p { color: rgb(206,28,196); }
H1.HeaderClassName
{
color: #CE1CC4;
}
.AnyTagClassName
{
color: #CE1CC4;
}
</style>
background-color css
<style>
a { background-color: #CE1CC4; }
a { background-color: rgb(206,28,196); }
div.DivClassName
{
background-color: #CE1CC4;
}
.BgClassName
{
background-color: #CE1CC4;
}
</style>
border-color css
<style>
span { border-color: #CE1CC4; }
span { border-color: rgb(206,28,196); }
td.TdClassName
{
border-color: #CE1CC4;
}
.TagClassName
{
border-color: #CE1CC4;
}
</style>