Shades of Mulberry #CE5084
Tints of Mulberry #CE5084
RGB
CMYK
RGB Variations
Color information
#CE5084 (or 0xCE5084) is known color: Mulberry. HEX triplet: CE, 50 and 84. RGB value is (206,80,132). Sum of RGB (Red+Green+Blue) = 206+80+132=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5084 is #31AF7B. Grayscale: #7B7B7B. Windows color (decimal): -3256188 or 8671438. OLE color: 8671438.
HSL color Cylindrical-coordinate representation of color #CE5084: hue angle of 335.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5084 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 132 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.19 |
| HSL | 335.24º | 0.56% | 0.56% | - |
| HSV(B) | 335.24º | 0.61% | 0.81% | - |
| XYZ | 32.49 | 20.53 | 24.08 | - |
| YUV | 123.6 | 132.74 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 132 | 0 | 0.61 | 0.36 | 0.19 | 335.24 | 0.56 | 0.56 |
| Hex | CE | 50 | 84 | 0 | 3D | 24 | 13 | 14F | 38 | 38 |
| Octal | 316 | 120 | 204 | 0 | 75 | 44 | 23 | 517 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10000100 | 0 | 111101 | 100100 | 10011 | 101001111 | 111000 | 111000 |
Color Harmonies of #CE5084
Complementary color
Monochromatic Colors of #CE5084
Black with #CE5084
Text Example
Text Example
White with #CE5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5084; }
p { color: rgb(206,80,132); }
H1.HeaderClassName
{
color: #CE5084;
}
.AnyTagClassName
{
color: #CE5084;
}
</style>
background-color css
<style>
a { background-color: #CE5084; }
a { background-color: rgb(206,80,132); }
div.DivClassName
{
background-color: #CE5084;
}
.BgClassName
{
background-color: #CE5084;
}
</style>
border-color css
<style>
span { border-color: #CE5084; }
span { border-color: rgb(206,80,132); }
td.TdClassName
{
border-color: #CE5084;
}
.TagClassName
{
border-color: #CE5084;
}
</style>