Shades of Mulberry #CC497F
Tints of Mulberry #CC497F
RGB
CMYK
RGB Variations
Color information
#CC497F (or 0xCC497F) is known color: Mulberry. HEX triplet: CC, 49 and 7F. RGB value is (204,73,127). Sum of RGB (Red+Green+Blue) = 204+73+127=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC497F is #33B680. Grayscale: #767676. Windows color (decimal): -3389057 or 8341964. OLE color: 8341964.
HSL color Cylindrical-coordinate representation of color #CC497F: hue angle of 335.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC497F is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 127 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.2 |
| HSL | 335.27º | 0.56% | 0.54% | - |
| HSV(B) | 335.27º | 0.64% | 0.8% | - |
| XYZ | 31.12 | 19.13 | 22.13 | - |
| YUV | 118.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 127 | 0 | 0.64 | 0.38 | 0.2 | 335.27 | 0.56 | 0.54 |
| Hex | CC | 49 | 7F | 0 | 40 | 26 | 14 | 14F | 38 | 36 |
| Octal | 314 | 111 | 177 | 0 | 100 | 46 | 24 | 517 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1111111 | 0 | 1000000 | 100110 | 10100 | 101001111 | 111000 | 110110 |
Color Harmonies of #CC497F
Complementary color
Monochromatic Colors of #CC497F
Black with #CC497F
Text Example
Text Example
White with #CC497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC497F; }
p { color: rgb(204,73,127); }
H1.HeaderClassName
{
color: #CC497F;
}
.AnyTagClassName
{
color: #CC497F;
}
</style>
background-color css
<style>
a { background-color: #CC497F; }
a { background-color: rgb(204,73,127); }
div.DivClassName
{
background-color: #CC497F;
}
.BgClassName
{
background-color: #CC497F;
}
</style>
border-color css
<style>
span { border-color: #CC497F; }
span { border-color: rgb(204,73,127); }
td.TdClassName
{
border-color: #CC497F;
}
.TagClassName
{
border-color: #CC497F;
}
</style>