Shades of Deep Magenta #CE27C0
Tints of Deep Magenta #CE27C0
RGB
CMYK
RGB Variations
Color information
#CE27C0 (or 0xCE27C0) is known color: Deep Magenta. HEX triplet: CE, 27 and C0. RGB value is (206,39,192). Sum of RGB (Red+Green+Blue) = 206+39+192=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27C0 is #31D83F. Grayscale: #696969. Windows color (decimal): -3266624 or 12593102. OLE color: 12593102.
HSL color Cylindrical-coordinate representation of color #CE27C0: hue angle of 305.03º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE27C0 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 192 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.19 |
| HSL | 305.03º | 0.68% | 0.48% | - |
| HSV(B) | 305.03º | 0.81% | 0.81% | - |
| XYZ | 35.69 | 18.38 | 51.54 | - |
| YUV | 106.38 | 176.33 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 192 | 0 | 0.81 | 0.07 | 0.19 | 305.03 | 0.68 | 0.48 |
| Hex | CE | 27 | C0 | 0 | 51 | 7 | 13 | 131 | 44 | 30 |
| Octal | 316 | 47 | 300 | 0 | 121 | 7 | 23 | 461 | 104 | 60 |
| Binary | 11001110 | 100111 | 11000000 | 0 | 1010001 | 111 | 10011 | 100110001 | 1000100 | 110000 |
Color Harmonies of #CE27C0
Complementary color
Monochromatic Colors of #CE27C0
Black with #CE27C0
Text Example
Text Example
White with #CE27C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE27C0; }
p { color: rgb(206,39,192); }
H1.HeaderClassName
{
color: #CE27C0;
}
.AnyTagClassName
{
color: #CE27C0;
}
</style>
background-color css
<style>
a { background-color: #CE27C0; }
a { background-color: rgb(206,39,192); }
div.DivClassName
{
background-color: #CE27C0;
}
.BgClassName
{
background-color: #CE27C0;
}
</style>
border-color css
<style>
span { border-color: #CE27C0; }
span { border-color: rgb(206,39,192); }
td.TdClassName
{
border-color: #CE27C0;
}
.TagClassName
{
border-color: #CE27C0;
}
</style>