Shades of Mulberry #CC4C81
Tints of Mulberry #CC4C81
RGB
CMYK
RGB Variations
Color information
#CC4C81 (or 0xCC4C81) is known color: Mulberry. HEX triplet: CC, 4C and 81. RGB value is (204,76,129). Sum of RGB (Red+Green+Blue) = 204+76+129=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4C81 is #33B37E. Grayscale: #787878. Windows color (decimal): -3388287 or 8473804. OLE color: 8473804.
HSL color Cylindrical-coordinate representation of color #CC4C81: hue angle of 335.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4C81 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 129 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.2 |
| HSL | 335.16º | 0.56% | 0.55% | - |
| HSV(B) | 335.16º | 0.63% | 0.8% | - |
| XYZ | 31.45 | 19.59 | 22.89 | - |
| YUV | 120.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 129 | 0 | 0.63 | 0.37 | 0.2 | 335.16 | 0.56 | 0.55 |
| Hex | CC | 4C | 81 | 0 | 3F | 25 | 14 | 14F | 38 | 37 |
| Octal | 314 | 114 | 201 | 0 | 77 | 45 | 24 | 517 | 70 | 67 |
| Binary | 11001100 | 1001100 | 10000001 | 0 | 111111 | 100101 | 10100 | 101001111 | 111000 | 110111 |
Color Harmonies of #CC4C81
Complementary color
Monochromatic Colors of #CC4C81
Black with #CC4C81
Text Example
Text Example
White with #CC4C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C81; }
p { color: rgb(204,76,129); }
H1.HeaderClassName
{
color: #CC4C81;
}
.AnyTagClassName
{
color: #CC4C81;
}
</style>
background-color css
<style>
a { background-color: #CC4C81; }
a { background-color: rgb(204,76,129); }
div.DivClassName
{
background-color: #CC4C81;
}
.BgClassName
{
background-color: #CC4C81;
}
</style>
border-color css
<style>
span { border-color: #CC4C81; }
span { border-color: rgb(204,76,129); }
td.TdClassName
{
border-color: #CC4C81;
}
.TagClassName
{
border-color: #CC4C81;
}
</style>