Shades of Mulberry #CC529E
Tints of Mulberry #CC529E
RGB
CMYK
RGB Variations
Color information
#CC529E (or 0xCC529E) is known color: Mulberry. HEX triplet: CC, 52 and 9E. RGB value is (204,82,158). Sum of RGB (Red+Green+Blue) = 204+82+158=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC529E is #33AD61. Grayscale: #7E7E7E. Windows color (decimal): -3386722 or 10375884. OLE color: 10375884.
HSL color Cylindrical-coordinate representation of color #CC529E: hue angle of 322.62º 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 #CC529E is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 158 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.2 |
| HSL | 322.62º | 0.54% | 0.56% | - |
| HSV(B) | 322.62º | 0.6% | 0.8% | - |
| XYZ | 34.09 | 21.34 | 34.67 | - |
| YUV | 127.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 158 | 0 | 0.60 | 0.23 | 0.2 | 322.62 | 0.54 | 0.56 |
| Hex | CC | 52 | 9E | 0 | 3C | 17 | 14 | 143 | 36 | 38 |
| Octal | 314 | 122 | 236 | 0 | 74 | 27 | 24 | 503 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10011110 | 0 | 111100 | 10111 | 10100 | 101000011 | 110110 | 111000 |
Color Harmonies of #CC529E
Complementary color
Monochromatic Colors of #CC529E
Black with #CC529E
Text Example
Text Example
White with #CC529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC529E; }
p { color: rgb(204,82,158); }
H1.HeaderClassName
{
color: #CC529E;
}
.AnyTagClassName
{
color: #CC529E;
}
</style>
background-color css
<style>
a { background-color: #CC529E; }
a { background-color: rgb(204,82,158); }
div.DivClassName
{
background-color: #CC529E;
}
.BgClassName
{
background-color: #CC529E;
}
</style>
border-color css
<style>
span { border-color: #CC529E; }
span { border-color: rgb(204,82,158); }
td.TdClassName
{
border-color: #CC529E;
}
.TagClassName
{
border-color: #CC529E;
}
</style>