Shades of Mulberry #CE528B
Tints of Mulberry #CE528B
RGB
CMYK
RGB Variations
Color information
#CE528B (or 0xCE528B) is known color: Mulberry. HEX triplet: CE, 52 and 8B. RGB value is (206,82,139). Sum of RGB (Red+Green+Blue) = 206+82+139=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE528B is #31AD74. Grayscale: #7D7D7D. Windows color (decimal): -3255669 or 9130702. OLE color: 9130702.
HSL color Cylindrical-coordinate representation of color #CE528B: hue angle of 332.42º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE528B is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 139 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.19 |
| HSL | 332.42º | 0.56% | 0.56% | - |
| HSV(B) | 332.42º | 0.6% | 0.81% | - |
| XYZ | 33.13 | 21.02 | 26.74 | - |
| YUV | 125.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 139 | 0 | 0.60 | 0.33 | 0.19 | 332.42 | 0.56 | 0.56 |
| Hex | CE | 52 | 8B | 0 | 3C | 21 | 13 | 14C | 38 | 38 |
| Octal | 316 | 122 | 213 | 0 | 74 | 41 | 23 | 514 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10001011 | 0 | 111100 | 100001 | 10011 | 101001100 | 111000 | 111000 |
Color Harmonies of #CE528B
Complementary color
Monochromatic Colors of #CE528B
Black with #CE528B
Text Example
Text Example
White with #CE528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE528B; }
p { color: rgb(206,82,139); }
H1.HeaderClassName
{
color: #CE528B;
}
.AnyTagClassName
{
color: #CE528B;
}
</style>
background-color css
<style>
a { background-color: #CE528B; }
a { background-color: rgb(206,82,139); }
div.DivClassName
{
background-color: #CE528B;
}
.BgClassName
{
background-color: #CE528B;
}
</style>
border-color css
<style>
span { border-color: #CE528B; }
span { border-color: rgb(206,82,139); }
td.TdClassName
{
border-color: #CE528B;
}
.TagClassName
{
border-color: #CE528B;
}
</style>