Shades of Mulberry #CC5A8C
Tints of Mulberry #CC5A8C
RGB
CMYK
RGB Variations
Color information
#CC5A8C (or 0xCC5A8C) is known color: Mulberry. HEX triplet: CC, 5A and 8C. RGB value is (204,90,140). Sum of RGB (Red+Green+Blue) = 204+90+140=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A8C is #33A573. Grayscale: #818181. Windows color (decimal): -3384692 or 9198284. OLE color: 9198284.
HSL color Cylindrical-coordinate representation of color #CC5A8C: hue angle of 333.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A8C is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 140 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.2 |
| HSL | 333.68º | 0.53% | 0.58% | - |
| HSV(B) | 333.68º | 0.56% | 0.8% | - |
| XYZ | 33.29 | 22.04 | 27.31 | - |
| YUV | 129.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 140 | 0 | 0.56 | 0.31 | 0.2 | 333.68 | 0.53 | 0.58 |
| Hex | CC | 5A | 8C | 0 | 38 | 1F | 14 | 14E | 35 | 3A |
| Octal | 314 | 132 | 214 | 0 | 70 | 37 | 24 | 516 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10001100 | 0 | 111000 | 11111 | 10100 | 101001110 | 110101 | 111010 |
Color Harmonies of #CC5A8C
Complementary color
Monochromatic Colors of #CC5A8C
Black with #CC5A8C
Text Example
Text Example
White with #CC5A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A8C; }
p { color: rgb(204,90,140); }
H1.HeaderClassName
{
color: #CC5A8C;
}
.AnyTagClassName
{
color: #CC5A8C;
}
</style>
background-color css
<style>
a { background-color: #CC5A8C; }
a { background-color: rgb(204,90,140); }
div.DivClassName
{
background-color: #CC5A8C;
}
.BgClassName
{
background-color: #CC5A8C;
}
</style>
border-color css
<style>
span { border-color: #CC5A8C; }
span { border-color: rgb(204,90,140); }
td.TdClassName
{
border-color: #CC5A8C;
}
.TagClassName
{
border-color: #CC5A8C;
}
</style>