Shades of Mulberry #CC4080
Tints of Mulberry #CC4080
RGB
CMYK
RGB Variations
Color information
#CC4080 (or 0xCC4080) is known color: Mulberry. HEX triplet: CC, 40 and 80. RGB value is (204,64,128). Sum of RGB (Red+Green+Blue) = 204+64+128=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4080 is #33BF7F. Grayscale: #717171. Windows color (decimal): -3391360 or 8405196. OLE color: 8405196.
HSL color Cylindrical-coordinate representation of color #CC4080: hue angle of 332.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4080 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 128 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.2 |
| HSL | 332.57º | 0.58% | 0.53% | - |
| HSV(B) | 332.57º | 0.69% | 0.8% | - |
| XYZ | 30.63 | 18.06 | 22.29 | - |
| YUV | 113.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 128 | 0 | 0.69 | 0.37 | 0.2 | 332.57 | 0.58 | 0.53 |
| Hex | CC | 40 | 80 | 0 | 45 | 25 | 14 | 14D | 3A | 35 |
| Octal | 314 | 100 | 200 | 0 | 105 | 45 | 24 | 515 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10000000 | 0 | 1000101 | 100101 | 10100 | 101001101 | 111010 | 110101 |
Color Harmonies of #CC4080
Complementary color
Monochromatic Colors of #CC4080
Black with #CC4080
Text Example
Text Example
White with #CC4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4080; }
p { color: rgb(204,64,128); }
H1.HeaderClassName
{
color: #CC4080;
}
.AnyTagClassName
{
color: #CC4080;
}
</style>
background-color css
<style>
a { background-color: #CC4080; }
a { background-color: rgb(204,64,128); }
div.DivClassName
{
background-color: #CC4080;
}
.BgClassName
{
background-color: #CC4080;
}
</style>
border-color css
<style>
span { border-color: #CC4080; }
span { border-color: rgb(204,64,128); }
td.TdClassName
{
border-color: #CC4080;
}
.TagClassName
{
border-color: #CC4080;
}
</style>