Shades of Mulberry #CE4780
Tints of Mulberry #CE4780
RGB
CMYK
RGB Variations
Color information
#CE4780 (or 0xCE4780) is known color: Mulberry. HEX triplet: CE, 47 and 80. RGB value is (206,71,128). Sum of RGB (Red+Green+Blue) = 206+71+128=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4780 is #31B87F. Grayscale: #757575. Windows color (decimal): -3258496 or 8406990. OLE color: 8406990.
HSL color Cylindrical-coordinate representation of color #CE4780: hue angle of 334.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4780 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 128 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.19 |
| HSL | 334.67º | 0.58% | 0.54% | - |
| HSV(B) | 334.67º | 0.66% | 0.81% | - |
| XYZ | 31.6 | 19.19 | 22.46 | - |
| YUV | 117.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 128 | 0 | 0.66 | 0.38 | 0.19 | 334.67 | 0.58 | 0.54 |
| Hex | CE | 47 | 80 | 0 | 42 | 26 | 13 | 14F | 3A | 36 |
| Octal | 316 | 107 | 200 | 0 | 102 | 46 | 23 | 517 | 72 | 66 |
| Binary | 11001110 | 1000111 | 10000000 | 0 | 1000010 | 100110 | 10011 | 101001111 | 111010 | 110110 |
Color Harmonies of #CE4780
Complementary color
Monochromatic Colors of #CE4780
Black with #CE4780
Text Example
Text Example
White with #CE4780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4780; }
p { color: rgb(206,71,128); }
H1.HeaderClassName
{
color: #CE4780;
}
.AnyTagClassName
{
color: #CE4780;
}
</style>
background-color css
<style>
a { background-color: #CE4780; }
a { background-color: rgb(206,71,128); }
div.DivClassName
{
background-color: #CE4780;
}
.BgClassName
{
background-color: #CE4780;
}
</style>
border-color css
<style>
span { border-color: #CE4780; }
span { border-color: rgb(206,71,128); }
td.TdClassName
{
border-color: #CE4780;
}
.TagClassName
{
border-color: #CE4780;
}
</style>