Shades of Mulberry #CE518E
Tints of Mulberry #CE518E
RGB
CMYK
RGB Variations
Color information
#CE518E (or 0xCE518E) is known color: Mulberry. HEX triplet: CE, 51 and 8E. RGB value is (206,81,142). Sum of RGB (Red+Green+Blue) = 206+81+142=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE518E is #31AE71. Grayscale: #7D7D7D. Windows color (decimal): -3255922 or 9327054. OLE color: 9327054.
HSL color Cylindrical-coordinate representation of color #CE518E: hue angle of 330.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE518E is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 142 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.19 |
| HSL | 330.72º | 0.56% | 0.56% | - |
| HSV(B) | 330.72º | 0.61% | 0.81% | - |
| XYZ | 33.28 | 20.96 | 27.88 | - |
| YUV | 125.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 142 | 0 | 0.61 | 0.31 | 0.19 | 330.72 | 0.56 | 0.56 |
| Hex | CE | 51 | 8E | 0 | 3D | 1F | 13 | 14B | 38 | 38 |
| Octal | 316 | 121 | 216 | 0 | 75 | 37 | 23 | 513 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10001110 | 0 | 111101 | 11111 | 10011 | 101001011 | 111000 | 111000 |
Color Harmonies of #CE518E
Complementary color
Monochromatic Colors of #CE518E
Black with #CE518E
Text Example
Text Example
White with #CE518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE518E; }
p { color: rgb(206,81,142); }
H1.HeaderClassName
{
color: #CE518E;
}
.AnyTagClassName
{
color: #CE518E;
}
</style>
background-color css
<style>
a { background-color: #CE518E; }
a { background-color: rgb(206,81,142); }
div.DivClassName
{
background-color: #CE518E;
}
.BgClassName
{
background-color: #CE518E;
}
</style>
border-color css
<style>
span { border-color: #CE518E; }
span { border-color: rgb(206,81,142); }
td.TdClassName
{
border-color: #CE518E;
}
.TagClassName
{
border-color: #CE518E;
}
</style>