Shades of Mulberry #CC5B8D
Tints of Mulberry #CC5B8D
RGB
CMYK
RGB Variations
Color information
#CC5B8D (or 0xCC5B8D) is known color: Mulberry. HEX triplet: CC, 5B and 8D. RGB value is (204,91,141). Sum of RGB (Red+Green+Blue) = 204+91+141=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5B8D is #33A472. Grayscale: #828282. Windows color (decimal): -3384435 or 9264076. OLE color: 9264076.
HSL color Cylindrical-coordinate representation of color #CC5B8D: hue angle of 333.45º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5B8D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 141 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.2 |
| HSL | 333.45º | 0.53% | 0.58% | - |
| HSV(B) | 333.45º | 0.55% | 0.8% | - |
| XYZ | 33.45 | 22.24 | 27.73 | - |
| YUV | 130.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 141 | 0 | 0.55 | 0.31 | 0.2 | 333.45 | 0.53 | 0.58 |
| Hex | CC | 5B | 8D | 0 | 37 | 1F | 14 | 14D | 35 | 3A |
| Octal | 314 | 133 | 215 | 0 | 67 | 37 | 24 | 515 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10001101 | 0 | 110111 | 11111 | 10100 | 101001101 | 110101 | 111010 |
Color Harmonies of #CC5B8D
Complementary color
Monochromatic Colors of #CC5B8D
Black with #CC5B8D
Text Example
Text Example
White with #CC5B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B8D; }
p { color: rgb(204,91,141); }
H1.HeaderClassName
{
color: #CC5B8D;
}
.AnyTagClassName
{
color: #CC5B8D;
}
</style>
background-color css
<style>
a { background-color: #CC5B8D; }
a { background-color: rgb(204,91,141); }
div.DivClassName
{
background-color: #CC5B8D;
}
.BgClassName
{
background-color: #CC5B8D;
}
</style>
border-color css
<style>
span { border-color: #CC5B8D; }
span { border-color: rgb(204,91,141); }
td.TdClassName
{
border-color: #CC5B8D;
}
.TagClassName
{
border-color: #CC5B8D;
}
</style>