Shades of Mulberry #CE4B81
Tints of Mulberry #CE4B81
RGB
CMYK
RGB Variations
Color information
#CE4B81 (or 0xCE4B81) is known color: Mulberry. HEX triplet: CE, 4B and 81. RGB value is (206,75,129). Sum of RGB (Red+Green+Blue) = 206+75+129=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4B81 is #31B47E. Grayscale: #787878. Windows color (decimal): -3257471 or 8473550. OLE color: 8473550.
HSL color Cylindrical-coordinate representation of color #CE4B81: hue angle of 335.27º 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 #CE4B81 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 129 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.19 |
| HSL | 335.27º | 0.57% | 0.55% | - |
| HSV(B) | 335.27º | 0.64% | 0.81% | - |
| XYZ | 31.93 | 19.74 | 22.9 | - |
| YUV | 120.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 129 | 0 | 0.64 | 0.37 | 0.19 | 335.27 | 0.57 | 0.55 |
| Hex | CE | 4B | 81 | 0 | 40 | 25 | 13 | 14F | 39 | 37 |
| Octal | 316 | 113 | 201 | 0 | 100 | 45 | 23 | 517 | 71 | 67 |
| Binary | 11001110 | 1001011 | 10000001 | 0 | 1000000 | 100101 | 10011 | 101001111 | 111001 | 110111 |
Color Harmonies of #CE4B81
Complementary color
Monochromatic Colors of #CE4B81
Black with #CE4B81
Text Example
Text Example
White with #CE4B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4B81; }
p { color: rgb(206,75,129); }
H1.HeaderClassName
{
color: #CE4B81;
}
.AnyTagClassName
{
color: #CE4B81;
}
</style>
background-color css
<style>
a { background-color: #CE4B81; }
a { background-color: rgb(206,75,129); }
div.DivClassName
{
background-color: #CE4B81;
}
.BgClassName
{
background-color: #CE4B81;
}
</style>
border-color css
<style>
span { border-color: #CE4B81; }
span { border-color: rgb(206,75,129); }
td.TdClassName
{
border-color: #CE4B81;
}
.TagClassName
{
border-color: #CE4B81;
}
</style>