Shades of Mulberry #CE4385
Tints of Mulberry #CE4385
RGB
CMYK
RGB Variations
Color information
#CE4385 (or 0xCE4385) is known color: Mulberry. HEX triplet: CE, 43 and 85. RGB value is (206,67,133). Sum of RGB (Red+Green+Blue) = 206+67+133=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4385 is #31BC7A. Grayscale: #737373. Windows color (decimal): -3259515 or 8733646. OLE color: 8733646.
HSL color Cylindrical-coordinate representation of color #CE4385: hue angle of 331.51º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4385 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 133 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.19 |
| HSL | 331.51º | 0.59% | 0.54% | - |
| HSV(B) | 331.51º | 0.67% | 0.81% | - |
| XYZ | 31.69 | 18.83 | 24.15 | - |
| YUV | 116.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 133 | 0 | 0.67 | 0.35 | 0.19 | 331.51 | 0.59 | 0.54 |
| Hex | CE | 43 | 85 | 0 | 43 | 23 | 13 | 14C | 3B | 36 |
| Octal | 316 | 103 | 205 | 0 | 103 | 43 | 23 | 514 | 73 | 66 |
| Binary | 11001110 | 1000011 | 10000101 | 0 | 1000011 | 100011 | 10011 | 101001100 | 111011 | 110110 |
Color Harmonies of #CE4385
Complementary color
Monochromatic Colors of #CE4385
Black with #CE4385
Text Example
Text Example
White with #CE4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4385; }
p { color: rgb(206,67,133); }
H1.HeaderClassName
{
color: #CE4385;
}
.AnyTagClassName
{
color: #CE4385;
}
</style>
background-color css
<style>
a { background-color: #CE4385; }
a { background-color: rgb(206,67,133); }
div.DivClassName
{
background-color: #CE4385;
}
.BgClassName
{
background-color: #CE4385;
}
</style>
border-color css
<style>
span { border-color: #CE4385; }
span { border-color: rgb(206,67,133); }
td.TdClassName
{
border-color: #CE4385;
}
.TagClassName
{
border-color: #CE4385;
}
</style>