Shades of Mulberry #CC4797
Tints of Mulberry #CC4797
RGB
CMYK
RGB Variations
Color information
#CC4797 (or 0xCC4797) is known color: Mulberry. HEX triplet: CC, 47 and 97. RGB value is (204,71,151). Sum of RGB (Red+Green+Blue) = 204+71+151=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4797 is #33B868. Grayscale: #777777. Windows color (decimal): -3389545 or 9914316. OLE color: 9914316.
HSL color Cylindrical-coordinate representation of color #CC4797: hue angle of 323.91º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4797 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 151 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.2 |
| HSL | 323.91º | 0.57% | 0.54% | - |
| HSV(B) | 323.91º | 0.65% | 0.8% | - |
| XYZ | 32.74 | 19.58 | 31.33 | - |
| YUV | 119.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 151 | 0 | 0.65 | 0.26 | 0.2 | 323.91 | 0.57 | 0.54 |
| Hex | CC | 47 | 97 | 0 | 41 | 1A | 14 | 144 | 39 | 36 |
| Octal | 314 | 107 | 227 | 0 | 101 | 32 | 24 | 504 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10010111 | 0 | 1000001 | 11010 | 10100 | 101000100 | 111001 | 110110 |
Color Harmonies of #CC4797
Complementary color
Monochromatic Colors of #CC4797
Black with #CC4797
Text Example
Text Example
White with #CC4797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4797; }
p { color: rgb(204,71,151); }
H1.HeaderClassName
{
color: #CC4797;
}
.AnyTagClassName
{
color: #CC4797;
}
</style>
background-color css
<style>
a { background-color: #CC4797; }
a { background-color: rgb(204,71,151); }
div.DivClassName
{
background-color: #CC4797;
}
.BgClassName
{
background-color: #CC4797;
}
</style>
border-color css
<style>
span { border-color: #CC4797; }
span { border-color: rgb(204,71,151); }
td.TdClassName
{
border-color: #CC4797;
}
.TagClassName
{
border-color: #CC4797;
}
</style>