Shades of Mulberry #CC3E9C
Tints of Mulberry #CC3E9C
RGB
CMYK
RGB Variations
Color information
#CC3E9C (or 0xCC3E9C) is known color: Mulberry. HEX triplet: CC, 3E and 9C. RGB value is (204,62,156). Sum of RGB (Red+Green+Blue) = 204+62+156=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3E9C is #33C163. Grayscale: #727272. Windows color (decimal): -3391844 or 10239692. OLE color: 10239692.
HSL color Cylindrical-coordinate representation of color #CC3E9C: hue angle of 320.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3E9C is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 156 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.2 |
| HSL | 320.28º | 0.58% | 0.52% | - |
| HSV(B) | 320.28º | 0.7% | 0.8% | - |
| XYZ | 32.63 | 18.68 | 33.34 | - |
| YUV | 115.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 156 | 0 | 0.70 | 0.24 | 0.2 | 320.28 | 0.58 | 0.52 |
| Hex | CC | 3E | 9C | 0 | 46 | 18 | 14 | 140 | 3A | 34 |
| Octal | 314 | 76 | 234 | 0 | 106 | 30 | 24 | 500 | 72 | 64 |
| Binary | 11001100 | 111110 | 10011100 | 0 | 1000110 | 11000 | 10100 | 101000000 | 111010 | 110100 |
Color Harmonies of #CC3E9C
Complementary color
Monochromatic Colors of #CC3E9C
Black with #CC3E9C
Text Example
Text Example
White with #CC3E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E9C; }
p { color: rgb(204,62,156); }
H1.HeaderClassName
{
color: #CC3E9C;
}
.AnyTagClassName
{
color: #CC3E9C;
}
</style>
background-color css
<style>
a { background-color: #CC3E9C; }
a { background-color: rgb(204,62,156); }
div.DivClassName
{
background-color: #CC3E9C;
}
.BgClassName
{
background-color: #CC3E9C;
}
</style>
border-color css
<style>
span { border-color: #CC3E9C; }
span { border-color: rgb(204,62,156); }
td.TdClassName
{
border-color: #CC3E9C;
}
.TagClassName
{
border-color: #CC3E9C;
}
</style>