Shades of Mulberry #CE3D99
Tints of Mulberry #CE3D99
RGB
CMYK
RGB Variations
Color information
#CE3D99 (or 0xCE3D99) is known color: Mulberry. HEX triplet: CE, 3D and 99. RGB value is (206,61,153). Sum of RGB (Red+Green+Blue) = 206+61+153=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3D99 is #31C266. Grayscale: #727272. Windows color (decimal): -3261031 or 10042830. OLE color: 10042830.
HSL color Cylindrical-coordinate representation of color #CE3D99: hue angle of 321.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D99 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 153 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.19 |
| HSL | 321.93º | 0.6% | 0.52% | - |
| HSV(B) | 321.93º | 0.7% | 0.81% | - |
| XYZ | 32.87 | 18.76 | 32.03 | - |
| YUV | 114.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 153 | 0 | 0.70 | 0.26 | 0.19 | 321.93 | 0.6 | 0.52 |
| Hex | CE | 3D | 99 | 0 | 46 | 1A | 13 | 142 | 3C | 34 |
| Octal | 316 | 75 | 231 | 0 | 106 | 32 | 23 | 502 | 74 | 64 |
| Binary | 11001110 | 111101 | 10011001 | 0 | 1000110 | 11010 | 10011 | 101000010 | 111100 | 110100 |
Color Harmonies of #CE3D99
Complementary color
Monochromatic Colors of #CE3D99
Black with #CE3D99
Text Example
Text Example
White with #CE3D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D99; }
p { color: rgb(206,61,153); }
H1.HeaderClassName
{
color: #CE3D99;
}
.AnyTagClassName
{
color: #CE3D99;
}
</style>
background-color css
<style>
a { background-color: #CE3D99; }
a { background-color: rgb(206,61,153); }
div.DivClassName
{
background-color: #CE3D99;
}
.BgClassName
{
background-color: #CE3D99;
}
</style>
border-color css
<style>
span { border-color: #CE3D99; }
span { border-color: rgb(206,61,153); }
td.TdClassName
{
border-color: #CE3D99;
}
.TagClassName
{
border-color: #CE3D99;
}
</style>