Shades of Mulberry #CC5085
Tints of Mulberry #CC5085
RGB
CMYK
RGB Variations
Color information
#CC5085 (or 0xCC5085) is known color: Mulberry. HEX triplet: CC, 50 and 85. RGB value is (204,80,133). Sum of RGB (Red+Green+Blue) = 204+80+133=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5085 is #33AF7A. Grayscale: #7B7B7B. Windows color (decimal): -3387259 or 8736972. OLE color: 8736972.
HSL color Cylindrical-coordinate representation of color #CC5085: hue angle of 334.35º 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 #CC5085 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 133 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.2 |
| HSL | 334.35º | 0.55% | 0.56% | - |
| HSV(B) | 334.35º | 0.61% | 0.8% | - |
| XYZ | 32 | 20.27 | 24.42 | - |
| YUV | 123.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 133 | 0 | 0.61 | 0.35 | 0.2 | 334.35 | 0.55 | 0.56 |
| Hex | CC | 50 | 85 | 0 | 3D | 23 | 14 | 14E | 37 | 38 |
| Octal | 314 | 120 | 205 | 0 | 75 | 43 | 24 | 516 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10000101 | 0 | 111101 | 100011 | 10100 | 101001110 | 110111 | 111000 |
Color Harmonies of #CC5085
Complementary color
Monochromatic Colors of #CC5085
Black with #CC5085
Text Example
Text Example
White with #CC5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5085; }
p { color: rgb(204,80,133); }
H1.HeaderClassName
{
color: #CC5085;
}
.AnyTagClassName
{
color: #CC5085;
}
</style>
background-color css
<style>
a { background-color: #CC5085; }
a { background-color: rgb(204,80,133); }
div.DivClassName
{
background-color: #CC5085;
}
.BgClassName
{
background-color: #CC5085;
}
</style>
border-color css
<style>
span { border-color: #CC5085; }
span { border-color: rgb(204,80,133); }
td.TdClassName
{
border-color: #CC5085;
}
.TagClassName
{
border-color: #CC5085;
}
</style>