Shades of Mulberry #CC5087
Tints of Mulberry #CC5087
RGB
CMYK
RGB Variations
Color information
#CC5087 (or 0xCC5087) is known color: Mulberry. HEX triplet: CC, 50 and 87. RGB value is (204,80,135). Sum of RGB (Red+Green+Blue) = 204+80+135=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5087 is #33AF78. Grayscale: #7B7B7B. Windows color (decimal): -3387257 or 8868044. OLE color: 8868044.
HSL color Cylindrical-coordinate representation of color #CC5087: hue angle of 333.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5087 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 135 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.2 |
| HSL | 333.39º | 0.55% | 0.56% | - |
| HSV(B) | 333.39º | 0.61% | 0.8% | - |
| XYZ | 32.14 | 20.32 | 25.15 | - |
| YUV | 123.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 135 | 0 | 0.61 | 0.34 | 0.2 | 333.39 | 0.55 | 0.56 |
| Hex | CC | 50 | 87 | 0 | 3D | 22 | 14 | 14D | 37 | 38 |
| Octal | 314 | 120 | 207 | 0 | 75 | 42 | 24 | 515 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10000111 | 0 | 111101 | 100010 | 10100 | 101001101 | 110111 | 111000 |
Color Harmonies of #CC5087
Complementary color
Monochromatic Colors of #CC5087
Black with #CC5087
Text Example
Text Example
White with #CC5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5087; }
p { color: rgb(204,80,135); }
H1.HeaderClassName
{
color: #CC5087;
}
.AnyTagClassName
{
color: #CC5087;
}
</style>
background-color css
<style>
a { background-color: #CC5087; }
a { background-color: rgb(204,80,135); }
div.DivClassName
{
background-color: #CC5087;
}
.BgClassName
{
background-color: #CC5087;
}
</style>
border-color css
<style>
span { border-color: #CC5087; }
span { border-color: rgb(204,80,135); }
td.TdClassName
{
border-color: #CC5087;
}
.TagClassName
{
border-color: #CC5087;
}
</style>