Shades of Deep Magenta #CE27CC
Tints of Deep Magenta #CE27CC
RGB
CMYK
RGB Variations
Color information
#CE27CC (or 0xCE27CC) is known color: Deep Magenta. HEX triplet: CE, 27 and CC. RGB value is (206,39,204). Sum of RGB (Red+Green+Blue) = 206+39+204=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27CC is #31D833. Grayscale: #6B6B6B. Windows color (decimal): -3266612 or 13379534. OLE color: 13379534.
HSL color Cylindrical-coordinate representation of color #CE27CC: hue angle of 300.72º 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 #CE27CC is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 204 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.19 |
| HSL | 300.72º | 0.68% | 0.48% | - |
| HSV(B) | 300.72º | 0.81% | 0.81% | - |
| XYZ | 37.08 | 18.93 | 58.83 | - |
| YUV | 107.74 | 182.33 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 204 | 0 | 0.81 | 0.01 | 0.19 | 300.72 | 0.68 | 0.48 |
| Hex | CE | 27 | CC | 0 | 51 | 1 | 13 | 12D | 44 | 30 |
| Octal | 316 | 47 | 314 | 0 | 121 | 1 | 23 | 455 | 104 | 60 |
| Binary | 11001110 | 100111 | 11001100 | 0 | 1010001 | 1 | 10011 | 100101101 | 1000100 | 110000 |
Color Harmonies of #CE27CC
Complementary color
Monochromatic Colors of #CE27CC
Black with #CE27CC
Text Example
Text Example
White with #CE27CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE27CC; }
p { color: rgb(206,39,204); }
H1.HeaderClassName
{
color: #CE27CC;
}
.AnyTagClassName
{
color: #CE27CC;
}
</style>
background-color css
<style>
a { background-color: #CE27CC; }
a { background-color: rgb(206,39,204); }
div.DivClassName
{
background-color: #CE27CC;
}
.BgClassName
{
background-color: #CE27CC;
}
</style>
border-color css
<style>
span { border-color: #CE27CC; }
span { border-color: rgb(206,39,204); }
td.TdClassName
{
border-color: #CE27CC;
}
.TagClassName
{
border-color: #CE27CC;
}
</style>