Shades of Mulberry #CE4195
Tints of Mulberry #CE4195
RGB
CMYK
RGB Variations
Color information
#CE4195 (or 0xCE4195) is known color: Mulberry. HEX triplet: CE, 41 and 95. RGB value is (206,65,149). Sum of RGB (Red+Green+Blue) = 206+65+149=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4195 is #31BE6A. Grayscale: #747474. Windows color (decimal): -3260011 or 9781710. OLE color: 9781710.
HSL color Cylindrical-coordinate representation of color #CE4195: hue angle of 324.26º 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 #CE4195 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 149 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.19 |
| HSL | 324.26º | 0.59% | 0.53% | - |
| HSV(B) | 324.26º | 0.68% | 0.81% | - |
| XYZ | 32.77 | 19.07 | 30.39 | - |
| YUV | 116.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 149 | 0 | 0.68 | 0.28 | 0.19 | 324.26 | 0.59 | 0.53 |
| Hex | CE | 41 | 95 | 0 | 44 | 1C | 13 | 144 | 3B | 35 |
| Octal | 316 | 101 | 225 | 0 | 104 | 34 | 23 | 504 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10010101 | 0 | 1000100 | 11100 | 10011 | 101000100 | 111011 | 110101 |
Color Harmonies of #CE4195
Complementary color
Monochromatic Colors of #CE4195
Black with #CE4195
Text Example
Text Example
White with #CE4195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4195; }
p { color: rgb(206,65,149); }
H1.HeaderClassName
{
color: #CE4195;
}
.AnyTagClassName
{
color: #CE4195;
}
</style>
background-color css
<style>
a { background-color: #CE4195; }
a { background-color: rgb(206,65,149); }
div.DivClassName
{
background-color: #CE4195;
}
.BgClassName
{
background-color: #CE4195;
}
</style>
border-color css
<style>
span { border-color: #CE4195; }
span { border-color: rgb(206,65,149); }
td.TdClassName
{
border-color: #CE4195;
}
.TagClassName
{
border-color: #CE4195;
}
</style>