Shades of Mulberry #CE4A8B
Tints of Mulberry #CE4A8B
RGB
CMYK
RGB Variations
Color information
#CE4A8B (or 0xCE4A8B) is known color: Mulberry. HEX triplet: CE, 4A and 8B. RGB value is (206,74,139). Sum of RGB (Red+Green+Blue) = 206+74+139=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4A8B is #31B574. Grayscale: #787878. Windows color (decimal): -3257717 or 9128654. OLE color: 9128654.
HSL color Cylindrical-coordinate representation of color #CE4A8B: hue angle of 330.45º 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 #CE4A8B is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 139 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.19 |
| HSL | 330.45º | 0.57% | 0.55% | - |
| HSV(B) | 330.45º | 0.64% | 0.81% | - |
| XYZ | 32.56 | 19.88 | 26.55 | - |
| YUV | 120.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 139 | 0 | 0.64 | 0.33 | 0.19 | 330.45 | 0.57 | 0.55 |
| Hex | CE | 4A | 8B | 0 | 40 | 21 | 13 | 14A | 39 | 37 |
| Octal | 316 | 112 | 213 | 0 | 100 | 41 | 23 | 512 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10001011 | 0 | 1000000 | 100001 | 10011 | 101001010 | 111001 | 110111 |
Color Harmonies of #CE4A8B
Complementary color
Monochromatic Colors of #CE4A8B
Black with #CE4A8B
Text Example
Text Example
White with #CE4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A8B; }
p { color: rgb(206,74,139); }
H1.HeaderClassName
{
color: #CE4A8B;
}
.AnyTagClassName
{
color: #CE4A8B;
}
</style>
background-color css
<style>
a { background-color: #CE4A8B; }
a { background-color: rgb(206,74,139); }
div.DivClassName
{
background-color: #CE4A8B;
}
.BgClassName
{
background-color: #CE4A8B;
}
</style>
border-color css
<style>
span { border-color: #CE4A8B; }
span { border-color: rgb(206,74,139); }
td.TdClassName
{
border-color: #CE4A8B;
}
.TagClassName
{
border-color: #CE4A8B;
}
</style>