Shades of Mulberry #CE5299
Tints of Mulberry #CE5299
RGB
CMYK
RGB Variations
Color information
#CE5299 (or 0xCE5299) is known color: Mulberry. HEX triplet: CE, 52 and 99. RGB value is (206,82,153). Sum of RGB (Red+Green+Blue) = 206+82+153=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5299 is #31AD66. Grayscale: #7F7F7F. Windows color (decimal): -3255655 or 10048206. OLE color: 10048206.
HSL color Cylindrical-coordinate representation of color #CE5299: hue angle of 325.65º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5299 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 153 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.19 |
| HSL | 325.65º | 0.56% | 0.56% | - |
| HSV(B) | 325.65º | 0.6% | 0.81% | - |
| XYZ | 34.22 | 21.46 | 32.47 | - |
| YUV | 127.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 153 | 0 | 0.60 | 0.26 | 0.19 | 325.65 | 0.56 | 0.56 |
| Hex | CE | 52 | 99 | 0 | 3C | 1A | 13 | 146 | 38 | 38 |
| Octal | 316 | 122 | 231 | 0 | 74 | 32 | 23 | 506 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10011001 | 0 | 111100 | 11010 | 10011 | 101000110 | 111000 | 111000 |
Color Harmonies of #CE5299
Complementary color
Monochromatic Colors of #CE5299
Black with #CE5299
Text Example
Text Example
White with #CE5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5299; }
p { color: rgb(206,82,153); }
H1.HeaderClassName
{
color: #CE5299;
}
.AnyTagClassName
{
color: #CE5299;
}
</style>
background-color css
<style>
a { background-color: #CE5299; }
a { background-color: rgb(206,82,153); }
div.DivClassName
{
background-color: #CE5299;
}
.BgClassName
{
background-color: #CE5299;
}
</style>
border-color css
<style>
span { border-color: #CE5299; }
span { border-color: rgb(206,82,153); }
td.TdClassName
{
border-color: #CE5299;
}
.TagClassName
{
border-color: #CE5299;
}
</style>