Shades of Mulberry #CC4E8E
Tints of Mulberry #CC4E8E
RGB
CMYK
RGB Variations
Color information
#CC4E8E (or 0xCC4E8E) is known color: Mulberry. HEX triplet: CC, 4E and 8E. RGB value is (204,78,142). Sum of RGB (Red+Green+Blue) = 204+78+142=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4E8E is #33B171. Grayscale: #7A7A7A. Windows color (decimal): -3387762 or 9326284. OLE color: 9326284.
HSL color Cylindrical-coordinate representation of color #CC4E8E: hue angle of 329.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4E8E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 142 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.2 |
| HSL | 329.52º | 0.55% | 0.55% | - |
| HSV(B) | 329.52º | 0.62% | 0.8% | - |
| XYZ | 32.51 | 20.24 | 27.78 | - |
| YUV | 122.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 142 | 0 | 0.62 | 0.30 | 0.2 | 329.52 | 0.55 | 0.55 |
| Hex | CC | 4E | 8E | 0 | 3E | 1E | 14 | 14A | 37 | 37 |
| Octal | 314 | 116 | 216 | 0 | 76 | 36 | 24 | 512 | 67 | 67 |
| Binary | 11001100 | 1001110 | 10001110 | 0 | 111110 | 11110 | 10100 | 101001010 | 110111 | 110111 |
Color Harmonies of #CC4E8E
Complementary color
Monochromatic Colors of #CC4E8E
Black with #CC4E8E
Text Example
Text Example
White with #CC4E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E8E; }
p { color: rgb(204,78,142); }
H1.HeaderClassName
{
color: #CC4E8E;
}
.AnyTagClassName
{
color: #CC4E8E;
}
</style>
background-color css
<style>
a { background-color: #CC4E8E; }
a { background-color: rgb(204,78,142); }
div.DivClassName
{
background-color: #CC4E8E;
}
.BgClassName
{
background-color: #CC4E8E;
}
</style>
border-color css
<style>
span { border-color: #CC4E8E; }
span { border-color: rgb(204,78,142); }
td.TdClassName
{
border-color: #CC4E8E;
}
.TagClassName
{
border-color: #CC4E8E;
}
</style>