Shades of Mulberry #CC4F9C
Tints of Mulberry #CC4F9C
RGB
CMYK
RGB Variations
Color information
#CC4F9C (or 0xCC4F9C) is known color: Mulberry. HEX triplet: CC, 4F and 9C. RGB value is (204,79,156). Sum of RGB (Red+Green+Blue) = 204+79+156=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F9C is #33B063. Grayscale: #7C7C7C. Windows color (decimal): -3387492 or 10244044. OLE color: 10244044.
HSL color Cylindrical-coordinate representation of color #CC4F9C: hue angle of 323.04º 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 #CC4F9C is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 156 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.2 |
| HSL | 323.04º | 0.55% | 0.55% | - |
| HSV(B) | 323.04º | 0.61% | 0.8% | - |
| XYZ | 33.7 | 20.83 | 33.7 | - |
| YUV | 125.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 156 | 0 | 0.61 | 0.24 | 0.2 | 323.04 | 0.55 | 0.55 |
| Hex | CC | 4F | 9C | 0 | 3D | 18 | 14 | 143 | 37 | 37 |
| Octal | 314 | 117 | 234 | 0 | 75 | 30 | 24 | 503 | 67 | 67 |
| Binary | 11001100 | 1001111 | 10011100 | 0 | 111101 | 11000 | 10100 | 101000011 | 110111 | 110111 |
Color Harmonies of #CC4F9C
Complementary color
Monochromatic Colors of #CC4F9C
Black with #CC4F9C
Text Example
Text Example
White with #CC4F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F9C; }
p { color: rgb(204,79,156); }
H1.HeaderClassName
{
color: #CC4F9C;
}
.AnyTagClassName
{
color: #CC4F9C;
}
</style>
background-color css
<style>
a { background-color: #CC4F9C; }
a { background-color: rgb(204,79,156); }
div.DivClassName
{
background-color: #CC4F9C;
}
.BgClassName
{
background-color: #CC4F9C;
}
</style>
border-color css
<style>
span { border-color: #CC4F9C; }
span { border-color: rgb(204,79,156); }
td.TdClassName
{
border-color: #CC4F9C;
}
.TagClassName
{
border-color: #CC4F9C;
}
</style>