Shades of Mulberry #CC579B
Tints of Mulberry #CC579B
RGB
CMYK
RGB Variations
Color information
#CC579B (or 0xCC579B) is known color: Mulberry. HEX triplet: CC, 57 and 9B. RGB value is (204,87,155). Sum of RGB (Red+Green+Blue) = 204+87+155=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC579B is #33A864. Grayscale: #818181. Windows color (decimal): -3385445 or 10180556. OLE color: 10180556.
HSL color Cylindrical-coordinate representation of color #CC579B: hue angle of 325.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC579B is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 155 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.2 |
| HSL | 325.13º | 0.53% | 0.57% | - |
| HSV(B) | 325.13º | 0.57% | 0.8% | - |
| XYZ | 34.23 | 22.02 | 33.46 | - |
| YUV | 129.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 155 | 0 | 0.57 | 0.24 | 0.2 | 325.13 | 0.53 | 0.57 |
| Hex | CC | 57 | 9B | 0 | 39 | 18 | 14 | 145 | 35 | 39 |
| Octal | 314 | 127 | 233 | 0 | 71 | 30 | 24 | 505 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10011011 | 0 | 111001 | 11000 | 10100 | 101000101 | 110101 | 111001 |
Color Harmonies of #CC579B
Complementary color
Monochromatic Colors of #CC579B
Black with #CC579B
Text Example
Text Example
White with #CC579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC579B; }
p { color: rgb(204,87,155); }
H1.HeaderClassName
{
color: #CC579B;
}
.AnyTagClassName
{
color: #CC579B;
}
</style>
background-color css
<style>
a { background-color: #CC579B; }
a { background-color: rgb(204,87,155); }
div.DivClassName
{
background-color: #CC579B;
}
.BgClassName
{
background-color: #CC579B;
}
</style>
border-color css
<style>
span { border-color: #CC579B; }
span { border-color: rgb(204,87,155); }
td.TdClassName
{
border-color: #CC579B;
}
.TagClassName
{
border-color: #CC579B;
}
</style>