Shades of Mulberry #CC55A4
Tints of Mulberry #CC55A4
RGB
CMYK
RGB Variations
Color information
#CC55A4 (or 0xCC55A4) is known color: Mulberry. HEX triplet: CC, 55 and A4. RGB value is (204,85,164). Sum of RGB (Red+Green+Blue) = 204+85+164=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55A4 is #33AA5B. Grayscale: #818181. Windows color (decimal): -3385948 or 10769868. OLE color: 10769868.
HSL color Cylindrical-coordinate representation of color #CC55A4: hue angle of 320.17º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC55A4 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 164 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.2 |
| HSL | 320.17º | 0.54% | 0.57% | - |
| HSV(B) | 320.17º | 0.58% | 0.8% | - |
| XYZ | 34.85 | 22.01 | 37.53 | - |
| YUV | 129.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 164 | 0 | 0.58 | 0.20 | 0.2 | 320.17 | 0.54 | 0.57 |
| Hex | CC | 55 | A4 | 0 | 3A | 14 | 14 | 140 | 36 | 39 |
| Octal | 314 | 125 | 244 | 0 | 72 | 24 | 24 | 500 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10100100 | 0 | 111010 | 10100 | 10100 | 101000000 | 110110 | 111001 |
Color Harmonies of #CC55A4
Complementary color
Monochromatic Colors of #CC55A4
Black with #CC55A4
Text Example
Text Example
White with #CC55A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55A4; }
p { color: rgb(204,85,164); }
H1.HeaderClassName
{
color: #CC55A4;
}
.AnyTagClassName
{
color: #CC55A4;
}
</style>
background-color css
<style>
a { background-color: #CC55A4; }
a { background-color: rgb(204,85,164); }
div.DivClassName
{
background-color: #CC55A4;
}
.BgClassName
{
background-color: #CC55A4;
}
</style>
border-color css
<style>
span { border-color: #CC55A4; }
span { border-color: rgb(204,85,164); }
td.TdClassName
{
border-color: #CC55A4;
}
.TagClassName
{
border-color: #CC55A4;
}
</style>