Shades of Mulberry #CC5384
Tints of Mulberry #CC5384
RGB
CMYK
RGB Variations
Color information
#CC5384 (or 0xCC5384) is known color: Mulberry. HEX triplet: CC, 53 and 84. RGB value is (204,83,132). Sum of RGB (Red+Green+Blue) = 204+83+132=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5384 is #33AC7B. Grayscale: #7C7C7C. Windows color (decimal): -3386492 or 8672204. OLE color: 8672204.
HSL color Cylindrical-coordinate representation of color #CC5384: hue angle of 335.7º 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 #CC5384 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 132 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.2 |
| HSL | 335.7º | 0.54% | 0.56% | - |
| HSV(B) | 335.7º | 0.59% | 0.8% | - |
| XYZ | 32.16 | 20.69 | 24.13 | - |
| YUV | 124.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 132 | 0 | 0.59 | 0.35 | 0.2 | 335.7 | 0.54 | 0.56 |
| Hex | CC | 53 | 84 | 0 | 3B | 23 | 14 | 150 | 36 | 38 |
| Octal | 314 | 123 | 204 | 0 | 73 | 43 | 24 | 520 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10000100 | 0 | 111011 | 100011 | 10100 | 101010000 | 110110 | 111000 |
Color Harmonies of #CC5384
Complementary color
Monochromatic Colors of #CC5384
Black with #CC5384
Text Example
Text Example
White with #CC5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5384; }
p { color: rgb(204,83,132); }
H1.HeaderClassName
{
color: #CC5384;
}
.AnyTagClassName
{
color: #CC5384;
}
</style>
background-color css
<style>
a { background-color: #CC5384; }
a { background-color: rgb(204,83,132); }
div.DivClassName
{
background-color: #CC5384;
}
.BgClassName
{
background-color: #CC5384;
}
</style>
border-color css
<style>
span { border-color: #CC5384; }
span { border-color: rgb(204,83,132); }
td.TdClassName
{
border-color: #CC5384;
}
.TagClassName
{
border-color: #CC5384;
}
</style>