Shades of Mulberry #CE3D9A
Tints of Mulberry #CE3D9A
RGB
CMYK
RGB Variations
Color information
#CE3D9A (or 0xCE3D9A) is known color: Mulberry. HEX triplet: CE, 3D and 9A. RGB value is (206,61,154). Sum of RGB (Red+Green+Blue) = 206+61+154=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3D9A is #31C265. Grayscale: #727272. Windows color (decimal): -3261030 or 10108366. OLE color: 10108366.
HSL color Cylindrical-coordinate representation of color #CE3D9A: hue angle of 321.52º 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 #CE3D9A is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 154 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.19 |
| HSL | 321.52º | 0.6% | 0.52% | - |
| HSV(B) | 321.52º | 0.7% | 0.81% | - |
| XYZ | 32.96 | 18.79 | 32.46 | - |
| YUV | 114.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 154 | 0 | 0.70 | 0.25 | 0.19 | 321.52 | 0.6 | 0.52 |
| Hex | CE | 3D | 9A | 0 | 46 | 19 | 13 | 142 | 3C | 34 |
| Octal | 316 | 75 | 232 | 0 | 106 | 31 | 23 | 502 | 74 | 64 |
| Binary | 11001110 | 111101 | 10011010 | 0 | 1000110 | 11001 | 10011 | 101000010 | 111100 | 110100 |
Color Harmonies of #CE3D9A
Complementary color
Monochromatic Colors of #CE3D9A
Black with #CE3D9A
Text Example
Text Example
White with #CE3D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D9A; }
p { color: rgb(206,61,154); }
H1.HeaderClassName
{
color: #CE3D9A;
}
.AnyTagClassName
{
color: #CE3D9A;
}
</style>
background-color css
<style>
a { background-color: #CE3D9A; }
a { background-color: rgb(206,61,154); }
div.DivClassName
{
background-color: #CE3D9A;
}
.BgClassName
{
background-color: #CE3D9A;
}
</style>
border-color css
<style>
span { border-color: #CE3D9A; }
span { border-color: rgb(206,61,154); }
td.TdClassName
{
border-color: #CE3D9A;
}
.TagClassName
{
border-color: #CE3D9A;
}
</style>