Shades of Mulberry #CC4C94
Tints of Mulberry #CC4C94
RGB
CMYK
RGB Variations
Color information
#CC4C94 (or 0xCC4C94) is known color: Mulberry. HEX triplet: CC, 4C and 94. RGB value is (204,76,148). Sum of RGB (Red+Green+Blue) = 204+76+148=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4C94 is #33B36B. Grayscale: #7A7A7A. Windows color (decimal): -3388268 or 9718988. OLE color: 9718988.
HSL color Cylindrical-coordinate representation of color #CC4C94: hue angle of 326.25º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4C94 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 148 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.2 |
| HSL | 326.25º | 0.56% | 0.55% | - |
| HSV(B) | 326.25º | 0.63% | 0.8% | - |
| XYZ | 32.83 | 20.14 | 30.17 | - |
| YUV | 122.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 148 | 0 | 0.63 | 0.27 | 0.2 | 326.25 | 0.56 | 0.55 |
| Hex | CC | 4C | 94 | 0 | 3F | 1B | 14 | 146 | 38 | 37 |
| Octal | 314 | 114 | 224 | 0 | 77 | 33 | 24 | 506 | 70 | 67 |
| Binary | 11001100 | 1001100 | 10010100 | 0 | 111111 | 11011 | 10100 | 101000110 | 111000 | 110111 |
Color Harmonies of #CC4C94
Complementary color
Monochromatic Colors of #CC4C94
Black with #CC4C94
Text Example
Text Example
White with #CC4C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C94; }
p { color: rgb(204,76,148); }
H1.HeaderClassName
{
color: #CC4C94;
}
.AnyTagClassName
{
color: #CC4C94;
}
</style>
background-color css
<style>
a { background-color: #CC4C94; }
a { background-color: rgb(204,76,148); }
div.DivClassName
{
background-color: #CC4C94;
}
.BgClassName
{
background-color: #CC4C94;
}
</style>
border-color css
<style>
span { border-color: #CC4C94; }
span { border-color: rgb(204,76,148); }
td.TdClassName
{
border-color: #CC4C94;
}
.TagClassName
{
border-color: #CC4C94;
}
</style>