Shades of Mulberry #CE3CA9
Tints of Mulberry #CE3CA9
RGB
CMYK
RGB Variations
Color information
#CE3CA9 (or 0xCE3CA9) is known color: Mulberry. HEX triplet: CE, 3C and A9. RGB value is (206,60,169). Sum of RGB (Red+Green+Blue) = 206+60+169=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3CA9 is #31C356. Grayscale: #737373. Windows color (decimal): -3261271 or 11091150. OLE color: 11091150.
HSL color Cylindrical-coordinate representation of color #CE3CA9: hue angle of 315.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3CA9 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 169 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.19 |
| HSL | 315.21º | 0.6% | 0.52% | - |
| HSV(B) | 315.21º | 0.71% | 0.81% | - |
| XYZ | 34.23 | 19.22 | 39.44 | - |
| YUV | 116.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 169 | 0 | 0.71 | 0.18 | 0.19 | 315.21 | 0.6 | 0.52 |
| Hex | CE | 3C | A9 | 0 | 47 | 12 | 13 | 13B | 3C | 34 |
| Octal | 316 | 74 | 251 | 0 | 107 | 22 | 23 | 473 | 74 | 64 |
| Binary | 11001110 | 111100 | 10101001 | 0 | 1000111 | 10010 | 10011 | 100111011 | 111100 | 110100 |
Color Harmonies of #CE3CA9
Complementary color
Monochromatic Colors of #CE3CA9
Black with #CE3CA9
Text Example
Text Example
White with #CE3CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CA9; }
p { color: rgb(206,60,169); }
H1.HeaderClassName
{
color: #CE3CA9;
}
.AnyTagClassName
{
color: #CE3CA9;
}
</style>
background-color css
<style>
a { background-color: #CE3CA9; }
a { background-color: rgb(206,60,169); }
div.DivClassName
{
background-color: #CE3CA9;
}
.BgClassName
{
background-color: #CE3CA9;
}
</style>
border-color css
<style>
span { border-color: #CE3CA9; }
span { border-color: rgb(206,60,169); }
td.TdClassName
{
border-color: #CE3CA9;
}
.TagClassName
{
border-color: #CE3CA9;
}
</style>