Shades of Mulberry #CE538A
Tints of Mulberry #CE538A
RGB
CMYK
RGB Variations
Color information
#CE538A (or 0xCE538A) is known color: Mulberry. HEX triplet: CE, 53 and 8A. RGB value is (206,83,138). Sum of RGB (Red+Green+Blue) = 206+83+138=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE538A is #31AC75. Grayscale: #7D7D7D. Windows color (decimal): -3255414 or 9065422. OLE color: 9065422.
HSL color Cylindrical-coordinate representation of color #CE538A: hue angle of 333.17º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE538A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 138 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.19 |
| HSL | 333.17º | 0.56% | 0.57% | - |
| HSV(B) | 333.17º | 0.6% | 0.81% | - |
| XYZ | 33.13 | 21.14 | 26.38 | - |
| YUV | 126.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 138 | 0 | 0.60 | 0.33 | 0.19 | 333.17 | 0.56 | 0.57 |
| Hex | CE | 53 | 8A | 0 | 3C | 21 | 13 | 14D | 38 | 39 |
| Octal | 316 | 123 | 212 | 0 | 74 | 41 | 23 | 515 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10001010 | 0 | 111100 | 100001 | 10011 | 101001101 | 111000 | 111001 |
Color Harmonies of #CE538A
Complementary color
Monochromatic Colors of #CE538A
Black with #CE538A
Text Example
Text Example
White with #CE538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE538A; }
p { color: rgb(206,83,138); }
H1.HeaderClassName
{
color: #CE538A;
}
.AnyTagClassName
{
color: #CE538A;
}
</style>
background-color css
<style>
a { background-color: #CE538A; }
a { background-color: rgb(206,83,138); }
div.DivClassName
{
background-color: #CE538A;
}
.BgClassName
{
background-color: #CE538A;
}
</style>
border-color css
<style>
span { border-color: #CE538A; }
span { border-color: rgb(206,83,138); }
td.TdClassName
{
border-color: #CE538A;
}
.TagClassName
{
border-color: #CE538A;
}
</style>