Shades of Mulberry #CE5087
Tints of Mulberry #CE5087
RGB
CMYK
RGB Variations
Color information
#CE5087 (or 0xCE5087) is known color: Mulberry. HEX triplet: CE, 50 and 87. RGB value is (206,80,135). Sum of RGB (Red+Green+Blue) = 206+80+135=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5087 is #31AF78. Grayscale: #7B7B7B. Windows color (decimal): -3256185 or 8868046. OLE color: 8868046.
HSL color Cylindrical-coordinate representation of color #CE5087: hue angle of 333.81º 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 #CE5087 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 135 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.19 |
| HSL | 333.81º | 0.56% | 0.56% | - |
| HSV(B) | 333.81º | 0.61% | 0.81% | - |
| XYZ | 32.7 | 20.61 | 25.18 | - |
| YUV | 123.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 135 | 0 | 0.61 | 0.34 | 0.19 | 333.81 | 0.56 | 0.56 |
| Hex | CE | 50 | 87 | 0 | 3D | 22 | 13 | 14E | 38 | 38 |
| Octal | 316 | 120 | 207 | 0 | 75 | 42 | 23 | 516 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10000111 | 0 | 111101 | 100010 | 10011 | 101001110 | 111000 | 111000 |
Color Harmonies of #CE5087
Complementary color
Monochromatic Colors of #CE5087
Black with #CE5087
Text Example
Text Example
White with #CE5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5087; }
p { color: rgb(206,80,135); }
H1.HeaderClassName
{
color: #CE5087;
}
.AnyTagClassName
{
color: #CE5087;
}
</style>
background-color css
<style>
a { background-color: #CE5087; }
a { background-color: rgb(206,80,135); }
div.DivClassName
{
background-color: #CE5087;
}
.BgClassName
{
background-color: #CE5087;
}
</style>
border-color css
<style>
span { border-color: #CE5087; }
span { border-color: rgb(206,80,135); }
td.TdClassName
{
border-color: #CE5087;
}
.TagClassName
{
border-color: #CE5087;
}
</style>