Shades of Mulberry #CE3CAA
Tints of Mulberry #CE3CAA
RGB
CMYK
RGB Variations
Color information
#CE3CAA (or 0xCE3CAA) is known color: Mulberry. HEX triplet: CE, 3C and AA. RGB value is (206,60,170). Sum of RGB (Red+Green+Blue) = 206+60+170=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3CAA is #31C355. Grayscale: #737373. Windows color (decimal): -3261270 or 11156686. OLE color: 11156686.
HSL color Cylindrical-coordinate representation of color #CE3CAA: hue angle of 314.79º 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 #CE3CAA is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 170 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.19 |
| HSL | 314.79º | 0.6% | 0.52% | - |
| HSV(B) | 314.79º | 0.71% | 0.81% | - |
| XYZ | 34.33 | 19.26 | 39.94 | - |
| YUV | 116.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 170 | 0 | 0.71 | 0.17 | 0.19 | 314.79 | 0.6 | 0.52 |
| Hex | CE | 3C | AA | 0 | 47 | 11 | 13 | 13B | 3C | 34 |
| Octal | 316 | 74 | 252 | 0 | 107 | 21 | 23 | 473 | 74 | 64 |
| Binary | 11001110 | 111100 | 10101010 | 0 | 1000111 | 10001 | 10011 | 100111011 | 111100 | 110100 |
Color Harmonies of #CE3CAA
Complementary color
Monochromatic Colors of #CE3CAA
Black with #CE3CAA
Text Example
Text Example
White with #CE3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CAA; }
p { color: rgb(206,60,170); }
H1.HeaderClassName
{
color: #CE3CAA;
}
.AnyTagClassName
{
color: #CE3CAA;
}
</style>
background-color css
<style>
a { background-color: #CE3CAA; }
a { background-color: rgb(206,60,170); }
div.DivClassName
{
background-color: #CE3CAA;
}
.BgClassName
{
background-color: #CE3CAA;
}
</style>
border-color css
<style>
span { border-color: #CE3CAA; }
span { border-color: rgb(206,60,170); }
td.TdClassName
{
border-color: #CE3CAA;
}
.TagClassName
{
border-color: #CE3CAA;
}
</style>