Shades of Mulberry #CC529D
Tints of Mulberry #CC529D
RGB
CMYK
RGB Variations
Color information
#CC529D (or 0xCC529D) is known color: Mulberry. HEX triplet: CC, 52 and 9D. RGB value is (204,82,157). Sum of RGB (Red+Green+Blue) = 204+82+157=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC529D is #33AD62. Grayscale: #7E7E7E. Windows color (decimal): -3386723 or 10310348. OLE color: 10310348.
HSL color Cylindrical-coordinate representation of color #CC529D: hue angle of 323.11º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC529D is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 157 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.2 |
| HSL | 323.11º | 0.54% | 0.56% | - |
| HSV(B) | 323.11º | 0.6% | 0.8% | - |
| XYZ | 34 | 21.31 | 34.22 | - |
| YUV | 127.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 157 | 0 | 0.60 | 0.23 | 0.2 | 323.11 | 0.54 | 0.56 |
| Hex | CC | 52 | 9D | 0 | 3C | 17 | 14 | 143 | 36 | 38 |
| Octal | 314 | 122 | 235 | 0 | 74 | 27 | 24 | 503 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10011101 | 0 | 111100 | 10111 | 10100 | 101000011 | 110110 | 111000 |
Color Harmonies of #CC529D
Complementary color
Monochromatic Colors of #CC529D
Black with #CC529D
Text Example
Text Example
White with #CC529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC529D; }
p { color: rgb(204,82,157); }
H1.HeaderClassName
{
color: #CC529D;
}
.AnyTagClassName
{
color: #CC529D;
}
</style>
background-color css
<style>
a { background-color: #CC529D; }
a { background-color: rgb(204,82,157); }
div.DivClassName
{
background-color: #CC529D;
}
.BgClassName
{
background-color: #CC529D;
}
</style>
border-color css
<style>
span { border-color: #CC529D; }
span { border-color: rgb(204,82,157); }
td.TdClassName
{
border-color: #CC529D;
}
.TagClassName
{
border-color: #CC529D;
}
</style>