Shades of Mulberry #CE3DA0
Tints of Mulberry #CE3DA0
RGB
CMYK
RGB Variations
Color information
#CE3DA0 (or 0xCE3DA0) is known color: Mulberry. HEX triplet: CE, 3D and A0. RGB value is (206,61,160). Sum of RGB (Red+Green+Blue) = 206+61+160=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3DA0 is #31C25F. Grayscale: #737373. Windows color (decimal): -3261024 or 10501582. OLE color: 10501582.
HSL color Cylindrical-coordinate representation of color #CE3DA0: hue angle of 319.03º 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 #CE3DA0 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 160 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.19 |
| HSL | 319.03º | 0.6% | 0.52% | - |
| HSV(B) | 319.03º | 0.7% | 0.81% | - |
| XYZ | 33.47 | 19 | 35.16 | - |
| YUV | 115.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 160 | 0 | 0.70 | 0.22 | 0.19 | 319.03 | 0.6 | 0.52 |
| Hex | CE | 3D | A0 | 0 | 46 | 16 | 13 | 13F | 3C | 34 |
| Octal | 316 | 75 | 240 | 0 | 106 | 26 | 23 | 477 | 74 | 64 |
| Binary | 11001110 | 111101 | 10100000 | 0 | 1000110 | 10110 | 10011 | 100111111 | 111100 | 110100 |
Color Harmonies of #CE3DA0
Complementary color
Monochromatic Colors of #CE3DA0
Black with #CE3DA0
Text Example
Text Example
White with #CE3DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DA0; }
p { color: rgb(206,61,160); }
H1.HeaderClassName
{
color: #CE3DA0;
}
.AnyTagClassName
{
color: #CE3DA0;
}
</style>
background-color css
<style>
a { background-color: #CE3DA0; }
a { background-color: rgb(206,61,160); }
div.DivClassName
{
background-color: #CE3DA0;
}
.BgClassName
{
background-color: #CE3DA0;
}
</style>
border-color css
<style>
span { border-color: #CE3DA0; }
span { border-color: rgb(206,61,160); }
td.TdClassName
{
border-color: #CE3DA0;
}
.TagClassName
{
border-color: #CE3DA0;
}
</style>