Shades of Mulberry #CC4995
Tints of Mulberry #CC4995
RGB
CMYK
RGB Variations
Color information
#CC4995 (or 0xCC4995) is known color: Mulberry. HEX triplet: CC, 49 and 95. RGB value is (204,73,149). Sum of RGB (Red+Green+Blue) = 204+73+149=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4995 is #33B66A. Grayscale: #787878. Windows color (decimal): -3389035 or 9783756. OLE color: 9783756.
HSL color Cylindrical-coordinate representation of color #CC4995: hue angle of 325.19º 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 #CC4995 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 149 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.2 |
| HSL | 325.19º | 0.56% | 0.54% | - |
| HSV(B) | 325.19º | 0.64% | 0.8% | - |
| XYZ | 32.71 | 19.77 | 30.53 | - |
| YUV | 120.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 149 | 0 | 0.64 | 0.27 | 0.2 | 325.19 | 0.56 | 0.54 |
| Hex | CC | 49 | 95 | 0 | 40 | 1B | 14 | 145 | 38 | 36 |
| Octal | 314 | 111 | 225 | 0 | 100 | 33 | 24 | 505 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10010101 | 0 | 1000000 | 11011 | 10100 | 101000101 | 111000 | 110110 |
Color Harmonies of #CC4995
Complementary color
Monochromatic Colors of #CC4995
Black with #CC4995
Text Example
Text Example
White with #CC4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4995; }
p { color: rgb(204,73,149); }
H1.HeaderClassName
{
color: #CC4995;
}
.AnyTagClassName
{
color: #CC4995;
}
</style>
background-color css
<style>
a { background-color: #CC4995; }
a { background-color: rgb(204,73,149); }
div.DivClassName
{
background-color: #CC4995;
}
.BgClassName
{
background-color: #CC4995;
}
</style>
border-color css
<style>
span { border-color: #CC4995; }
span { border-color: rgb(204,73,149); }
td.TdClassName
{
border-color: #CC4995;
}
.TagClassName
{
border-color: #CC4995;
}
</style>