Shades of Mulberry #CC477F
Tints of Mulberry #CC477F
RGB
CMYK
RGB Variations
Color information
#CC477F (or 0xCC477F) is known color: Mulberry. HEX triplet: CC, 47 and 7F. RGB value is (204,71,127). Sum of RGB (Red+Green+Blue) = 204+71+127=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC477F is #33B880. Grayscale: #757575. Windows color (decimal): -3389569 or 8341452. OLE color: 8341452.
HSL color Cylindrical-coordinate representation of color #CC477F: hue angle of 334.74º 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 #CC477F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 127 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.2 |
| HSL | 334.74º | 0.57% | 0.54% | - |
| HSV(B) | 334.74º | 0.65% | 0.8% | - |
| XYZ | 30.99 | 18.88 | 22.09 | - |
| YUV | 117.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 127 | 0 | 0.65 | 0.38 | 0.2 | 334.74 | 0.57 | 0.54 |
| Hex | CC | 47 | 7F | 0 | 41 | 26 | 14 | 14F | 39 | 36 |
| Octal | 314 | 107 | 177 | 0 | 101 | 46 | 24 | 517 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1111111 | 0 | 1000001 | 100110 | 10100 | 101001111 | 111001 | 110110 |
Color Harmonies of #CC477F
Complementary color
Monochromatic Colors of #CC477F
Black with #CC477F
Text Example
Text Example
White with #CC477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC477F; }
p { color: rgb(204,71,127); }
H1.HeaderClassName
{
color: #CC477F;
}
.AnyTagClassName
{
color: #CC477F;
}
</style>
background-color css
<style>
a { background-color: #CC477F; }
a { background-color: rgb(204,71,127); }
div.DivClassName
{
background-color: #CC477F;
}
.BgClassName
{
background-color: #CC477F;
}
</style>
border-color css
<style>
span { border-color: #CC477F; }
span { border-color: rgb(204,71,127); }
td.TdClassName
{
border-color: #CC477F;
}
.TagClassName
{
border-color: #CC477F;
}
</style>