Shades of Mulberry #CC4F9E
Tints of Mulberry #CC4F9E
RGB
CMYK
RGB Variations
Color information
#CC4F9E (or 0xCC4F9E) is known color: Mulberry. HEX triplet: CC, 4F and 9E. RGB value is (204,79,158). Sum of RGB (Red+Green+Blue) = 204+79+158=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F9E is #33B061. Grayscale: #7D7D7D. Windows color (decimal): -3387490 or 10375116. OLE color: 10375116.
HSL color Cylindrical-coordinate representation of color #CC4F9E: hue angle of 322.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4F9E is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 158 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.2 |
| HSL | 322.08º | 0.55% | 0.55% | - |
| HSV(B) | 322.08º | 0.61% | 0.8% | - |
| XYZ | 33.87 | 20.9 | 34.6 | - |
| YUV | 125.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 158 | 0 | 0.61 | 0.23 | 0.2 | 322.08 | 0.55 | 0.55 |
| Hex | CC | 4F | 9E | 0 | 3D | 17 | 14 | 142 | 37 | 37 |
| Octal | 314 | 117 | 236 | 0 | 75 | 27 | 24 | 502 | 67 | 67 |
| Binary | 11001100 | 1001111 | 10011110 | 0 | 111101 | 10111 | 10100 | 101000010 | 110111 | 110111 |
Color Harmonies of #CC4F9E
Complementary color
Monochromatic Colors of #CC4F9E
Black with #CC4F9E
Text Example
Text Example
White with #CC4F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F9E; }
p { color: rgb(204,79,158); }
H1.HeaderClassName
{
color: #CC4F9E;
}
.AnyTagClassName
{
color: #CC4F9E;
}
</style>
background-color css
<style>
a { background-color: #CC4F9E; }
a { background-color: rgb(204,79,158); }
div.DivClassName
{
background-color: #CC4F9E;
}
.BgClassName
{
background-color: #CC4F9E;
}
</style>
border-color css
<style>
span { border-color: #CC4F9E; }
span { border-color: rgb(204,79,158); }
td.TdClassName
{
border-color: #CC4F9E;
}
.TagClassName
{
border-color: #CC4F9E;
}
</style>