Shades of Deep Magenta #CE10BB
Tints of Deep Magenta #CE10BB
RGB
CMYK
RGB Variations
Color information
#CE10BB (or 0xCE10BB) is known color: Deep Magenta. HEX triplet: CE, 10 and BB. RGB value is (206,16,187). Sum of RGB (Red+Green+Blue) = 206+16+187=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10BB is #31EF44. Grayscale: #5B5B5B. Windows color (decimal): -3272517 or 12259534. OLE color: 12259534.
HSL color Cylindrical-coordinate representation of color #CE10BB: hue angle of 306º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10BB is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 187 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.19 |
| HSL | 306º | 0.86% | 0.44% | - |
| HSV(B) | 306º | 0.92% | 0.81% | - |
| XYZ | 34.61 | 17.08 | 48.49 | - |
| YUV | 92.3 | 181.45 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 187 | 0 | 0.92 | 0.09 | 0.19 | 306 | 0.86 | 0.44 |
| Hex | CE | 10 | BB | 0 | 5C | 9 | 13 | 132 | 56 | 2C |
| Octal | 316 | 20 | 273 | 0 | 134 | 11 | 23 | 462 | 126 | 54 |
| Binary | 11001110 | 10000 | 10111011 | 0 | 1011100 | 1001 | 10011 | 100110010 | 1010110 | 101100 |
Color Harmonies of #CE10BB
Complementary color
Monochromatic Colors of #CE10BB
Black with #CE10BB
Text Example
Text Example
White with #CE10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10BB; }
p { color: rgb(206,16,187); }
H1.HeaderClassName
{
color: #CE10BB;
}
.AnyTagClassName
{
color: #CE10BB;
}
</style>
background-color css
<style>
a { background-color: #CE10BB; }
a { background-color: rgb(206,16,187); }
div.DivClassName
{
background-color: #CE10BB;
}
.BgClassName
{
background-color: #CE10BB;
}
</style>
border-color css
<style>
span { border-color: #CE10BB; }
span { border-color: rgb(206,16,187); }
td.TdClassName
{
border-color: #CE10BB;
}
.TagClassName
{
border-color: #CE10BB;
}
</style>