Shades of Mulberry #CC5483
Tints of Mulberry #CC5483
RGB
CMYK
RGB Variations
Color information
#CC5483 (or 0xCC5483) is known color: Mulberry. HEX triplet: CC, 54 and 83. RGB value is (204,84,131). Sum of RGB (Red+Green+Blue) = 204+84+131=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5483 is #33AB7C. Grayscale: #7D7D7D. Windows color (decimal): -3386237 or 8606924. OLE color: 8606924.
HSL color Cylindrical-coordinate representation of color #CC5483: hue angle of 336.5º 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 #CC5483 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 131 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.2 |
| HSL | 336.5º | 0.54% | 0.56% | - |
| HSV(B) | 336.5º | 0.59% | 0.8% | - |
| XYZ | 32.17 | 20.82 | 23.8 | - |
| YUV | 125.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 131 | 0 | 0.59 | 0.36 | 0.2 | 336.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 83 | 0 | 3B | 24 | 14 | 150 | 36 | 38 |
| Octal | 314 | 124 | 203 | 0 | 73 | 44 | 24 | 520 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10000011 | 0 | 111011 | 100100 | 10100 | 101010000 | 110110 | 111000 |
Color Harmonies of #CC5483
Complementary color
Monochromatic Colors of #CC5483
Black with #CC5483
Text Example
Text Example
White with #CC5483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5483; }
p { color: rgb(204,84,131); }
H1.HeaderClassName
{
color: #CC5483;
}
.AnyTagClassName
{
color: #CC5483;
}
</style>
background-color css
<style>
a { background-color: #CC5483; }
a { background-color: rgb(204,84,131); }
div.DivClassName
{
background-color: #CC5483;
}
.BgClassName
{
background-color: #CC5483;
}
</style>
border-color css
<style>
span { border-color: #CC5483; }
span { border-color: rgb(204,84,131); }
td.TdClassName
{
border-color: #CC5483;
}
.TagClassName
{
border-color: #CC5483;
}
</style>