Shades of Mulberry #CE4585
Tints of Mulberry #CE4585
RGB
CMYK
RGB Variations
Color information
#CE4585 (or 0xCE4585) is known color: Mulberry. HEX triplet: CE, 45 and 85. RGB value is (206,69,133). Sum of RGB (Red+Green+Blue) = 206+69+133=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4585 is #31BA7A. Grayscale: #757575. Windows color (decimal): -3259003 or 8734158. OLE color: 8734158.
HSL color Cylindrical-coordinate representation of color #CE4585: hue angle of 331.97º degrees, saturation: 0.58, 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 #CE4585 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 133 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.19 |
| HSL | 331.97º | 0.58% | 0.54% | - |
| HSV(B) | 331.97º | 0.67% | 0.81% | - |
| XYZ | 31.82 | 19.07 | 24.19 | - |
| YUV | 117.26 | 136.89 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 133 | 0 | 0.67 | 0.35 | 0.19 | 331.97 | 0.58 | 0.54 |
| Hex | CE | 45 | 85 | 0 | 43 | 23 | 13 | 14C | 3A | 36 |
| Octal | 316 | 105 | 205 | 0 | 103 | 43 | 23 | 514 | 72 | 66 |
| Binary | 11001110 | 1000101 | 10000101 | 0 | 1000011 | 100011 | 10011 | 101001100 | 111010 | 110110 |
Color Harmonies of #CE4585
Complementary color
Monochromatic Colors of #CE4585
Black with #CE4585
Text Example
Text Example
White with #CE4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4585; }
p { color: rgb(206,69,133); }
H1.HeaderClassName
{
color: #CE4585;
}
.AnyTagClassName
{
color: #CE4585;
}
</style>
background-color css
<style>
a { background-color: #CE4585; }
a { background-color: rgb(206,69,133); }
div.DivClassName
{
background-color: #CE4585;
}
.BgClassName
{
background-color: #CE4585;
}
</style>
border-color css
<style>
span { border-color: #CE4585; }
span { border-color: rgb(206,69,133); }
td.TdClassName
{
border-color: #CE4585;
}
.TagClassName
{
border-color: #CE4585;
}
</style>