Shades of Mulberry #CC5084
Tints of Mulberry #CC5084
RGB
CMYK
RGB Variations
Color information
#CC5084 (or 0xCC5084) is known color: Mulberry. HEX triplet: CC, 50 and 84. RGB value is (204,80,132). Sum of RGB (Red+Green+Blue) = 204+80+132=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5084 is #33AF7B. Grayscale: #7A7A7A. Windows color (decimal): -3387260 or 8671436. OLE color: 8671436.
HSL color Cylindrical-coordinate representation of color #CC5084: hue angle of 334.84º 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 #CC5084 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 132 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.2 |
| HSL | 334.84º | 0.55% | 0.56% | - |
| HSV(B) | 334.84º | 0.61% | 0.8% | - |
| XYZ | 31.94 | 20.24 | 24.05 | - |
| YUV | 123 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 132 | 0 | 0.61 | 0.35 | 0.2 | 334.84 | 0.55 | 0.56 |
| Hex | CC | 50 | 84 | 0 | 3D | 23 | 14 | 14F | 37 | 38 |
| Octal | 314 | 120 | 204 | 0 | 75 | 43 | 24 | 517 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10000100 | 0 | 111101 | 100011 | 10100 | 101001111 | 110111 | 111000 |
Color Harmonies of #CC5084
Complementary color
Monochromatic Colors of #CC5084
Black with #CC5084
Text Example
Text Example
White with #CC5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5084; }
p { color: rgb(204,80,132); }
H1.HeaderClassName
{
color: #CC5084;
}
.AnyTagClassName
{
color: #CC5084;
}
</style>
background-color css
<style>
a { background-color: #CC5084; }
a { background-color: rgb(204,80,132); }
div.DivClassName
{
background-color: #CC5084;
}
.BgClassName
{
background-color: #CC5084;
}
</style>
border-color css
<style>
span { border-color: #CC5084; }
span { border-color: rgb(204,80,132); }
td.TdClassName
{
border-color: #CC5084;
}
.TagClassName
{
border-color: #CC5084;
}
</style>