Shades of Mulberry #CE5088
Tints of Mulberry #CE5088
RGB
CMYK
RGB Variations
Color information
#CE5088 (or 0xCE5088) is known color: Mulberry. HEX triplet: CE, 50 and 88. RGB value is (206,80,136). Sum of RGB (Red+Green+Blue) = 206+80+136=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5088 is #31AF77. Grayscale: #7B7B7B. Windows color (decimal): -3256184 or 8933582. OLE color: 8933582.
HSL color Cylindrical-coordinate representation of color #CE5088: hue angle of 333.33º 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 #CE5088 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 136 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.19 |
| HSL | 333.33º | 0.56% | 0.56% | - |
| HSV(B) | 333.33º | 0.61% | 0.81% | - |
| XYZ | 32.77 | 20.64 | 25.55 | - |
| YUV | 124.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 136 | 0 | 0.61 | 0.34 | 0.19 | 333.33 | 0.56 | 0.56 |
| Hex | CE | 50 | 88 | 0 | 3D | 22 | 13 | 14D | 38 | 38 |
| Octal | 316 | 120 | 210 | 0 | 75 | 42 | 23 | 515 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10001000 | 0 | 111101 | 100010 | 10011 | 101001101 | 111000 | 111000 |
Color Harmonies of #CE5088
Complementary color
Monochromatic Colors of #CE5088
Black with #CE5088
Text Example
Text Example
White with #CE5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5088; }
p { color: rgb(206,80,136); }
H1.HeaderClassName
{
color: #CE5088;
}
.AnyTagClassName
{
color: #CE5088;
}
</style>
background-color css
<style>
a { background-color: #CE5088; }
a { background-color: rgb(206,80,136); }
div.DivClassName
{
background-color: #CE5088;
}
.BgClassName
{
background-color: #CE5088;
}
</style>
border-color css
<style>
span { border-color: #CE5088; }
span { border-color: rgb(206,80,136); }
td.TdClassName
{
border-color: #CE5088;
}
.TagClassName
{
border-color: #CE5088;
}
</style>