Shades of Mulberry #CC488E
Tints of Mulberry #CC488E
RGB
CMYK
RGB Variations
Color information
#CC488E (or 0xCC488E) is known color: Mulberry. HEX triplet: CC, 48 and 8E. RGB value is (204,72,142). Sum of RGB (Red+Green+Blue) = 204+72+142=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC488E is #33B771. Grayscale: #777777. Windows color (decimal): -3389298 or 9324748. OLE color: 9324748.
HSL color Cylindrical-coordinate representation of color #CC488E: hue angle of 328.18º 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 #CC488E is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 142 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.2 |
| HSL | 328.18º | 0.56% | 0.54% | - |
| HSV(B) | 328.18º | 0.65% | 0.8% | - |
| XYZ | 32.1 | 19.43 | 27.65 | - |
| YUV | 119.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 142 | 0 | 0.65 | 0.30 | 0.2 | 328.18 | 0.56 | 0.54 |
| Hex | CC | 48 | 8E | 0 | 41 | 1E | 14 | 148 | 38 | 36 |
| Octal | 314 | 110 | 216 | 0 | 101 | 36 | 24 | 510 | 70 | 66 |
| Binary | 11001100 | 1001000 | 10001110 | 0 | 1000001 | 11110 | 10100 | 101001000 | 111000 | 110110 |
Color Harmonies of #CC488E
Complementary color
Monochromatic Colors of #CC488E
Black with #CC488E
Text Example
Text Example
White with #CC488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC488E; }
p { color: rgb(204,72,142); }
H1.HeaderClassName
{
color: #CC488E;
}
.AnyTagClassName
{
color: #CC488E;
}
</style>
background-color css
<style>
a { background-color: #CC488E; }
a { background-color: rgb(204,72,142); }
div.DivClassName
{
background-color: #CC488E;
}
.BgClassName
{
background-color: #CC488E;
}
</style>
border-color css
<style>
span { border-color: #CC488E; }
span { border-color: rgb(204,72,142); }
td.TdClassName
{
border-color: #CC488E;
}
.TagClassName
{
border-color: #CC488E;
}
</style>