Shades of Mulberry #CC528A
Tints of Mulberry #CC528A
RGB
CMYK
RGB Variations
Color information
#CC528A (or 0xCC528A) is known color: Mulberry. HEX triplet: CC, 52 and 8A. RGB value is (204,82,138). Sum of RGB (Red+Green+Blue) = 204+82+138=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC528A is #33AD75. Grayscale: #7C7C7C. Windows color (decimal): -3386742 or 9065164. OLE color: 9065164.
HSL color Cylindrical-coordinate representation of color #CC528A: hue angle of 332.46º 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 #CC528A is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 138 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.2 |
| HSL | 332.46º | 0.54% | 0.56% | - |
| HSV(B) | 332.46º | 0.6% | 0.8% | - |
| XYZ | 32.51 | 20.71 | 26.33 | - |
| YUV | 124.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 138 | 0 | 0.60 | 0.32 | 0.2 | 332.46 | 0.54 | 0.56 |
| Hex | CC | 52 | 8A | 0 | 3C | 20 | 14 | 14C | 36 | 38 |
| Octal | 314 | 122 | 212 | 0 | 74 | 40 | 24 | 514 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10001010 | 0 | 111100 | 100000 | 10100 | 101001100 | 110110 | 111000 |
Color Harmonies of #CC528A
Complementary color
Monochromatic Colors of #CC528A
Black with #CC528A
Text Example
Text Example
White with #CC528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC528A; }
p { color: rgb(204,82,138); }
H1.HeaderClassName
{
color: #CC528A;
}
.AnyTagClassName
{
color: #CC528A;
}
</style>
background-color css
<style>
a { background-color: #CC528A; }
a { background-color: rgb(204,82,138); }
div.DivClassName
{
background-color: #CC528A;
}
.BgClassName
{
background-color: #CC528A;
}
</style>
border-color css
<style>
span { border-color: #CC528A; }
span { border-color: rgb(204,82,138); }
td.TdClassName
{
border-color: #CC528A;
}
.TagClassName
{
border-color: #CC528A;
}
</style>