Shades of Mulberry #CC558A
Tints of Mulberry #CC558A
RGB
CMYK
RGB Variations
Color information
#CC558A (or 0xCC558A) is known color: Mulberry. HEX triplet: CC, 55 and 8A. RGB value is (204,85,138). Sum of RGB (Red+Green+Blue) = 204+85+138=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC558A is #33AA75. Grayscale: #7E7E7E. Windows color (decimal): -3385974 or 9065932. OLE color: 9065932.
HSL color Cylindrical-coordinate representation of color #CC558A: hue angle of 333.28º 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 #CC558A is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 138 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.2 |
| HSL | 333.28º | 0.54% | 0.57% | - |
| HSV(B) | 333.28º | 0.58% | 0.8% | - |
| XYZ | 32.74 | 21.17 | 26.41 | - |
| YUV | 126.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 138 | 0 | 0.58 | 0.32 | 0.2 | 333.28 | 0.54 | 0.57 |
| Hex | CC | 55 | 8A | 0 | 3A | 20 | 14 | 14D | 36 | 39 |
| Octal | 314 | 125 | 212 | 0 | 72 | 40 | 24 | 515 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10001010 | 0 | 111010 | 100000 | 10100 | 101001101 | 110110 | 111001 |
Color Harmonies of #CC558A
Complementary color
Monochromatic Colors of #CC558A
Black with #CC558A
Text Example
Text Example
White with #CC558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC558A; }
p { color: rgb(204,85,138); }
H1.HeaderClassName
{
color: #CC558A;
}
.AnyTagClassName
{
color: #CC558A;
}
</style>
background-color css
<style>
a { background-color: #CC558A; }
a { background-color: rgb(204,85,138); }
div.DivClassName
{
background-color: #CC558A;
}
.BgClassName
{
background-color: #CC558A;
}
</style>
border-color css
<style>
span { border-color: #CC558A; }
span { border-color: rgb(204,85,138); }
td.TdClassName
{
border-color: #CC558A;
}
.TagClassName
{
border-color: #CC558A;
}
</style>