Shades of Mulberry #CC5385
Tints of Mulberry #CC5385
RGB
CMYK
RGB Variations
Color information
#CC5385 (or 0xCC5385) is known color: Mulberry. HEX triplet: CC, 53 and 85. RGB value is (204,83,133). Sum of RGB (Red+Green+Blue) = 204+83+133=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5385 is #33AC7A. Grayscale: #7C7C7C. Windows color (decimal): -3386491 or 8737740. OLE color: 8737740.
HSL color Cylindrical-coordinate representation of color #CC5385: hue angle of 335.21º 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 #CC5385 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 133 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.2 |
| HSL | 335.21º | 0.54% | 0.56% | - |
| HSV(B) | 335.21º | 0.59% | 0.8% | - |
| XYZ | 32.23 | 20.72 | 24.49 | - |
| YUV | 124.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 133 | 0 | 0.59 | 0.35 | 0.2 | 335.21 | 0.54 | 0.56 |
| Hex | CC | 53 | 85 | 0 | 3B | 23 | 14 | 14F | 36 | 38 |
| Octal | 314 | 123 | 205 | 0 | 73 | 43 | 24 | 517 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10000101 | 0 | 111011 | 100011 | 10100 | 101001111 | 110110 | 111000 |
Color Harmonies of #CC5385
Complementary color
Monochromatic Colors of #CC5385
Black with #CC5385
Text Example
Text Example
White with #CC5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5385; }
p { color: rgb(204,83,133); }
H1.HeaderClassName
{
color: #CC5385;
}
.AnyTagClassName
{
color: #CC5385;
}
</style>
background-color css
<style>
a { background-color: #CC5385; }
a { background-color: rgb(204,83,133); }
div.DivClassName
{
background-color: #CC5385;
}
.BgClassName
{
background-color: #CC5385;
}
</style>
border-color css
<style>
span { border-color: #CC5385; }
span { border-color: rgb(204,83,133); }
td.TdClassName
{
border-color: #CC5385;
}
.TagClassName
{
border-color: #CC5385;
}
</style>