Shades of Mulberry #CC478C
Tints of Mulberry #CC478C
RGB
CMYK
RGB Variations
Color information
#CC478C (or 0xCC478C) is known color: Mulberry. HEX triplet: CC, 47 and 8C. RGB value is (204,71,140). Sum of RGB (Red+Green+Blue) = 204+71+140=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC478C is #33B873. Grayscale: #767676. Windows color (decimal): -3389556 or 9193420. OLE color: 9193420.
HSL color Cylindrical-coordinate representation of color #CC478C: hue angle of 328.87º 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 #CC478C is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 140 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.2 |
| HSL | 328.87º | 0.57% | 0.54% | - |
| HSV(B) | 328.87º | 0.65% | 0.8% | - |
| XYZ | 31.89 | 19.24 | 26.84 | - |
| YUV | 118.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 140 | 0 | 0.65 | 0.31 | 0.2 | 328.87 | 0.57 | 0.54 |
| Hex | CC | 47 | 8C | 0 | 41 | 1F | 14 | 149 | 39 | 36 |
| Octal | 314 | 107 | 214 | 0 | 101 | 37 | 24 | 511 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10001100 | 0 | 1000001 | 11111 | 10100 | 101001001 | 111001 | 110110 |
Color Harmonies of #CC478C
Complementary color
Monochromatic Colors of #CC478C
Black with #CC478C
Text Example
Text Example
White with #CC478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC478C; }
p { color: rgb(204,71,140); }
H1.HeaderClassName
{
color: #CC478C;
}
.AnyTagClassName
{
color: #CC478C;
}
</style>
background-color css
<style>
a { background-color: #CC478C; }
a { background-color: rgb(204,71,140); }
div.DivClassName
{
background-color: #CC478C;
}
.BgClassName
{
background-color: #CC478C;
}
</style>
border-color css
<style>
span { border-color: #CC478C; }
span { border-color: rgb(204,71,140); }
td.TdClassName
{
border-color: #CC478C;
}
.TagClassName
{
border-color: #CC478C;
}
</style>