Shades of Mulberry #CE5199
Tints of Mulberry #CE5199
RGB
CMYK
RGB Variations
Color information
#CE5199 (or 0xCE5199) is known color: Mulberry. HEX triplet: CE, 51 and 99. RGB value is (206,81,153). Sum of RGB (Red+Green+Blue) = 206+81+153=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5199 is #31AE66. Grayscale: #7E7E7E. Windows color (decimal): -3255911 or 10047950. OLE color: 10047950.
HSL color Cylindrical-coordinate representation of color #CE5199: hue angle of 325.44º 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 #CE5199 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 153 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.19 |
| HSL | 325.44º | 0.56% | 0.56% | - |
| HSV(B) | 325.44º | 0.61% | 0.81% | - |
| XYZ | 34.15 | 21.31 | 32.45 | - |
| YUV | 126.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 153 | 0 | 0.61 | 0.26 | 0.19 | 325.44 | 0.56 | 0.56 |
| Hex | CE | 51 | 99 | 0 | 3D | 1A | 13 | 145 | 38 | 38 |
| Octal | 316 | 121 | 231 | 0 | 75 | 32 | 23 | 505 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10011001 | 0 | 111101 | 11010 | 10011 | 101000101 | 111000 | 111000 |
Color Harmonies of #CE5199
Complementary color
Monochromatic Colors of #CE5199
Black with #CE5199
Text Example
Text Example
White with #CE5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5199; }
p { color: rgb(206,81,153); }
H1.HeaderClassName
{
color: #CE5199;
}
.AnyTagClassName
{
color: #CE5199;
}
</style>
background-color css
<style>
a { background-color: #CE5199; }
a { background-color: rgb(206,81,153); }
div.DivClassName
{
background-color: #CE5199;
}
.BgClassName
{
background-color: #CE5199;
}
</style>
border-color css
<style>
span { border-color: #CE5199; }
span { border-color: rgb(206,81,153); }
td.TdClassName
{
border-color: #CE5199;
}
.TagClassName
{
border-color: #CE5199;
}
</style>