Shades of Mulberry #CC5183
Tints of Mulberry #CC5183
RGB
CMYK
RGB Variations
Color information
#CC5183 (or 0xCC5183) is known color: Mulberry. HEX triplet: CC, 51 and 83. RGB value is (204,81,131). Sum of RGB (Red+Green+Blue) = 204+81+131=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5183 is #33AE7C. Grayscale: #7B7B7B. Windows color (decimal): -3387005 or 8606156. OLE color: 8606156.
HSL color Cylindrical-coordinate representation of color #CC5183: hue angle of 335.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5183 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 131 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.2 |
| HSL | 335.61º | 0.55% | 0.56% | - |
| HSV(B) | 335.61º | 0.6% | 0.8% | - |
| XYZ | 31.94 | 20.36 | 23.72 | - |
| YUV | 123.48 | 132.25 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 131 | 0 | 0.60 | 0.36 | 0.2 | 335.61 | 0.55 | 0.56 |
| Hex | CC | 51 | 83 | 0 | 3C | 24 | 14 | 150 | 37 | 38 |
| Octal | 314 | 121 | 203 | 0 | 74 | 44 | 24 | 520 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10000011 | 0 | 111100 | 100100 | 10100 | 101010000 | 110111 | 111000 |
Color Harmonies of #CC5183
Complementary color
Monochromatic Colors of #CC5183
Black with #CC5183
Text Example
Text Example
White with #CC5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5183; }
p { color: rgb(204,81,131); }
H1.HeaderClassName
{
color: #CC5183;
}
.AnyTagClassName
{
color: #CC5183;
}
</style>
background-color css
<style>
a { background-color: #CC5183; }
a { background-color: rgb(204,81,131); }
div.DivClassName
{
background-color: #CC5183;
}
.BgClassName
{
background-color: #CC5183;
}
</style>
border-color css
<style>
span { border-color: #CC5183; }
span { border-color: rgb(204,81,131); }
td.TdClassName
{
border-color: #CC5183;
}
.TagClassName
{
border-color: #CC5183;
}
</style>