Shades of Mulberry #CC4387
Tints of Mulberry #CC4387
RGB
CMYK
RGB Variations
Color information
#CC4387 (or 0xCC4387) is known color: Mulberry. HEX triplet: CC, 43 and 87. RGB value is (204,67,135). Sum of RGB (Red+Green+Blue) = 204+67+135=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4387 is #33BC78. Grayscale: #737373. Windows color (decimal): -3390585 or 8864716. OLE color: 8864716.
HSL color Cylindrical-coordinate representation of color #CC4387: hue angle of 330.22º 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 #CC4387 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 135 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.2 |
| HSL | 330.22º | 0.57% | 0.53% | - |
| HSV(B) | 330.22º | 0.67% | 0.8% | - |
| XYZ | 31.28 | 18.6 | 24.86 | - |
| YUV | 115.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 135 | 0 | 0.67 | 0.34 | 0.2 | 330.22 | 0.57 | 0.53 |
| Hex | CC | 43 | 87 | 0 | 43 | 22 | 14 | 14A | 39 | 35 |
| Octal | 314 | 103 | 207 | 0 | 103 | 42 | 24 | 512 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10000111 | 0 | 1000011 | 100010 | 10100 | 101001010 | 111001 | 110101 |
Color Harmonies of #CC4387
Complementary color
Monochromatic Colors of #CC4387
Black with #CC4387
Text Example
Text Example
White with #CC4387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4387; }
p { color: rgb(204,67,135); }
H1.HeaderClassName
{
color: #CC4387;
}
.AnyTagClassName
{
color: #CC4387;
}
</style>
background-color css
<style>
a { background-color: #CC4387; }
a { background-color: rgb(204,67,135); }
div.DivClassName
{
background-color: #CC4387;
}
.BgClassName
{
background-color: #CC4387;
}
</style>
border-color css
<style>
span { border-color: #CC4387; }
span { border-color: rgb(204,67,135); }
td.TdClassName
{
border-color: #CC4387;
}
.TagClassName
{
border-color: #CC4387;
}
</style>