Shades of Deep Magenta #CE06BF
Tints of Deep Magenta #CE06BF
RGB
CMYK
RGB Variations
Color information
#CE06BF (or 0xCE06BF) is known color: Deep Magenta. HEX triplet: CE, 06 and BF. RGB value is (206,6,191). Sum of RGB (Red+Green+Blue) = 206+6+191=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06BF is #31F940. Grayscale: #565656. Windows color (decimal): -3275073 or 12519118. OLE color: 12519118.
HSL color Cylindrical-coordinate representation of color #CE06BF: hue angle of 304.5º 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 #CE06BF is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 191 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.19 |
| HSL | 304.5º | 0.94% | 0.42% | - |
| HSV(B) | 304.5º | 0.97% | 0.81% | - |
| XYZ | 34.92 | 17.01 | 50.73 | - |
| YUV | 86.89 | 186.76 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 191 | 0 | 0.97 | 0.07 | 0.19 | 304.5 | 0.94 | 0.42 |
| Hex | CE | 6 | BF | 0 | 61 | 7 | 13 | 130 | 5E | 2A |
| Octal | 316 | 6 | 277 | 0 | 141 | 7 | 23 | 460 | 136 | 52 |
| Binary | 11001110 | 110 | 10111111 | 0 | 1100001 | 111 | 10011 | 100110000 | 1011110 | 101010 |
Color Harmonies of #CE06BF
Complementary color
Monochromatic Colors of #CE06BF
Black with #CE06BF
Text Example
Text Example
White with #CE06BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06BF; }
p { color: rgb(206,6,191); }
H1.HeaderClassName
{
color: #CE06BF;
}
.AnyTagClassName
{
color: #CE06BF;
}
</style>
background-color css
<style>
a { background-color: #CE06BF; }
a { background-color: rgb(206,6,191); }
div.DivClassName
{
background-color: #CE06BF;
}
.BgClassName
{
background-color: #CE06BF;
}
</style>
border-color css
<style>
span { border-color: #CE06BF; }
span { border-color: rgb(206,6,191); }
td.TdClassName
{
border-color: #CE06BF;
}
.TagClassName
{
border-color: #CE06BF;
}
</style>