Shades of Deep Magenta #CE2BCC
Tints of Deep Magenta #CE2BCC
RGB
CMYK
RGB Variations
Color information
#CE2BCC (or 0xCE2BCC) is known color: Deep Magenta. HEX triplet: CE, 2B and CC. RGB value is (206,43,204). Sum of RGB (Red+Green+Blue) = 206+43+204=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BCC is #31D433. Grayscale: #6D6D6D. Windows color (decimal): -3265588 or 13380558. OLE color: 13380558.
HSL color Cylindrical-coordinate representation of color #CE2BCC: hue angle of 300.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2BCC is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 204 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.19 |
| HSL | 300.74º | 0.65% | 0.49% | - |
| HSV(B) | 300.74º | 0.79% | 0.81% | - |
| XYZ | 37.22 | 19.21 | 58.87 | - |
| YUV | 110.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 204 | 0 | 0.79 | 0.01 | 0.19 | 300.74 | 0.65 | 0.49 |
| Hex | CE | 2B | CC | 0 | 4F | 1 | 13 | 12D | 41 | 31 |
| Octal | 316 | 53 | 314 | 0 | 117 | 1 | 23 | 455 | 101 | 61 |
| Binary | 11001110 | 101011 | 11001100 | 0 | 1001111 | 1 | 10011 | 100101101 | 1000001 | 110001 |
Color Harmonies of #CE2BCC
Complementary color
Monochromatic Colors of #CE2BCC
Black with #CE2BCC
Text Example
Text Example
White with #CE2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BCC; }
p { color: rgb(206,43,204); }
H1.HeaderClassName
{
color: #CE2BCC;
}
.AnyTagClassName
{
color: #CE2BCC;
}
</style>
background-color css
<style>
a { background-color: #CE2BCC; }
a { background-color: rgb(206,43,204); }
div.DivClassName
{
background-color: #CE2BCC;
}
.BgClassName
{
background-color: #CE2BCC;
}
</style>
border-color css
<style>
span { border-color: #CE2BCC; }
span { border-color: rgb(206,43,204); }
td.TdClassName
{
border-color: #CE2BCC;
}
.TagClassName
{
border-color: #CE2BCC;
}
</style>