Shades of Mulberry #CC488C
Tints of Mulberry #CC488C
RGB
CMYK
RGB Variations
Color information
#CC488C (or 0xCC488C) is known color: Mulberry. HEX triplet: CC, 48 and 8C. RGB value is (204,72,140). Sum of RGB (Red+Green+Blue) = 204+72+140=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC488C is #33B773. Grayscale: #777777. Windows color (decimal): -3389300 or 9193676. OLE color: 9193676.
HSL color Cylindrical-coordinate representation of color #CC488C: hue angle of 329.09º 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 #CC488C is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 140 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.2 |
| HSL | 329.09º | 0.56% | 0.54% | - |
| HSV(B) | 329.09º | 0.65% | 0.8% | - |
| XYZ | 31.95 | 19.37 | 26.86 | - |
| YUV | 119.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 140 | 0 | 0.65 | 0.31 | 0.2 | 329.09 | 0.56 | 0.54 |
| Hex | CC | 48 | 8C | 0 | 41 | 1F | 14 | 149 | 38 | 36 |
| Octal | 314 | 110 | 214 | 0 | 101 | 37 | 24 | 511 | 70 | 66 |
| Binary | 11001100 | 1001000 | 10001100 | 0 | 1000001 | 11111 | 10100 | 101001001 | 111000 | 110110 |
Color Harmonies of #CC488C
Complementary color
Monochromatic Colors of #CC488C
Black with #CC488C
Text Example
Text Example
White with #CC488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC488C; }
p { color: rgb(204,72,140); }
H1.HeaderClassName
{
color: #CC488C;
}
.AnyTagClassName
{
color: #CC488C;
}
</style>
background-color css
<style>
a { background-color: #CC488C; }
a { background-color: rgb(204,72,140); }
div.DivClassName
{
background-color: #CC488C;
}
.BgClassName
{
background-color: #CC488C;
}
</style>
border-color css
<style>
span { border-color: #CC488C; }
span { border-color: rgb(204,72,140); }
td.TdClassName
{
border-color: #CC488C;
}
.TagClassName
{
border-color: #CC488C;
}
</style>