Shades of Mulberry #CE4992
Tints of Mulberry #CE4992
RGB
CMYK
RGB Variations
Color information
#CE4992 (or 0xCE4992) is known color: Mulberry. HEX triplet: CE, 49 and 92. RGB value is (206,73,146). Sum of RGB (Red+Green+Blue) = 206+73+146=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4992 is #31B66D. Grayscale: #787878. Windows color (decimal): -3257966 or 9587150. OLE color: 9587150.
HSL color Cylindrical-coordinate representation of color #CE4992: hue angle of 327.07º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4992 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 146 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.19 |
| HSL | 327.07º | 0.58% | 0.55% | - |
| HSV(B) | 327.07º | 0.65% | 0.81% | - |
| XYZ | 33.02 | 19.96 | 29.31 | - |
| YUV | 121.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 146 | 0 | 0.65 | 0.29 | 0.19 | 327.07 | 0.58 | 0.55 |
| Hex | CE | 49 | 92 | 0 | 41 | 1D | 13 | 147 | 3A | 37 |
| Octal | 316 | 111 | 222 | 0 | 101 | 35 | 23 | 507 | 72 | 67 |
| Binary | 11001110 | 1001001 | 10010010 | 0 | 1000001 | 11101 | 10011 | 101000111 | 111010 | 110111 |
Color Harmonies of #CE4992
Complementary color
Monochromatic Colors of #CE4992
Black with #CE4992
Text Example
Text Example
White with #CE4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4992; }
p { color: rgb(206,73,146); }
H1.HeaderClassName
{
color: #CE4992;
}
.AnyTagClassName
{
color: #CE4992;
}
</style>
background-color css
<style>
a { background-color: #CE4992; }
a { background-color: rgb(206,73,146); }
div.DivClassName
{
background-color: #CE4992;
}
.BgClassName
{
background-color: #CE4992;
}
</style>
border-color css
<style>
span { border-color: #CE4992; }
span { border-color: rgb(206,73,146); }
td.TdClassName
{
border-color: #CE4992;
}
.TagClassName
{
border-color: #CE4992;
}
</style>