Shades of Mulberry #CC5189
Tints of Mulberry #CC5189
RGB
CMYK
RGB Variations
Color information
#CC5189 (or 0xCC5189) is known color: Mulberry. HEX triplet: CC, 51 and 89. RGB value is (204,81,137). Sum of RGB (Red+Green+Blue) = 204+81+137=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5189 is #33AE76. Grayscale: #7C7C7C. Windows color (decimal): -3386999 or 8999372. OLE color: 8999372.
HSL color Cylindrical-coordinate representation of color #CC5189: hue angle of 332.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5189 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 137 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.2 |
| HSL | 332.68º | 0.55% | 0.56% | - |
| HSV(B) | 332.68º | 0.6% | 0.8% | - |
| XYZ | 32.36 | 20.53 | 25.92 | - |
| YUV | 124.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 137 | 0 | 0.60 | 0.33 | 0.2 | 332.68 | 0.55 | 0.56 |
| Hex | CC | 51 | 89 | 0 | 3C | 21 | 14 | 14D | 37 | 38 |
| Octal | 314 | 121 | 211 | 0 | 74 | 41 | 24 | 515 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10001001 | 0 | 111100 | 100001 | 10100 | 101001101 | 110111 | 111000 |
Color Harmonies of #CC5189
Complementary color
Monochromatic Colors of #CC5189
Black with #CC5189
Text Example
Text Example
White with #CC5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5189; }
p { color: rgb(204,81,137); }
H1.HeaderClassName
{
color: #CC5189;
}
.AnyTagClassName
{
color: #CC5189;
}
</style>
background-color css
<style>
a { background-color: #CC5189; }
a { background-color: rgb(204,81,137); }
div.DivClassName
{
background-color: #CC5189;
}
.BgClassName
{
background-color: #CC5189;
}
</style>
border-color css
<style>
span { border-color: #CC5189; }
span { border-color: rgb(204,81,137); }
td.TdClassName
{
border-color: #CC5189;
}
.TagClassName
{
border-color: #CC5189;
}
</style>