Shades of Mulberry #CC3995
Tints of Mulberry #CC3995
RGB
CMYK
RGB Variations
Color information
#CC3995 (or 0xCC3995) is known color: Mulberry. HEX triplet: CC, 39 and 95. RGB value is (204,57,149). Sum of RGB (Red+Green+Blue) = 204+57+149=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3995 is #33C66A. Grayscale: #6F6F6F. Windows color (decimal): -3393131 or 9779660. OLE color: 9779660.
HSL color Cylindrical-coordinate representation of color #CC3995: hue angle of 322.45º 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 #CC3995 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 149 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.2 |
| HSL | 322.45º | 0.59% | 0.51% | - |
| HSV(B) | 322.45º | 0.72% | 0.8% | - |
| XYZ | 31.79 | 17.93 | 30.22 | - |
| YUV | 111.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 149 | 0 | 0.72 | 0.27 | 0.2 | 322.45 | 0.59 | 0.51 |
| Hex | CC | 39 | 95 | 0 | 48 | 1B | 14 | 142 | 3B | 33 |
| Octal | 314 | 71 | 225 | 0 | 110 | 33 | 24 | 502 | 73 | 63 |
| Binary | 11001100 | 111001 | 10010101 | 0 | 1001000 | 11011 | 10100 | 101000010 | 111011 | 110011 |
Color Harmonies of #CC3995
Complementary color
Monochromatic Colors of #CC3995
Black with #CC3995
Text Example
Text Example
White with #CC3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3995; }
p { color: rgb(204,57,149); }
H1.HeaderClassName
{
color: #CC3995;
}
.AnyTagClassName
{
color: #CC3995;
}
</style>
background-color css
<style>
a { background-color: #CC3995; }
a { background-color: rgb(204,57,149); }
div.DivClassName
{
background-color: #CC3995;
}
.BgClassName
{
background-color: #CC3995;
}
</style>
border-color css
<style>
span { border-color: #CC3995; }
span { border-color: rgb(204,57,149); }
td.TdClassName
{
border-color: #CC3995;
}
.TagClassName
{
border-color: #CC3995;
}
</style>