Shades of Mulberry #CC5391
Tints of Mulberry #CC5391
RGB
CMYK
RGB Variations
Color information
#CC5391 (or 0xCC5391) is known color: Mulberry. HEX triplet: CC, 53 and 91. RGB value is (204,83,145). Sum of RGB (Red+Green+Blue) = 204+83+145=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5391 is #33AC6E. Grayscale: #7E7E7E. Windows color (decimal): -3386479 or 9524172. OLE color: 9524172.
HSL color Cylindrical-coordinate representation of color #CC5391: hue angle of 329.26º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5391 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 145 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.2 |
| HSL | 329.26º | 0.54% | 0.56% | - |
| HSV(B) | 329.26º | 0.59% | 0.8% | - |
| XYZ | 33.11 | 21.07 | 29.11 | - |
| YUV | 126.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 145 | 0 | 0.59 | 0.29 | 0.2 | 329.26 | 0.54 | 0.56 |
| Hex | CC | 53 | 91 | 0 | 3B | 1D | 14 | 149 | 36 | 38 |
| Octal | 314 | 123 | 221 | 0 | 73 | 35 | 24 | 511 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10010001 | 0 | 111011 | 11101 | 10100 | 101001001 | 110110 | 111000 |
Color Harmonies of #CC5391
Complementary color
Monochromatic Colors of #CC5391
Black with #CC5391
Text Example
Text Example
White with #CC5391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5391; }
p { color: rgb(204,83,145); }
H1.HeaderClassName
{
color: #CC5391;
}
.AnyTagClassName
{
color: #CC5391;
}
</style>
background-color css
<style>
a { background-color: #CC5391; }
a { background-color: rgb(204,83,145); }
div.DivClassName
{
background-color: #CC5391;
}
.BgClassName
{
background-color: #CC5391;
}
</style>
border-color css
<style>
span { border-color: #CC5391; }
span { border-color: rgb(204,83,145); }
td.TdClassName
{
border-color: #CC5391;
}
.TagClassName
{
border-color: #CC5391;
}
</style>