Shades of Mulberry #CC5A94
Tints of Mulberry #CC5A94
RGB
CMYK
RGB Variations
Color information
#CC5A94 (or 0xCC5A94) is known color: Mulberry. HEX triplet: CC, 5A and 94. RGB value is (204,90,148). Sum of RGB (Red+Green+Blue) = 204+90+148=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A94 is #33A56B. Grayscale: #828282. Windows color (decimal): -3384684 or 9722572. OLE color: 9722572.
HSL color Cylindrical-coordinate representation of color #CC5A94: hue angle of 329.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A94 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 148 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.2 |
| HSL | 329.47º | 0.53% | 0.58% | - |
| HSV(B) | 329.47º | 0.56% | 0.8% | - |
| XYZ | 33.9 | 22.29 | 30.53 | - |
| YUV | 130.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 148 | 0 | 0.56 | 0.27 | 0.2 | 329.47 | 0.53 | 0.58 |
| Hex | CC | 5A | 94 | 0 | 38 | 1B | 14 | 149 | 35 | 3A |
| Octal | 314 | 132 | 224 | 0 | 70 | 33 | 24 | 511 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10010100 | 0 | 111000 | 11011 | 10100 | 101001001 | 110101 | 111010 |
Color Harmonies of #CC5A94
Complementary color
Monochromatic Colors of #CC5A94
Black with #CC5A94
Text Example
Text Example
White with #CC5A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A94; }
p { color: rgb(204,90,148); }
H1.HeaderClassName
{
color: #CC5A94;
}
.AnyTagClassName
{
color: #CC5A94;
}
</style>
background-color css
<style>
a { background-color: #CC5A94; }
a { background-color: rgb(204,90,148); }
div.DivClassName
{
background-color: #CC5A94;
}
.BgClassName
{
background-color: #CC5A94;
}
</style>
border-color css
<style>
span { border-color: #CC5A94; }
span { border-color: rgb(204,90,148); }
td.TdClassName
{
border-color: #CC5A94;
}
.TagClassName
{
border-color: #CC5A94;
}
</style>