Shades of Mulberry #CC4584
Tints of Mulberry #CC4584
RGB
CMYK
RGB Variations
Color information
#CC4584 (or 0xCC4584) is known color: Mulberry. HEX triplet: CC, 45 and 84. RGB value is (204,69,132). Sum of RGB (Red+Green+Blue) = 204+69+132=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4584 is #33BA7B. Grayscale: #747474. Windows color (decimal): -3390076 or 8668620. OLE color: 8668620.
HSL color Cylindrical-coordinate representation of color #CC4584: hue angle of 332º 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 #CC4584 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 132 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.2 |
| HSL | 332º | 0.57% | 0.54% | - |
| HSV(B) | 332º | 0.66% | 0.8% | - |
| XYZ | 31.19 | 18.76 | 23.81 | - |
| YUV | 116.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 132 | 0 | 0.66 | 0.35 | 0.2 | 332 | 0.57 | 0.54 |
| Hex | CC | 45 | 84 | 0 | 42 | 23 | 14 | 14C | 39 | 36 |
| Octal | 314 | 105 | 204 | 0 | 102 | 43 | 24 | 514 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10000100 | 0 | 1000010 | 100011 | 10100 | 101001100 | 111001 | 110110 |
Color Harmonies of #CC4584
Complementary color
Monochromatic Colors of #CC4584
Black with #CC4584
Text Example
Text Example
White with #CC4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4584; }
p { color: rgb(204,69,132); }
H1.HeaderClassName
{
color: #CC4584;
}
.AnyTagClassName
{
color: #CC4584;
}
</style>
background-color css
<style>
a { background-color: #CC4584; }
a { background-color: rgb(204,69,132); }
div.DivClassName
{
background-color: #CC4584;
}
.BgClassName
{
background-color: #CC4584;
}
</style>
border-color css
<style>
span { border-color: #CC4584; }
span { border-color: rgb(204,69,132); }
td.TdClassName
{
border-color: #CC4584;
}
.TagClassName
{
border-color: #CC4584;
}
</style>