Shades of Mulberry #CC529A
Tints of Mulberry #CC529A
RGB
CMYK
RGB Variations
Color information
#CC529A (or 0xCC529A) is known color: Mulberry. HEX triplet: CC, 52 and 9A. RGB value is (204,82,154). Sum of RGB (Red+Green+Blue) = 204+82+154=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC529A is #33AD65. Grayscale: #7E7E7E. Windows color (decimal): -3386726 or 10113740. OLE color: 10113740.
HSL color Cylindrical-coordinate representation of color #CC529A: hue angle of 324.59º 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 #CC529A is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 154 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.2 |
| HSL | 324.59º | 0.54% | 0.56% | - |
| HSV(B) | 324.59º | 0.6% | 0.8% | - |
| XYZ | 33.75 | 21.21 | 32.89 | - |
| YUV | 126.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 154 | 0 | 0.60 | 0.25 | 0.2 | 324.59 | 0.54 | 0.56 |
| Hex | CC | 52 | 9A | 0 | 3C | 19 | 14 | 145 | 36 | 38 |
| Octal | 314 | 122 | 232 | 0 | 74 | 31 | 24 | 505 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10011010 | 0 | 111100 | 11001 | 10100 | 101000101 | 110110 | 111000 |
Color Harmonies of #CC529A
Complementary color
Monochromatic Colors of #CC529A
Black with #CC529A
Text Example
Text Example
White with #CC529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC529A; }
p { color: rgb(204,82,154); }
H1.HeaderClassName
{
color: #CC529A;
}
.AnyTagClassName
{
color: #CC529A;
}
</style>
background-color css
<style>
a { background-color: #CC529A; }
a { background-color: rgb(204,82,154); }
div.DivClassName
{
background-color: #CC529A;
}
.BgClassName
{
background-color: #CC529A;
}
</style>
border-color css
<style>
span { border-color: #CC529A; }
span { border-color: rgb(204,82,154); }
td.TdClassName
{
border-color: #CC529A;
}
.TagClassName
{
border-color: #CC529A;
}
</style>