Shades of Mulberry #CC4388
Tints of Mulberry #CC4388
RGB
CMYK
RGB Variations
Color information
#CC4388 (or 0xCC4388) is known color: Mulberry. HEX triplet: CC, 43 and 88. RGB value is (204,67,136). Sum of RGB (Red+Green+Blue) = 204+67+136=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4388 is #33BC77. Grayscale: #737373. Windows color (decimal): -3390584 or 8930252. OLE color: 8930252.
HSL color Cylindrical-coordinate representation of color #CC4388: hue angle of 329.78º 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 #CC4388 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 136 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.2 |
| HSL | 329.78º | 0.57% | 0.53% | - |
| HSV(B) | 329.78º | 0.67% | 0.8% | - |
| XYZ | 31.35 | 18.63 | 25.24 | - |
| YUV | 115.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 136 | 0 | 0.67 | 0.33 | 0.2 | 329.78 | 0.57 | 0.53 |
| Hex | CC | 43 | 88 | 0 | 43 | 21 | 14 | 14A | 39 | 35 |
| Octal | 314 | 103 | 210 | 0 | 103 | 41 | 24 | 512 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10001000 | 0 | 1000011 | 100001 | 10100 | 101001010 | 111001 | 110101 |
Color Harmonies of #CC4388
Complementary color
Monochromatic Colors of #CC4388
Black with #CC4388
Text Example
Text Example
White with #CC4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4388; }
p { color: rgb(204,67,136); }
H1.HeaderClassName
{
color: #CC4388;
}
.AnyTagClassName
{
color: #CC4388;
}
</style>
background-color css
<style>
a { background-color: #CC4388; }
a { background-color: rgb(204,67,136); }
div.DivClassName
{
background-color: #CC4388;
}
.BgClassName
{
background-color: #CC4388;
}
</style>
border-color css
<style>
span { border-color: #CC4388; }
span { border-color: rgb(204,67,136); }
td.TdClassName
{
border-color: #CC4388;
}
.TagClassName
{
border-color: #CC4388;
}
</style>