Shades of Mulberry #CC487E
Tints of Mulberry #CC487E
RGB
CMYK
RGB Variations
Color information
#CC487E (or 0xCC487E) is known color: Mulberry. HEX triplet: CC, 48 and 7E. RGB value is (204,72,126). Sum of RGB (Red+Green+Blue) = 204+72+126=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC487E is #33B781. Grayscale: #757575. Windows color (decimal): -3389314 or 8276172. OLE color: 8276172.
HSL color Cylindrical-coordinate representation of color #CC487E: hue angle of 335.45º degrees, saturation: 0.56, 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 #CC487E is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 126 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.2 |
| HSL | 335.45º | 0.56% | 0.54% | - |
| HSV(B) | 335.45º | 0.65% | 0.8% | - |
| XYZ | 30.99 | 18.98 | 21.77 | - |
| YUV | 117.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 126 | 0 | 0.65 | 0.38 | 0.2 | 335.45 | 0.56 | 0.54 |
| Hex | CC | 48 | 7E | 0 | 41 | 26 | 14 | 14F | 38 | 36 |
| Octal | 314 | 110 | 176 | 0 | 101 | 46 | 24 | 517 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1111110 | 0 | 1000001 | 100110 | 10100 | 101001111 | 111000 | 110110 |
Color Harmonies of #CC487E
Complementary color
Monochromatic Colors of #CC487E
Black with #CC487E
Text Example
Text Example
White with #CC487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC487E; }
p { color: rgb(204,72,126); }
H1.HeaderClassName
{
color: #CC487E;
}
.AnyTagClassName
{
color: #CC487E;
}
</style>
background-color css
<style>
a { background-color: #CC487E; }
a { background-color: rgb(204,72,126); }
div.DivClassName
{
background-color: #CC487E;
}
.BgClassName
{
background-color: #CC487E;
}
</style>
border-color css
<style>
span { border-color: #CC487E; }
span { border-color: rgb(204,72,126); }
td.TdClassName
{
border-color: #CC487E;
}
.TagClassName
{
border-color: #CC487E;
}
</style>