Shades of Mulberry #CE429F
Tints of Mulberry #CE429F
RGB
CMYK
RGB Variations
Color information
#CE429F (or 0xCE429F) is known color: Mulberry. HEX triplet: CE, 42 and 9F. RGB value is (206,66,159). Sum of RGB (Red+Green+Blue) = 206+66+159=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE429F is #31BD60. Grayscale: #767676. Windows color (decimal): -3259745 or 10437326. OLE color: 10437326.
HSL color Cylindrical-coordinate representation of color #CE429F: hue angle of 320.14º 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 #CE429F is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 159 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.19 |
| HSL | 320.14º | 0.59% | 0.53% | - |
| HSV(B) | 320.14º | 0.68% | 0.81% | - |
| XYZ | 33.66 | 19.52 | 34.79 | - |
| YUV | 118.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 159 | 0 | 0.68 | 0.23 | 0.19 | 320.14 | 0.59 | 0.53 |
| Hex | CE | 42 | 9F | 0 | 44 | 17 | 13 | 140 | 3B | 35 |
| Octal | 316 | 102 | 237 | 0 | 104 | 27 | 23 | 500 | 73 | 65 |
| Binary | 11001110 | 1000010 | 10011111 | 0 | 1000100 | 10111 | 10011 | 101000000 | 111011 | 110101 |
Color Harmonies of #CE429F
Complementary color
Monochromatic Colors of #CE429F
Black with #CE429F
Text Example
Text Example
White with #CE429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE429F; }
p { color: rgb(206,66,159); }
H1.HeaderClassName
{
color: #CE429F;
}
.AnyTagClassName
{
color: #CE429F;
}
</style>
background-color css
<style>
a { background-color: #CE429F; }
a { background-color: rgb(206,66,159); }
div.DivClassName
{
background-color: #CE429F;
}
.BgClassName
{
background-color: #CE429F;
}
</style>
border-color css
<style>
span { border-color: #CE429F; }
span { border-color: rgb(206,66,159); }
td.TdClassName
{
border-color: #CE429F;
}
.TagClassName
{
border-color: #CE429F;
}
</style>