Shades of Mulberry #CE429E
Tints of Mulberry #CE429E
RGB
CMYK
RGB Variations
Color information
#CE429E (or 0xCE429E) is known color: Mulberry. HEX triplet: CE, 42 and 9E. RGB value is (206,66,158). Sum of RGB (Red+Green+Blue) = 206+66+158=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE429E is #31BD61. Grayscale: #767676. Windows color (decimal): -3259746 or 10371790. OLE color: 10371790.
HSL color Cylindrical-coordinate representation of color #CE429E: hue angle of 320.57º 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 #CE429E is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 158 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.19 |
| HSL | 320.57º | 0.59% | 0.53% | - |
| HSV(B) | 320.57º | 0.68% | 0.81% | - |
| XYZ | 33.57 | 19.49 | 34.34 | - |
| YUV | 118.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 158 | 0 | 0.68 | 0.23 | 0.19 | 320.57 | 0.59 | 0.53 |
| Hex | CE | 42 | 9E | 0 | 44 | 17 | 13 | 141 | 3B | 35 |
| Octal | 316 | 102 | 236 | 0 | 104 | 27 | 23 | 501 | 73 | 65 |
| Binary | 11001110 | 1000010 | 10011110 | 0 | 1000100 | 10111 | 10011 | 101000001 | 111011 | 110101 |
Color Harmonies of #CE429E
Complementary color
Monochromatic Colors of #CE429E
Black with #CE429E
Text Example
Text Example
White with #CE429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE429E; }
p { color: rgb(206,66,158); }
H1.HeaderClassName
{
color: #CE429E;
}
.AnyTagClassName
{
color: #CE429E;
}
</style>
background-color css
<style>
a { background-color: #CE429E; }
a { background-color: rgb(206,66,158); }
div.DivClassName
{
background-color: #CE429E;
}
.BgClassName
{
background-color: #CE429E;
}
</style>
border-color css
<style>
span { border-color: #CE429E; }
span { border-color: rgb(206,66,158); }
td.TdClassName
{
border-color: #CE429E;
}
.TagClassName
{
border-color: #CE429E;
}
</style>