Shades of Deep Magenta #CE06BA
Tints of Deep Magenta #CE06BA
RGB
CMYK
RGB Variations
Color information
#CE06BA (or 0xCE06BA) is known color: Deep Magenta. HEX triplet: CE, 06 and BA. RGB value is (206,6,186). Sum of RGB (Red+Green+Blue) = 206+6+186=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06BA is #31F945. Grayscale: #555555. Windows color (decimal): -3275078 or 12191438. OLE color: 12191438.
HSL color Cylindrical-coordinate representation of color #CE06BA: hue angle of 306º 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 #CE06BA is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.19 |
| HSL | 306º | 0.94% | 0.42% | - |
| HSV(B) | 306º | 0.97% | 0.81% | - |
| XYZ | 34.38 | 16.8 | 47.88 | - |
| YUV | 86.32 | 184.26 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 186 | 0 | 0.97 | 0.10 | 0.19 | 306 | 0.94 | 0.42 |
| Hex | CE | 6 | BA | 0 | 61 | A | 13 | 132 | 5E | 2A |
| Octal | 316 | 6 | 272 | 0 | 141 | 12 | 23 | 462 | 136 | 52 |
| Binary | 11001110 | 110 | 10111010 | 0 | 1100001 | 1010 | 10011 | 100110010 | 1011110 | 101010 |
Color Harmonies of #CE06BA
Complementary color
Monochromatic Colors of #CE06BA
Black with #CE06BA
Text Example
Text Example
White with #CE06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06BA; }
p { color: rgb(206,6,186); }
H1.HeaderClassName
{
color: #CE06BA;
}
.AnyTagClassName
{
color: #CE06BA;
}
</style>
background-color css
<style>
a { background-color: #CE06BA; }
a { background-color: rgb(206,6,186); }
div.DivClassName
{
background-color: #CE06BA;
}
.BgClassName
{
background-color: #CE06BA;
}
</style>
border-color css
<style>
span { border-color: #CE06BA; }
span { border-color: rgb(206,6,186); }
td.TdClassName
{
border-color: #CE06BA;
}
.TagClassName
{
border-color: #CE06BA;
}
</style>