Shades of Mulberry #CE4CAA
Tints of Mulberry #CE4CAA
RGB
CMYK
RGB Variations
Color information
#CE4CAA (or 0xCE4CAA) is known color: Mulberry. HEX triplet: CE, 4C and AA. RGB value is (206,76,170). Sum of RGB (Red+Green+Blue) = 206+76+170=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4CAA is #31B355. Grayscale: #7D7D7D. Windows color (decimal): -3257174 or 11160782. OLE color: 11160782.
HSL color Cylindrical-coordinate representation of color #CE4CAA: hue angle of 316.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CAA is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 170 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.19 |
| HSL | 316.62º | 0.57% | 0.55% | - |
| HSV(B) | 316.62º | 0.63% | 0.81% | - |
| XYZ | 35.29 | 21.19 | 40.26 | - |
| YUV | 125.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 170 | 0 | 0.63 | 0.17 | 0.19 | 316.62 | 0.57 | 0.55 |
| Hex | CE | 4C | AA | 0 | 3F | 11 | 13 | 13D | 39 | 37 |
| Octal | 316 | 114 | 252 | 0 | 77 | 21 | 23 | 475 | 71 | 67 |
| Binary | 11001110 | 1001100 | 10101010 | 0 | 111111 | 10001 | 10011 | 100111101 | 111001 | 110111 |
Color Harmonies of #CE4CAA
Complementary color
Monochromatic Colors of #CE4CAA
Black with #CE4CAA
Text Example
Text Example
White with #CE4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CAA; }
p { color: rgb(206,76,170); }
H1.HeaderClassName
{
color: #CE4CAA;
}
.AnyTagClassName
{
color: #CE4CAA;
}
</style>
background-color css
<style>
a { background-color: #CE4CAA; }
a { background-color: rgb(206,76,170); }
div.DivClassName
{
background-color: #CE4CAA;
}
.BgClassName
{
background-color: #CE4CAA;
}
</style>
border-color css
<style>
span { border-color: #CE4CAA; }
span { border-color: rgb(206,76,170); }
td.TdClassName
{
border-color: #CE4CAA;
}
.TagClassName
{
border-color: #CE4CAA;
}
</style>