Shades of Mulberry #CC4580
Tints of Mulberry #CC4580
RGB
CMYK
RGB Variations
Color information
#CC4580 (or 0xCC4580) is known color: Mulberry. HEX triplet: CC, 45 and 80. RGB value is (204,69,128). Sum of RGB (Red+Green+Blue) = 204+69+128=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4580 is #33BA7F. Grayscale: #737373. Windows color (decimal): -3390080 or 8406476. OLE color: 8406476.
HSL color Cylindrical-coordinate representation of color #CC4580: hue angle of 333.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4580 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 128 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.2 |
| HSL | 333.78º | 0.57% | 0.54% | - |
| HSV(B) | 333.78º | 0.66% | 0.8% | - |
| XYZ | 30.93 | 18.65 | 22.39 | - |
| YUV | 116.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 128 | 0 | 0.66 | 0.37 | 0.2 | 333.78 | 0.57 | 0.54 |
| Hex | CC | 45 | 80 | 0 | 42 | 25 | 14 | 14E | 39 | 36 |
| Octal | 314 | 105 | 200 | 0 | 102 | 45 | 24 | 516 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10000000 | 0 | 1000010 | 100101 | 10100 | 101001110 | 111001 | 110110 |
Color Harmonies of #CC4580
Complementary color
Monochromatic Colors of #CC4580
Black with #CC4580
Text Example
Text Example
White with #CC4580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4580; }
p { color: rgb(204,69,128); }
H1.HeaderClassName
{
color: #CC4580;
}
.AnyTagClassName
{
color: #CC4580;
}
</style>
background-color css
<style>
a { background-color: #CC4580; }
a { background-color: rgb(204,69,128); }
div.DivClassName
{
background-color: #CC4580;
}
.BgClassName
{
background-color: #CC4580;
}
</style>
border-color css
<style>
span { border-color: #CC4580; }
span { border-color: rgb(204,69,128); }
td.TdClassName
{
border-color: #CC4580;
}
.TagClassName
{
border-color: #CC4580;
}
</style>