Shades of Mulberry #CC5083
Tints of Mulberry #CC5083
RGB
CMYK
RGB Variations
Color information
#CC5083 (or 0xCC5083) is known color: Mulberry. HEX triplet: CC, 50 and 83. RGB value is (204,80,131). Sum of RGB (Red+Green+Blue) = 204+80+131=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5083 is #33AF7C. Grayscale: #7A7A7A. Windows color (decimal): -3387261 or 8605900. OLE color: 8605900.
HSL color Cylindrical-coordinate representation of color #CC5083: hue angle of 335.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5083 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 131 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.2 |
| HSL | 335.32º | 0.55% | 0.56% | - |
| HSV(B) | 335.32º | 0.61% | 0.8% | - |
| XYZ | 31.87 | 20.21 | 23.69 | - |
| YUV | 122.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 131 | 0 | 0.61 | 0.36 | 0.2 | 335.32 | 0.55 | 0.56 |
| Hex | CC | 50 | 83 | 0 | 3D | 24 | 14 | 14F | 37 | 38 |
| Octal | 314 | 120 | 203 | 0 | 75 | 44 | 24 | 517 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10000011 | 0 | 111101 | 100100 | 10100 | 101001111 | 110111 | 111000 |
Color Harmonies of #CC5083
Complementary color
Monochromatic Colors of #CC5083
Black with #CC5083
Text Example
Text Example
White with #CC5083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5083; }
p { color: rgb(204,80,131); }
H1.HeaderClassName
{
color: #CC5083;
}
.AnyTagClassName
{
color: #CC5083;
}
</style>
background-color css
<style>
a { background-color: #CC5083; }
a { background-color: rgb(204,80,131); }
div.DivClassName
{
background-color: #CC5083;
}
.BgClassName
{
background-color: #CC5083;
}
</style>
border-color css
<style>
span { border-color: #CC5083; }
span { border-color: rgb(204,80,131); }
td.TdClassName
{
border-color: #CC5083;
}
.TagClassName
{
border-color: #CC5083;
}
</style>