Shades of Mulberry #CC4180
Tints of Mulberry #CC4180
RGB
CMYK
RGB Variations
Color information
#CC4180 (or 0xCC4180) is known color: Mulberry. HEX triplet: CC, 41 and 80. RGB value is (204,65,128). Sum of RGB (Red+Green+Blue) = 204+65+128=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4180 is #33BE7F. Grayscale: #717171. Windows color (decimal): -3391104 or 8405452. OLE color: 8405452.
HSL color Cylindrical-coordinate representation of color #CC4180: hue angle of 332.81º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4180 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 128 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.2 |
| HSL | 332.81º | 0.58% | 0.53% | - |
| HSV(B) | 332.81º | 0.68% | 0.8% | - |
| XYZ | 30.69 | 18.18 | 22.31 | - |
| YUV | 113.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 128 | 0 | 0.68 | 0.37 | 0.2 | 332.81 | 0.58 | 0.53 |
| Hex | CC | 41 | 80 | 0 | 44 | 25 | 14 | 14D | 3A | 35 |
| Octal | 314 | 101 | 200 | 0 | 104 | 45 | 24 | 515 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10000000 | 0 | 1000100 | 100101 | 10100 | 101001101 | 111010 | 110101 |
Color Harmonies of #CC4180
Complementary color
Monochromatic Colors of #CC4180
Black with #CC4180
Text Example
Text Example
White with #CC4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4180; }
p { color: rgb(204,65,128); }
H1.HeaderClassName
{
color: #CC4180;
}
.AnyTagClassName
{
color: #CC4180;
}
</style>
background-color css
<style>
a { background-color: #CC4180; }
a { background-color: rgb(204,65,128); }
div.DivClassName
{
background-color: #CC4180;
}
.BgClassName
{
background-color: #CC4180;
}
</style>
border-color css
<style>
span { border-color: #CC4180; }
span { border-color: rgb(204,65,128); }
td.TdClassName
{
border-color: #CC4180;
}
.TagClassName
{
border-color: #CC4180;
}
</style>