Shades of Mulberry #CC4586
Tints of Mulberry #CC4586
RGB
CMYK
RGB Variations
Color information
#CC4586 (or 0xCC4586) is known color: Mulberry. HEX triplet: CC, 45 and 86. RGB value is (204,69,134). Sum of RGB (Red+Green+Blue) = 204+69+134=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4586 is #33BA79. Grayscale: #747474. Windows color (decimal): -3390074 or 8799692. OLE color: 8799692.
HSL color Cylindrical-coordinate representation of color #CC4586: hue angle of 331.11º 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 #CC4586 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 134 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.2 |
| HSL | 331.11º | 0.57% | 0.54% | - |
| HSV(B) | 331.11º | 0.66% | 0.8% | - |
| XYZ | 31.33 | 18.81 | 24.53 | - |
| YUV | 116.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 134 | 0 | 0.66 | 0.34 | 0.2 | 331.11 | 0.57 | 0.54 |
| Hex | CC | 45 | 86 | 0 | 42 | 22 | 14 | 14B | 39 | 36 |
| Octal | 314 | 105 | 206 | 0 | 102 | 42 | 24 | 513 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10000110 | 0 | 1000010 | 100010 | 10100 | 101001011 | 111001 | 110110 |
Color Harmonies of #CC4586
Complementary color
Monochromatic Colors of #CC4586
Black with #CC4586
Text Example
Text Example
White with #CC4586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4586; }
p { color: rgb(204,69,134); }
H1.HeaderClassName
{
color: #CC4586;
}
.AnyTagClassName
{
color: #CC4586;
}
</style>
background-color css
<style>
a { background-color: #CC4586; }
a { background-color: rgb(204,69,134); }
div.DivClassName
{
background-color: #CC4586;
}
.BgClassName
{
background-color: #CC4586;
}
</style>
border-color css
<style>
span { border-color: #CC4586; }
span { border-color: rgb(204,69,134); }
td.TdClassName
{
border-color: #CC4586;
}
.TagClassName
{
border-color: #CC4586;
}
</style>