Shades of Mulberry #CC579D
Tints of Mulberry #CC579D
RGB
CMYK
RGB Variations
Color information
#CC579D (or 0xCC579D) is known color: Mulberry. HEX triplet: CC, 57 and 9D. RGB value is (204,87,157). Sum of RGB (Red+Green+Blue) = 204+87+157=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC579D is #33A862. Grayscale: #818181. Windows color (decimal): -3385443 or 10311628. OLE color: 10311628.
HSL color Cylindrical-coordinate representation of color #CC579D: hue angle of 324.1º 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 #CC579D is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 157 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.2 |
| HSL | 324.1º | 0.53% | 0.57% | - |
| HSV(B) | 324.1º | 0.57% | 0.8% | - |
| XYZ | 34.4 | 22.09 | 34.35 | - |
| YUV | 129.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 157 | 0 | 0.57 | 0.23 | 0.2 | 324.1 | 0.53 | 0.57 |
| Hex | CC | 57 | 9D | 0 | 39 | 17 | 14 | 144 | 35 | 39 |
| Octal | 314 | 127 | 235 | 0 | 71 | 27 | 24 | 504 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10011101 | 0 | 111001 | 10111 | 10100 | 101000100 | 110101 | 111001 |
Color Harmonies of #CC579D
Complementary color
Monochromatic Colors of #CC579D
Black with #CC579D
Text Example
Text Example
White with #CC579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC579D; }
p { color: rgb(204,87,157); }
H1.HeaderClassName
{
color: #CC579D;
}
.AnyTagClassName
{
color: #CC579D;
}
</style>
background-color css
<style>
a { background-color: #CC579D; }
a { background-color: rgb(204,87,157); }
div.DivClassName
{
background-color: #CC579D;
}
.BgClassName
{
background-color: #CC579D;
}
</style>
border-color css
<style>
span { border-color: #CC579D; }
span { border-color: rgb(204,87,157); }
td.TdClassName
{
border-color: #CC579D;
}
.TagClassName
{
border-color: #CC579D;
}
</style>