Shades of Mulberry #CC4687
Tints of Mulberry #CC4687
RGB
CMYK
RGB Variations
Color information
#CC4687 (or 0xCC4687) is known color: Mulberry. HEX triplet: CC, 46 and 87. RGB value is (204,70,135). Sum of RGB (Red+Green+Blue) = 204+70+135=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4687 is #33B978. Grayscale: #757575. Windows color (decimal): -3389817 or 8865484. OLE color: 8865484.
HSL color Cylindrical-coordinate representation of color #CC4687: hue angle of 330.9º 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 #CC4687 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 135 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.2 |
| HSL | 330.9º | 0.57% | 0.54% | - |
| HSV(B) | 330.9º | 0.66% | 0.8% | - |
| XYZ | 31.47 | 18.97 | 24.92 | - |
| YUV | 117.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 135 | 0 | 0.66 | 0.34 | 0.2 | 330.9 | 0.57 | 0.54 |
| Hex | CC | 46 | 87 | 0 | 42 | 22 | 14 | 14B | 39 | 36 |
| Octal | 314 | 106 | 207 | 0 | 102 | 42 | 24 | 513 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10000111 | 0 | 1000010 | 100010 | 10100 | 101001011 | 111001 | 110110 |
Color Harmonies of #CC4687
Complementary color
Monochromatic Colors of #CC4687
Black with #CC4687
Text Example
Text Example
White with #CC4687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4687; }
p { color: rgb(204,70,135); }
H1.HeaderClassName
{
color: #CC4687;
}
.AnyTagClassName
{
color: #CC4687;
}
</style>
background-color css
<style>
a { background-color: #CC4687; }
a { background-color: rgb(204,70,135); }
div.DivClassName
{
background-color: #CC4687;
}
.BgClassName
{
background-color: #CC4687;
}
</style>
border-color css
<style>
span { border-color: #CC4687; }
span { border-color: rgb(204,70,135); }
td.TdClassName
{
border-color: #CC4687;
}
.TagClassName
{
border-color: #CC4687;
}
</style>