Shades of Mulberry #CE3F8E
Tints of Mulberry #CE3F8E
RGB
CMYK
RGB Variations
Color information
#CE3F8E (or 0xCE3F8E) is known color: Mulberry. HEX triplet: CE, 3F and 8E. RGB value is (206,63,142). Sum of RGB (Red+Green+Blue) = 206+63+142=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3F8E is #31C071. Grayscale: #727272. Windows color (decimal): -3260530 or 9322446. OLE color: 9322446.
HSL color Cylindrical-coordinate representation of color #CE3F8E: hue angle of 326.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F8E is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 142 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.19 |
| HSL | 326.85º | 0.59% | 0.53% | - |
| HSV(B) | 326.85º | 0.69% | 0.81% | - |
| XYZ | 32.11 | 18.63 | 27.49 | - |
| YUV | 114.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 142 | 0 | 0.69 | 0.31 | 0.19 | 326.85 | 0.59 | 0.53 |
| Hex | CE | 3F | 8E | 0 | 45 | 1F | 13 | 147 | 3B | 35 |
| Octal | 316 | 77 | 216 | 0 | 105 | 37 | 23 | 507 | 73 | 65 |
| Binary | 11001110 | 111111 | 10001110 | 0 | 1000101 | 11111 | 10011 | 101000111 | 111011 | 110101 |
Color Harmonies of #CE3F8E
Complementary color
Monochromatic Colors of #CE3F8E
Black with #CE3F8E
Text Example
Text Example
White with #CE3F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F8E; }
p { color: rgb(206,63,142); }
H1.HeaderClassName
{
color: #CE3F8E;
}
.AnyTagClassName
{
color: #CE3F8E;
}
</style>
background-color css
<style>
a { background-color: #CE3F8E; }
a { background-color: rgb(206,63,142); }
div.DivClassName
{
background-color: #CE3F8E;
}
.BgClassName
{
background-color: #CE3F8E;
}
</style>
border-color css
<style>
span { border-color: #CE3F8E; }
span { border-color: rgb(206,63,142); }
td.TdClassName
{
border-color: #CE3F8E;
}
.TagClassName
{
border-color: #CE3F8E;
}
</style>