Shades of Mulberry #CC579F
Tints of Mulberry #CC579F
RGB
CMYK
RGB Variations
Color information
#CC579F (or 0xCC579F) is known color: Mulberry. HEX triplet: CC, 57 and 9F. RGB value is (204,87,159). Sum of RGB (Red+Green+Blue) = 204+87+159=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC579F is #33A860. Grayscale: #828282. Windows color (decimal): -3385441 or 10442700. OLE color: 10442700.
HSL color Cylindrical-coordinate representation of color #CC579F: hue angle of 323.08º 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 #CC579F is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 159 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.2 |
| HSL | 323.08º | 0.53% | 0.57% | - |
| HSV(B) | 323.08º | 0.57% | 0.8% | - |
| XYZ | 34.57 | 22.16 | 35.26 | - |
| YUV | 130.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 159 | 0 | 0.57 | 0.22 | 0.2 | 323.08 | 0.53 | 0.57 |
| Hex | CC | 57 | 9F | 0 | 39 | 16 | 14 | 143 | 35 | 39 |
| Octal | 314 | 127 | 237 | 0 | 71 | 26 | 24 | 503 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10011111 | 0 | 111001 | 10110 | 10100 | 101000011 | 110101 | 111001 |
Color Harmonies of #CC579F
Complementary color
Monochromatic Colors of #CC579F
Black with #CC579F
Text Example
Text Example
White with #CC579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC579F; }
p { color: rgb(204,87,159); }
H1.HeaderClassName
{
color: #CC579F;
}
.AnyTagClassName
{
color: #CC579F;
}
</style>
background-color css
<style>
a { background-color: #CC579F; }
a { background-color: rgb(204,87,159); }
div.DivClassName
{
background-color: #CC579F;
}
.BgClassName
{
background-color: #CC579F;
}
</style>
border-color css
<style>
span { border-color: #CC579F; }
span { border-color: rgb(204,87,159); }
td.TdClassName
{
border-color: #CC579F;
}
.TagClassName
{
border-color: #CC579F;
}
</style>