Shades of Mulberry #CE4694
Tints of Mulberry #CE4694
RGB
CMYK
RGB Variations
Color information
#CE4694 (or 0xCE4694) is known color: Mulberry. HEX triplet: CE, 46 and 94. RGB value is (206,70,148). Sum of RGB (Red+Green+Blue) = 206+70+148=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4694 is #31B96B. Grayscale: #777777. Windows color (decimal): -3258732 or 9717454. OLE color: 9717454.
HSL color Cylindrical-coordinate representation of color #CE4694: hue angle of 325.59º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4694 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 148 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.19 |
| HSL | 325.59º | 0.58% | 0.54% | - |
| HSV(B) | 325.59º | 0.66% | 0.81% | - |
| XYZ | 32.99 | 19.64 | 30.07 | - |
| YUV | 119.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 148 | 0 | 0.66 | 0.28 | 0.19 | 325.59 | 0.58 | 0.54 |
| Hex | CE | 46 | 94 | 0 | 42 | 1C | 13 | 146 | 3A | 36 |
| Octal | 316 | 106 | 224 | 0 | 102 | 34 | 23 | 506 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10010100 | 0 | 1000010 | 11100 | 10011 | 101000110 | 111010 | 110110 |
Color Harmonies of #CE4694
Complementary color
Monochromatic Colors of #CE4694
Black with #CE4694
Text Example
Text Example
White with #CE4694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4694; }
p { color: rgb(206,70,148); }
H1.HeaderClassName
{
color: #CE4694;
}
.AnyTagClassName
{
color: #CE4694;
}
</style>
background-color css
<style>
a { background-color: #CE4694; }
a { background-color: rgb(206,70,148); }
div.DivClassName
{
background-color: #CE4694;
}
.BgClassName
{
background-color: #CE4694;
}
</style>
border-color css
<style>
span { border-color: #CE4694; }
span { border-color: rgb(206,70,148); }
td.TdClassName
{
border-color: #CE4694;
}
.TagClassName
{
border-color: #CE4694;
}
</style>