Shades of Mulberry #CE5098
Tints of Mulberry #CE5098
RGB
CMYK
RGB Variations
Color information
#CE5098 (or 0xCE5098) is known color: Mulberry. HEX triplet: CE, 50 and 98. RGB value is (206,80,152). Sum of RGB (Red+Green+Blue) = 206+80+152=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5098 is #31AF67. Grayscale: #7D7D7D. Windows color (decimal): -3256168 or 9982158. OLE color: 9982158.
HSL color Cylindrical-coordinate representation of color #CE5098: hue angle of 325.71º 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 #CE5098 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 152 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.19 |
| HSL | 325.71º | 0.56% | 0.56% | - |
| HSV(B) | 325.71º | 0.61% | 0.81% | - |
| XYZ | 33.99 | 21.13 | 31.99 | - |
| YUV | 125.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 152 | 0 | 0.61 | 0.26 | 0.19 | 325.71 | 0.56 | 0.56 |
| Hex | CE | 50 | 98 | 0 | 3D | 1A | 13 | 146 | 38 | 38 |
| Octal | 316 | 120 | 230 | 0 | 75 | 32 | 23 | 506 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10011000 | 0 | 111101 | 11010 | 10011 | 101000110 | 111000 | 111000 |
Color Harmonies of #CE5098
Complementary color
Monochromatic Colors of #CE5098
Black with #CE5098
Text Example
Text Example
White with #CE5098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5098; }
p { color: rgb(206,80,152); }
H1.HeaderClassName
{
color: #CE5098;
}
.AnyTagClassName
{
color: #CE5098;
}
</style>
background-color css
<style>
a { background-color: #CE5098; }
a { background-color: rgb(206,80,152); }
div.DivClassName
{
background-color: #CE5098;
}
.BgClassName
{
background-color: #CE5098;
}
</style>
border-color css
<style>
span { border-color: #CE5098; }
span { border-color: rgb(206,80,152); }
td.TdClassName
{
border-color: #CE5098;
}
.TagClassName
{
border-color: #CE5098;
}
</style>