Shades of Mulberry #CC529B
Tints of Mulberry #CC529B
RGB
CMYK
RGB Variations
Color information
#CC529B (or 0xCC529B) is known color: Mulberry. HEX triplet: CC, 52 and 9B. RGB value is (204,82,155). Sum of RGB (Red+Green+Blue) = 204+82+155=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC529B is #33AD64. Grayscale: #7E7E7E. Windows color (decimal): -3386725 or 10179276. OLE color: 10179276.
HSL color Cylindrical-coordinate representation of color #CC529B: hue angle of 324.1º 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 #CC529B is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 155 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.2 |
| HSL | 324.1º | 0.54% | 0.56% | - |
| HSV(B) | 324.1º | 0.6% | 0.8% | - |
| XYZ | 33.84 | 21.24 | 33.33 | - |
| YUV | 126.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 155 | 0 | 0.60 | 0.24 | 0.2 | 324.1 | 0.54 | 0.56 |
| Hex | CC | 52 | 9B | 0 | 3C | 18 | 14 | 144 | 36 | 38 |
| Octal | 314 | 122 | 233 | 0 | 74 | 30 | 24 | 504 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10011011 | 0 | 111100 | 11000 | 10100 | 101000100 | 110110 | 111000 |
Color Harmonies of #CC529B
Complementary color
Monochromatic Colors of #CC529B
Black with #CC529B
Text Example
Text Example
White with #CC529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC529B; }
p { color: rgb(204,82,155); }
H1.HeaderClassName
{
color: #CC529B;
}
.AnyTagClassName
{
color: #CC529B;
}
</style>
background-color css
<style>
a { background-color: #CC529B; }
a { background-color: rgb(204,82,155); }
div.DivClassName
{
background-color: #CC529B;
}
.BgClassName
{
background-color: #CC529B;
}
</style>
border-color css
<style>
span { border-color: #CC529B; }
span { border-color: rgb(204,82,155); }
td.TdClassName
{
border-color: #CC529B;
}
.TagClassName
{
border-color: #CC529B;
}
</style>