Shades of Mulberry #CE418C
Tints of Mulberry #CE418C
RGB
CMYK
RGB Variations
Color information
#CE418C (or 0xCE418C) is known color: Mulberry. HEX triplet: CE, 41 and 8C. RGB value is (206,65,140). Sum of RGB (Red+Green+Blue) = 206+65+140=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE418C is #31BE73. Grayscale: #737373. Windows color (decimal): -3260020 or 9191886. OLE color: 9191886.
HSL color Cylindrical-coordinate representation of color #CE418C: hue angle of 328.09º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE418C is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 140 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.19 |
| HSL | 328.09º | 0.59% | 0.53% | - |
| HSV(B) | 328.09º | 0.68% | 0.81% | - |
| XYZ | 32.08 | 18.8 | 26.75 | - |
| YUV | 115.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 140 | 0 | 0.68 | 0.32 | 0.19 | 328.09 | 0.59 | 0.53 |
| Hex | CE | 41 | 8C | 0 | 44 | 20 | 13 | 148 | 3B | 35 |
| Octal | 316 | 101 | 214 | 0 | 104 | 40 | 23 | 510 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10001100 | 0 | 1000100 | 100000 | 10011 | 101001000 | 111011 | 110101 |
Color Harmonies of #CE418C
Complementary color
Monochromatic Colors of #CE418C
Black with #CE418C
Text Example
Text Example
White with #CE418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE418C; }
p { color: rgb(206,65,140); }
H1.HeaderClassName
{
color: #CE418C;
}
.AnyTagClassName
{
color: #CE418C;
}
</style>
background-color css
<style>
a { background-color: #CE418C; }
a { background-color: rgb(206,65,140); }
div.DivClassName
{
background-color: #CE418C;
}
.BgClassName
{
background-color: #CE418C;
}
</style>
border-color css
<style>
span { border-color: #CE418C; }
span { border-color: rgb(206,65,140); }
td.TdClassName
{
border-color: #CE418C;
}
.TagClassName
{
border-color: #CE418C;
}
</style>