Shades of Deep Magenta #CE06BC
Tints of Deep Magenta #CE06BC
RGB
CMYK
RGB Variations
Color information
#CE06BC (or 0xCE06BC) is known color: Deep Magenta. HEX triplet: CE, 06 and BC. RGB value is (206,6,188). Sum of RGB (Red+Green+Blue) = 206+6+188=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06BC is #31F943. Grayscale: #565656. Windows color (decimal): -3275076 or 12322510. OLE color: 12322510.
HSL color Cylindrical-coordinate representation of color #CE06BC: hue angle of 305.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06BC is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.19 |
| HSL | 305.4º | 0.94% | 0.42% | - |
| HSV(B) | 305.4º | 0.97% | 0.81% | - |
| XYZ | 34.6 | 16.88 | 49.01 | - |
| YUV | 86.55 | 185.26 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 188 | 0 | 0.97 | 0.09 | 0.19 | 305.4 | 0.94 | 0.42 |
| Hex | CE | 6 | BC | 0 | 61 | 9 | 13 | 131 | 5E | 2A |
| Octal | 316 | 6 | 274 | 0 | 141 | 11 | 23 | 461 | 136 | 52 |
| Binary | 11001110 | 110 | 10111100 | 0 | 1100001 | 1001 | 10011 | 100110001 | 1011110 | 101010 |
Color Harmonies of #CE06BC
Complementary color
Monochromatic Colors of #CE06BC
Black with #CE06BC
Text Example
Text Example
White with #CE06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06BC; }
p { color: rgb(206,6,188); }
H1.HeaderClassName
{
color: #CE06BC;
}
.AnyTagClassName
{
color: #CE06BC;
}
</style>
background-color css
<style>
a { background-color: #CE06BC; }
a { background-color: rgb(206,6,188); }
div.DivClassName
{
background-color: #CE06BC;
}
.BgClassName
{
background-color: #CE06BC;
}
</style>
border-color css
<style>
span { border-color: #CE06BC; }
span { border-color: rgb(206,6,188); }
td.TdClassName
{
border-color: #CE06BC;
}
.TagClassName
{
border-color: #CE06BC;
}
</style>