Shades of Mulberry #CC4188
Tints of Mulberry #CC4188
RGB
CMYK
RGB Variations
Color information
#CC4188 (or 0xCC4188) is known color: Mulberry. HEX triplet: CC, 41 and 88. RGB value is (204,65,136). Sum of RGB (Red+Green+Blue) = 204+65+136=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4188 is #33BE77. Grayscale: #727272. Windows color (decimal): -3391096 or 8929740. OLE color: 8929740.
HSL color Cylindrical-coordinate representation of color #CC4188: hue angle of 329.35º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4188 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 136 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.2 |
| HSL | 329.35º | 0.58% | 0.53% | - |
| HSV(B) | 329.35º | 0.68% | 0.8% | - |
| XYZ | 31.24 | 18.4 | 25.2 | - |
| YUV | 114.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 136 | 0 | 0.68 | 0.33 | 0.2 | 329.35 | 0.58 | 0.53 |
| Hex | CC | 41 | 88 | 0 | 44 | 21 | 14 | 149 | 3A | 35 |
| Octal | 314 | 101 | 210 | 0 | 104 | 41 | 24 | 511 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10001000 | 0 | 1000100 | 100001 | 10100 | 101001001 | 111010 | 110101 |
Color Harmonies of #CC4188
Complementary color
Monochromatic Colors of #CC4188
Black with #CC4188
Text Example
Text Example
White with #CC4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4188; }
p { color: rgb(204,65,136); }
H1.HeaderClassName
{
color: #CC4188;
}
.AnyTagClassName
{
color: #CC4188;
}
</style>
background-color css
<style>
a { background-color: #CC4188; }
a { background-color: rgb(204,65,136); }
div.DivClassName
{
background-color: #CC4188;
}
.BgClassName
{
background-color: #CC4188;
}
</style>
border-color css
<style>
span { border-color: #CC4188; }
span { border-color: rgb(204,65,136); }
td.TdClassName
{
border-color: #CC4188;
}
.TagClassName
{
border-color: #CC4188;
}
</style>