Shades of Mulberry #CE4695
Tints of Mulberry #CE4695
RGB
CMYK
RGB Variations
Color information
#CE4695 (or 0xCE4695) is known color: Mulberry. HEX triplet: CE, 46 and 95. RGB value is (206,70,149). Sum of RGB (Red+Green+Blue) = 206+70+149=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4695 is #31B96A. Grayscale: #777777. Windows color (decimal): -3258731 or 9782990. OLE color: 9782990.
HSL color Cylindrical-coordinate representation of color #CE4695: hue angle of 325.15º 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 #CE4695 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 149 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.19 |
| HSL | 325.15º | 0.58% | 0.54% | - |
| HSV(B) | 325.15º | 0.66% | 0.81% | - |
| XYZ | 33.07 | 19.67 | 30.49 | - |
| YUV | 119.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 149 | 0 | 0.66 | 0.28 | 0.19 | 325.15 | 0.58 | 0.54 |
| Hex | CE | 46 | 95 | 0 | 42 | 1C | 13 | 145 | 3A | 36 |
| Octal | 316 | 106 | 225 | 0 | 102 | 34 | 23 | 505 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10010101 | 0 | 1000010 | 11100 | 10011 | 101000101 | 111010 | 110110 |
Color Harmonies of #CE4695
Complementary color
Monochromatic Colors of #CE4695
Black with #CE4695
Text Example
Text Example
White with #CE4695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4695; }
p { color: rgb(206,70,149); }
H1.HeaderClassName
{
color: #CE4695;
}
.AnyTagClassName
{
color: #CE4695;
}
</style>
background-color css
<style>
a { background-color: #CE4695; }
a { background-color: rgb(206,70,149); }
div.DivClassName
{
background-color: #CE4695;
}
.BgClassName
{
background-color: #CE4695;
}
</style>
border-color css
<style>
span { border-color: #CE4695; }
span { border-color: rgb(206,70,149); }
td.TdClassName
{
border-color: #CE4695;
}
.TagClassName
{
border-color: #CE4695;
}
</style>