Shades of Mulberry #CC4C85
Tints of Mulberry #CC4C85
RGB
CMYK
RGB Variations
Color information
#CC4C85 (or 0xCC4C85) is known color: Mulberry. HEX triplet: CC, 4C and 85. RGB value is (204,76,133). Sum of RGB (Red+Green+Blue) = 204+76+133=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4C85 is #33B37A. Grayscale: #787878. Windows color (decimal): -3388283 or 8735948. OLE color: 8735948.
HSL color Cylindrical-coordinate representation of color #CC4C85: hue angle of 333.28º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4C85 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 133 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.2 |
| HSL | 333.28º | 0.56% | 0.55% | - |
| HSV(B) | 333.28º | 0.63% | 0.8% | - |
| XYZ | 31.72 | 19.7 | 24.32 | - |
| YUV | 120.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 133 | 0 | 0.63 | 0.35 | 0.2 | 333.28 | 0.56 | 0.55 |
| Hex | CC | 4C | 85 | 0 | 3F | 23 | 14 | 14D | 38 | 37 |
| Octal | 314 | 114 | 205 | 0 | 77 | 43 | 24 | 515 | 70 | 67 |
| Binary | 11001100 | 1001100 | 10000101 | 0 | 111111 | 100011 | 10100 | 101001101 | 111000 | 110111 |
Color Harmonies of #CC4C85
Complementary color
Monochromatic Colors of #CC4C85
Black with #CC4C85
Text Example
Text Example
White with #CC4C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C85; }
p { color: rgb(204,76,133); }
H1.HeaderClassName
{
color: #CC4C85;
}
.AnyTagClassName
{
color: #CC4C85;
}
</style>
background-color css
<style>
a { background-color: #CC4C85; }
a { background-color: rgb(204,76,133); }
div.DivClassName
{
background-color: #CC4C85;
}
.BgClassName
{
background-color: #CC4C85;
}
</style>
border-color css
<style>
span { border-color: #CC4C85; }
span { border-color: rgb(204,76,133); }
td.TdClassName
{
border-color: #CC4C85;
}
.TagClassName
{
border-color: #CC4C85;
}
</style>