Shades of Mulberry #CE4D96
Tints of Mulberry #CE4D96
RGB
CMYK
RGB Variations
Color information
#CE4D96 (or 0xCE4D96) is known color: Mulberry. HEX triplet: CE, 4D and 96. RGB value is (206,77,150). Sum of RGB (Red+Green+Blue) = 206+77+150=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4D96 is #31B269. Grayscale: #7B7B7B. Windows color (decimal): -3256938 or 9850318. OLE color: 9850318.
HSL color Cylindrical-coordinate representation of color #CE4D96: hue angle of 326.05º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4D96 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 150 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.19 |
| HSL | 326.05º | 0.57% | 0.55% | - |
| HSV(B) | 326.05º | 0.63% | 0.81% | - |
| XYZ | 33.61 | 20.63 | 31.06 | - |
| YUV | 123.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 150 | 0 | 0.63 | 0.27 | 0.19 | 326.05 | 0.57 | 0.55 |
| Hex | CE | 4D | 96 | 0 | 3F | 1B | 13 | 146 | 39 | 37 |
| Octal | 316 | 115 | 226 | 0 | 77 | 33 | 23 | 506 | 71 | 67 |
| Binary | 11001110 | 1001101 | 10010110 | 0 | 111111 | 11011 | 10011 | 101000110 | 111001 | 110111 |
Color Harmonies of #CE4D96
Complementary color
Monochromatic Colors of #CE4D96
Black with #CE4D96
Text Example
Text Example
White with #CE4D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D96; }
p { color: rgb(206,77,150); }
H1.HeaderClassName
{
color: #CE4D96;
}
.AnyTagClassName
{
color: #CE4D96;
}
</style>
background-color css
<style>
a { background-color: #CE4D96; }
a { background-color: rgb(206,77,150); }
div.DivClassName
{
background-color: #CE4D96;
}
.BgClassName
{
background-color: #CE4D96;
}
</style>
border-color css
<style>
span { border-color: #CE4D96; }
span { border-color: rgb(206,77,150); }
td.TdClassName
{
border-color: #CE4D96;
}
.TagClassName
{
border-color: #CE4D96;
}
</style>