Shades of Mulberry #CC4790
Tints of Mulberry #CC4790
RGB
CMYK
RGB Variations
Color information
#CC4790 (or 0xCC4790) is known color: Mulberry. HEX triplet: CC, 47 and 90. RGB value is (204,71,144). Sum of RGB (Red+Green+Blue) = 204+71+144=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4790 is #33B86F. Grayscale: #767676. Windows color (decimal): -3389552 or 9455564. OLE color: 9455564.
HSL color Cylindrical-coordinate representation of color #CC4790: hue angle of 327.07º 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 #CC4790 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 144 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.2 |
| HSL | 327.07º | 0.57% | 0.54% | - |
| HSV(B) | 327.07º | 0.65% | 0.8% | - |
| XYZ | 32.19 | 19.36 | 28.43 | - |
| YUV | 119.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 144 | 0 | 0.65 | 0.29 | 0.2 | 327.07 | 0.57 | 0.54 |
| Hex | CC | 47 | 90 | 0 | 41 | 1D | 14 | 147 | 39 | 36 |
| Octal | 314 | 107 | 220 | 0 | 101 | 35 | 24 | 507 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10010000 | 0 | 1000001 | 11101 | 10100 | 101000111 | 111001 | 110110 |
Color Harmonies of #CC4790
Complementary color
Monochromatic Colors of #CC4790
Black with #CC4790
Text Example
Text Example
White with #CC4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4790; }
p { color: rgb(204,71,144); }
H1.HeaderClassName
{
color: #CC4790;
}
.AnyTagClassName
{
color: #CC4790;
}
</style>
background-color css
<style>
a { background-color: #CC4790; }
a { background-color: rgb(204,71,144); }
div.DivClassName
{
background-color: #CC4790;
}
.BgClassName
{
background-color: #CC4790;
}
</style>
border-color css
<style>
span { border-color: #CC4790; }
span { border-color: rgb(204,71,144); }
td.TdClassName
{
border-color: #CC4790;
}
.TagClassName
{
border-color: #CC4790;
}
</style>