Shades of Mulberry #CC4F89
Tints of Mulberry #CC4F89
RGB
CMYK
RGB Variations
Color information
#CC4F89 (or 0xCC4F89) is known color: Mulberry. HEX triplet: CC, 4F and 89. RGB value is (204,79,137). Sum of RGB (Red+Green+Blue) = 204+79+137=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F89 is #33B076. Grayscale: #7A7A7A. Windows color (decimal): -3387511 or 8998860. OLE color: 8998860.
HSL color Cylindrical-coordinate representation of color #CC4F89: hue angle of 332.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4F89 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 137 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.2 |
| HSL | 332.16º | 0.55% | 0.55% | - |
| HSV(B) | 332.16º | 0.61% | 0.8% | - |
| XYZ | 32.21 | 20.24 | 25.87 | - |
| YUV | 122.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 137 | 0 | 0.61 | 0.33 | 0.2 | 332.16 | 0.55 | 0.55 |
| Hex | CC | 4F | 89 | 0 | 3D | 21 | 14 | 14C | 37 | 37 |
| Octal | 314 | 117 | 211 | 0 | 75 | 41 | 24 | 514 | 67 | 67 |
| Binary | 11001100 | 1001111 | 10001001 | 0 | 111101 | 100001 | 10100 | 101001100 | 110111 | 110111 |
Color Harmonies of #CC4F89
Complementary color
Monochromatic Colors of #CC4F89
Black with #CC4F89
Text Example
Text Example
White with #CC4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F89; }
p { color: rgb(204,79,137); }
H1.HeaderClassName
{
color: #CC4F89;
}
.AnyTagClassName
{
color: #CC4F89;
}
</style>
background-color css
<style>
a { background-color: #CC4F89; }
a { background-color: rgb(204,79,137); }
div.DivClassName
{
background-color: #CC4F89;
}
.BgClassName
{
background-color: #CC4F89;
}
</style>
border-color css
<style>
span { border-color: #CC4F89; }
span { border-color: rgb(204,79,137); }
td.TdClassName
{
border-color: #CC4F89;
}
.TagClassName
{
border-color: #CC4F89;
}
</style>