Shades of Mulberry #CC3996
Tints of Mulberry #CC3996
RGB
CMYK
RGB Variations
Color information
#CC3996 (or 0xCC3996) is known color: Mulberry. HEX triplet: CC, 39 and 96. RGB value is (204,57,150). Sum of RGB (Red+Green+Blue) = 204+57+150=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3996 is #33C669. Grayscale: #6F6F6F. Windows color (decimal): -3393130 or 9845196. OLE color: 9845196.
HSL color Cylindrical-coordinate representation of color #CC3996: hue angle of 322.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3996 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 150 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.2 |
| HSL | 322.04º | 0.59% | 0.51% | - |
| HSV(B) | 322.04º | 0.72% | 0.8% | - |
| XYZ | 31.87 | 17.97 | 30.64 | - |
| YUV | 111.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 150 | 0 | 0.72 | 0.26 | 0.2 | 322.04 | 0.59 | 0.51 |
| Hex | CC | 39 | 96 | 0 | 48 | 1A | 14 | 142 | 3B | 33 |
| Octal | 314 | 71 | 226 | 0 | 110 | 32 | 24 | 502 | 73 | 63 |
| Binary | 11001100 | 111001 | 10010110 | 0 | 1001000 | 11010 | 10100 | 101000010 | 111011 | 110011 |
Color Harmonies of #CC3996
Complementary color
Monochromatic Colors of #CC3996
Black with #CC3996
Text Example
Text Example
White with #CC3996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3996; }
p { color: rgb(204,57,150); }
H1.HeaderClassName
{
color: #CC3996;
}
.AnyTagClassName
{
color: #CC3996;
}
</style>
background-color css
<style>
a { background-color: #CC3996; }
a { background-color: rgb(204,57,150); }
div.DivClassName
{
background-color: #CC3996;
}
.BgClassName
{
background-color: #CC3996;
}
</style>
border-color css
<style>
span { border-color: #CC3996; }
span { border-color: rgb(204,57,150); }
td.TdClassName
{
border-color: #CC3996;
}
.TagClassName
{
border-color: #CC3996;
}
</style>