Shades of Mulberry #CE4B98
Tints of Mulberry #CE4B98
RGB
CMYK
RGB Variations
Color information
#CE4B98 (or 0xCE4B98) is known color: Mulberry. HEX triplet: CE, 4B and 98. RGB value is (206,75,152). Sum of RGB (Red+Green+Blue) = 206+75+152=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4B98 is #31B467. Grayscale: #7A7A7A. Windows color (decimal): -3257448 or 9980878. OLE color: 9980878.
HSL color Cylindrical-coordinate representation of color #CE4B98: hue angle of 324.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4B98 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 152 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.19 |
| HSL | 324.73º | 0.57% | 0.55% | - |
| HSV(B) | 324.73º | 0.64% | 0.81% | - |
| XYZ | 33.64 | 20.42 | 31.87 | - |
| YUV | 122.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 152 | 0 | 0.64 | 0.26 | 0.19 | 324.73 | 0.57 | 0.55 |
| Hex | CE | 4B | 98 | 0 | 40 | 1A | 13 | 145 | 39 | 37 |
| Octal | 316 | 113 | 230 | 0 | 100 | 32 | 23 | 505 | 71 | 67 |
| Binary | 11001110 | 1001011 | 10011000 | 0 | 1000000 | 11010 | 10011 | 101000101 | 111001 | 110111 |
Color Harmonies of #CE4B98
Complementary color
Monochromatic Colors of #CE4B98
Black with #CE4B98
Text Example
Text Example
White with #CE4B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4B98; }
p { color: rgb(206,75,152); }
H1.HeaderClassName
{
color: #CE4B98;
}
.AnyTagClassName
{
color: #CE4B98;
}
</style>
background-color css
<style>
a { background-color: #CE4B98; }
a { background-color: rgb(206,75,152); }
div.DivClassName
{
background-color: #CE4B98;
}
.BgClassName
{
background-color: #CE4B98;
}
</style>
border-color css
<style>
span { border-color: #CE4B98; }
span { border-color: rgb(206,75,152); }
td.TdClassName
{
border-color: #CE4B98;
}
.TagClassName
{
border-color: #CE4B98;
}
</style>