Shades of Mulberry #CC4997
Tints of Mulberry #CC4997
RGB
CMYK
RGB Variations
Color information
#CC4997 (or 0xCC4997) is known color: Mulberry. HEX triplet: CC, 49 and 97. RGB value is (204,73,151). Sum of RGB (Red+Green+Blue) = 204+73+151=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4997 is #33B668. Grayscale: #787878. Windows color (decimal): -3389033 or 9914828. OLE color: 9914828.
HSL color Cylindrical-coordinate representation of color #CC4997: hue angle of 324.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4997 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 151 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.2 |
| HSL | 324.27º | 0.56% | 0.54% | - |
| HSV(B) | 324.27º | 0.64% | 0.8% | - |
| XYZ | 32.87 | 19.84 | 31.37 | - |
| YUV | 121.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 151 | 0 | 0.64 | 0.26 | 0.2 | 324.27 | 0.56 | 0.54 |
| Hex | CC | 49 | 97 | 0 | 40 | 1A | 14 | 144 | 38 | 36 |
| Octal | 314 | 111 | 227 | 0 | 100 | 32 | 24 | 504 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10010111 | 0 | 1000000 | 11010 | 10100 | 101000100 | 111000 | 110110 |
Color Harmonies of #CC4997
Complementary color
Monochromatic Colors of #CC4997
Black with #CC4997
Text Example
Text Example
White with #CC4997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4997; }
p { color: rgb(204,73,151); }
H1.HeaderClassName
{
color: #CC4997;
}
.AnyTagClassName
{
color: #CC4997;
}
</style>
background-color css
<style>
a { background-color: #CC4997; }
a { background-color: rgb(204,73,151); }
div.DivClassName
{
background-color: #CC4997;
}
.BgClassName
{
background-color: #CC4997;
}
</style>
border-color css
<style>
span { border-color: #CC4997; }
span { border-color: rgb(204,73,151); }
td.TdClassName
{
border-color: #CC4997;
}
.TagClassName
{
border-color: #CC4997;
}
</style>