Shades of Mulberry #CC478E
Tints of Mulberry #CC478E
RGB
CMYK
RGB Variations
Color information
#CC478E (or 0xCC478E) is known color: Mulberry. HEX triplet: CC, 47 and 8E. RGB value is (204,71,142). Sum of RGB (Red+Green+Blue) = 204+71+142=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC478E is #33B871. Grayscale: #767676. Windows color (decimal): -3389554 or 9324492. OLE color: 9324492.
HSL color Cylindrical-coordinate representation of color #CC478E: hue angle of 327.97º 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 #CC478E is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 142 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.2 |
| HSL | 327.97º | 0.57% | 0.54% | - |
| HSV(B) | 327.97º | 0.65% | 0.8% | - |
| XYZ | 32.04 | 19.3 | 27.63 | - |
| YUV | 118.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 142 | 0 | 0.65 | 0.30 | 0.2 | 327.97 | 0.57 | 0.54 |
| Hex | CC | 47 | 8E | 0 | 41 | 1E | 14 | 148 | 39 | 36 |
| Octal | 314 | 107 | 216 | 0 | 101 | 36 | 24 | 510 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10001110 | 0 | 1000001 | 11110 | 10100 | 101001000 | 111001 | 110110 |
Color Harmonies of #CC478E
Complementary color
Monochromatic Colors of #CC478E
Black with #CC478E
Text Example
Text Example
White with #CC478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC478E; }
p { color: rgb(204,71,142); }
H1.HeaderClassName
{
color: #CC478E;
}
.AnyTagClassName
{
color: #CC478E;
}
</style>
background-color css
<style>
a { background-color: #CC478E; }
a { background-color: rgb(204,71,142); }
div.DivClassName
{
background-color: #CC478E;
}
.BgClassName
{
background-color: #CC478E;
}
</style>
border-color css
<style>
span { border-color: #CC478E; }
span { border-color: rgb(204,71,142); }
td.TdClassName
{
border-color: #CC478E;
}
.TagClassName
{
border-color: #CC478E;
}
</style>