Shades of Mulberry #CE4180
Tints of Mulberry #CE4180
RGB
CMYK
RGB Variations
Color information
#CE4180 (or 0xCE4180) is known color: Mulberry. HEX triplet: CE, 41 and 80. RGB value is (206,65,128). Sum of RGB (Red+Green+Blue) = 206+65+128=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4180 is #31BE7F. Grayscale: #727272. Windows color (decimal): -3260032 or 8405454. OLE color: 8405454.
HSL color Cylindrical-coordinate representation of color #CE4180: hue angle of 333.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4180 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 128 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.19 |
| HSL | 333.19º | 0.59% | 0.53% | - |
| HSV(B) | 333.19º | 0.68% | 0.81% | - |
| XYZ | 31.24 | 18.46 | 22.34 | - |
| YUV | 114.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 128 | 0 | 0.68 | 0.38 | 0.19 | 333.19 | 0.59 | 0.53 |
| Hex | CE | 41 | 80 | 0 | 44 | 26 | 13 | 14D | 3B | 35 |
| Octal | 316 | 101 | 200 | 0 | 104 | 46 | 23 | 515 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10000000 | 0 | 1000100 | 100110 | 10011 | 101001101 | 111011 | 110101 |
Color Harmonies of #CE4180
Complementary color
Monochromatic Colors of #CE4180
Black with #CE4180
Text Example
Text Example
White with #CE4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4180; }
p { color: rgb(206,65,128); }
H1.HeaderClassName
{
color: #CE4180;
}
.AnyTagClassName
{
color: #CE4180;
}
</style>
background-color css
<style>
a { background-color: #CE4180; }
a { background-color: rgb(206,65,128); }
div.DivClassName
{
background-color: #CE4180;
}
.BgClassName
{
background-color: #CE4180;
}
</style>
border-color css
<style>
span { border-color: #CE4180; }
span { border-color: rgb(206,65,128); }
td.TdClassName
{
border-color: #CE4180;
}
.TagClassName
{
border-color: #CE4180;
}
</style>