Shades of Mulberry #CC4487
Tints of Mulberry #CC4487
RGB
CMYK
RGB Variations
Color information
#CC4487 (or 0xCC4487) is known color: Mulberry. HEX triplet: CC, 44 and 87. RGB value is (204,68,135). Sum of RGB (Red+Green+Blue) = 204+68+135=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4487 is #33BB78. Grayscale: #747474. Windows color (decimal): -3390329 or 8864972. OLE color: 8864972.
HSL color Cylindrical-coordinate representation of color #CC4487: hue angle of 330.44º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4487 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 135 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.2 |
| HSL | 330.44º | 0.57% | 0.53% | - |
| HSV(B) | 330.44º | 0.67% | 0.8% | - |
| XYZ | 31.34 | 18.72 | 24.88 | - |
| YUV | 116.3 | 138.56 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 135 | 0 | 0.67 | 0.34 | 0.2 | 330.44 | 0.57 | 0.53 |
| Hex | CC | 44 | 87 | 0 | 43 | 22 | 14 | 14A | 39 | 35 |
| Octal | 314 | 104 | 207 | 0 | 103 | 42 | 24 | 512 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10000111 | 0 | 1000011 | 100010 | 10100 | 101001010 | 111001 | 110101 |
Color Harmonies of #CC4487
Complementary color
Monochromatic Colors of #CC4487
Black with #CC4487
Text Example
Text Example
White with #CC4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4487; }
p { color: rgb(204,68,135); }
H1.HeaderClassName
{
color: #CC4487;
}
.AnyTagClassName
{
color: #CC4487;
}
</style>
background-color css
<style>
a { background-color: #CC4487; }
a { background-color: rgb(204,68,135); }
div.DivClassName
{
background-color: #CC4487;
}
.BgClassName
{
background-color: #CC4487;
}
</style>
border-color css
<style>
span { border-color: #CC4487; }
span { border-color: rgb(204,68,135); }
td.TdClassName
{
border-color: #CC4487;
}
.TagClassName
{
border-color: #CC4487;
}
</style>