Shades of Mulberry #CC579A
Tints of Mulberry #CC579A
RGB
CMYK
RGB Variations
Color information
#CC579A (or 0xCC579A) is known color: Mulberry. HEX triplet: CC, 57 and 9A. RGB value is (204,87,154). Sum of RGB (Red+Green+Blue) = 204+87+154=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC579A is #33A865. Grayscale: #818181. Windows color (decimal): -3385446 or 10115020. OLE color: 10115020.
HSL color Cylindrical-coordinate representation of color #CC579A: hue angle of 325.64º 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 #CC579A is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 154 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.2 |
| HSL | 325.64º | 0.53% | 0.57% | - |
| HSV(B) | 325.64º | 0.57% | 0.8% | - |
| XYZ | 34.14 | 21.99 | 33.02 | - |
| YUV | 129.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 154 | 0 | 0.57 | 0.25 | 0.2 | 325.64 | 0.53 | 0.57 |
| Hex | CC | 57 | 9A | 0 | 39 | 19 | 14 | 146 | 35 | 39 |
| Octal | 314 | 127 | 232 | 0 | 71 | 31 | 24 | 506 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10011010 | 0 | 111001 | 11001 | 10100 | 101000110 | 110101 | 111001 |
Color Harmonies of #CC579A
Complementary color
Monochromatic Colors of #CC579A
Black with #CC579A
Text Example
Text Example
White with #CC579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC579A; }
p { color: rgb(204,87,154); }
H1.HeaderClassName
{
color: #CC579A;
}
.AnyTagClassName
{
color: #CC579A;
}
</style>
background-color css
<style>
a { background-color: #CC579A; }
a { background-color: rgb(204,87,154); }
div.DivClassName
{
background-color: #CC579A;
}
.BgClassName
{
background-color: #CC579A;
}
</style>
border-color css
<style>
span { border-color: #CC579A; }
span { border-color: rgb(204,87,154); }
td.TdClassName
{
border-color: #CC579A;
}
.TagClassName
{
border-color: #CC579A;
}
</style>