Shades of Mulberry #CC528B
Tints of Mulberry #CC528B
RGB
CMYK
RGB Variations
Color information
#CC528B (or 0xCC528B) is known color: Mulberry. HEX triplet: CC, 52 and 8B. RGB value is (204,82,139). Sum of RGB (Red+Green+Blue) = 204+82+139=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC528B is #33AD74. Grayscale: #7C7C7C. Windows color (decimal): -3386741 or 9130700. OLE color: 9130700.
HSL color Cylindrical-coordinate representation of color #CC528B: hue angle of 331.97º 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 #CC528B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 139 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.2 |
| HSL | 331.97º | 0.54% | 0.56% | - |
| HSV(B) | 331.97º | 0.6% | 0.8% | - |
| XYZ | 32.58 | 20.74 | 26.71 | - |
| YUV | 124.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 139 | 0 | 0.60 | 0.32 | 0.2 | 331.97 | 0.54 | 0.56 |
| Hex | CC | 52 | 8B | 0 | 3C | 20 | 14 | 14C | 36 | 38 |
| Octal | 314 | 122 | 213 | 0 | 74 | 40 | 24 | 514 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10001011 | 0 | 111100 | 100000 | 10100 | 101001100 | 110110 | 111000 |
Color Harmonies of #CC528B
Complementary color
Monochromatic Colors of #CC528B
Black with #CC528B
Text Example
Text Example
White with #CC528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC528B; }
p { color: rgb(204,82,139); }
H1.HeaderClassName
{
color: #CC528B;
}
.AnyTagClassName
{
color: #CC528B;
}
</style>
background-color css
<style>
a { background-color: #CC528B; }
a { background-color: rgb(204,82,139); }
div.DivClassName
{
background-color: #CC528B;
}
.BgClassName
{
background-color: #CC528B;
}
</style>
border-color css
<style>
span { border-color: #CC528B; }
span { border-color: rgb(204,82,139); }
td.TdClassName
{
border-color: #CC528B;
}
.TagClassName
{
border-color: #CC528B;
}
</style>