Shades of Mulberry #CC5088
Tints of Mulberry #CC5088
RGB
CMYK
RGB Variations
Color information
#CC5088 (or 0xCC5088) is known color: Mulberry. HEX triplet: CC, 50 and 88. RGB value is (204,80,136). Sum of RGB (Red+Green+Blue) = 204+80+136=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5088 is #33AF77. Grayscale: #7B7B7B. Windows color (decimal): -3387256 or 8933580. OLE color: 8933580.
HSL color Cylindrical-coordinate representation of color #CC5088: hue angle of 332.9º 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 #CC5088 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 136 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.2 |
| HSL | 332.9º | 0.55% | 0.56% | - |
| HSV(B) | 332.9º | 0.61% | 0.8% | - |
| XYZ | 32.21 | 20.35 | 25.52 | - |
| YUV | 123.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 136 | 0 | 0.61 | 0.33 | 0.2 | 332.9 | 0.55 | 0.56 |
| Hex | CC | 50 | 88 | 0 | 3D | 21 | 14 | 14D | 37 | 38 |
| Octal | 314 | 120 | 210 | 0 | 75 | 41 | 24 | 515 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10001000 | 0 | 111101 | 100001 | 10100 | 101001101 | 110111 | 111000 |
Color Harmonies of #CC5088
Complementary color
Monochromatic Colors of #CC5088
Black with #CC5088
Text Example
Text Example
White with #CC5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5088; }
p { color: rgb(204,80,136); }
H1.HeaderClassName
{
color: #CC5088;
}
.AnyTagClassName
{
color: #CC5088;
}
</style>
background-color css
<style>
a { background-color: #CC5088; }
a { background-color: rgb(204,80,136); }
div.DivClassName
{
background-color: #CC5088;
}
.BgClassName
{
background-color: #CC5088;
}
</style>
border-color css
<style>
span { border-color: #CC5088; }
span { border-color: rgb(204,80,136); }
td.TdClassName
{
border-color: #CC5088;
}
.TagClassName
{
border-color: #CC5088;
}
</style>