Shades of Mulberry #CE4F8C
Tints of Mulberry #CE4F8C
RGB
CMYK
RGB Variations
Color information
#CE4F8C (or 0xCE4F8C) is known color: Mulberry. HEX triplet: CE, 4F and 8C. RGB value is (206,79,140). Sum of RGB (Red+Green+Blue) = 206+79+140=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4F8C is #31B073. Grayscale: #7B7B7B. Windows color (decimal): -3256436 or 9195470. OLE color: 9195470.
HSL color Cylindrical-coordinate representation of color #CE4F8C: hue angle of 331.18º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4F8C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 140 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.19 |
| HSL | 331.18º | 0.56% | 0.56% | - |
| HSV(B) | 331.18º | 0.62% | 0.81% | - |
| XYZ | 32.98 | 20.61 | 27.05 | - |
| YUV | 123.93 | 137.08 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 140 | 0 | 0.62 | 0.32 | 0.19 | 331.18 | 0.56 | 0.56 |
| Hex | CE | 4F | 8C | 0 | 3E | 20 | 13 | 14B | 38 | 38 |
| Octal | 316 | 117 | 214 | 0 | 76 | 40 | 23 | 513 | 70 | 70 |
| Binary | 11001110 | 1001111 | 10001100 | 0 | 111110 | 100000 | 10011 | 101001011 | 111000 | 111000 |
Color Harmonies of #CE4F8C
Complementary color
Monochromatic Colors of #CE4F8C
Black with #CE4F8C
Text Example
Text Example
White with #CE4F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F8C; }
p { color: rgb(206,79,140); }
H1.HeaderClassName
{
color: #CE4F8C;
}
.AnyTagClassName
{
color: #CE4F8C;
}
</style>
background-color css
<style>
a { background-color: #CE4F8C; }
a { background-color: rgb(206,79,140); }
div.DivClassName
{
background-color: #CE4F8C;
}
.BgClassName
{
background-color: #CE4F8C;
}
</style>
border-color css
<style>
span { border-color: #CE4F8C; }
span { border-color: rgb(206,79,140); }
td.TdClassName
{
border-color: #CE4F8C;
}
.TagClassName
{
border-color: #CE4F8C;
}
</style>