Shades of Mulberry #CC4A9F
Tints of Mulberry #CC4A9F
RGB
CMYK
RGB Variations
Color information
#CC4A9F (or 0xCC4A9F) is known color: Mulberry. HEX triplet: CC, 4A and 9F. RGB value is (204,74,159). Sum of RGB (Red+Green+Blue) = 204+74+159=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4A9F is #33B560. Grayscale: #7A7A7A. Windows color (decimal): -3388769 or 10439372. OLE color: 10439372.
HSL color Cylindrical-coordinate representation of color #CC4A9F: hue angle of 320.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A9F is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 159 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.2 |
| HSL | 320.77º | 0.56% | 0.55% | - |
| HSV(B) | 320.77º | 0.64% | 0.8% | - |
| XYZ | 33.61 | 20.24 | 34.94 | - |
| YUV | 122.56 | 148.57 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 159 | 0 | 0.64 | 0.22 | 0.2 | 320.77 | 0.56 | 0.55 |
| Hex | CC | 4A | 9F | 0 | 40 | 16 | 14 | 141 | 38 | 37 |
| Octal | 314 | 112 | 237 | 0 | 100 | 26 | 24 | 501 | 70 | 67 |
| Binary | 11001100 | 1001010 | 10011111 | 0 | 1000000 | 10110 | 10100 | 101000001 | 111000 | 110111 |
Color Harmonies of #CC4A9F
Complementary color
Monochromatic Colors of #CC4A9F
Black with #CC4A9F
Text Example
Text Example
White with #CC4A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A9F; }
p { color: rgb(204,74,159); }
H1.HeaderClassName
{
color: #CC4A9F;
}
.AnyTagClassName
{
color: #CC4A9F;
}
</style>
background-color css
<style>
a { background-color: #CC4A9F; }
a { background-color: rgb(204,74,159); }
div.DivClassName
{
background-color: #CC4A9F;
}
.BgClassName
{
background-color: #CC4A9F;
}
</style>
border-color css
<style>
span { border-color: #CC4A9F; }
span { border-color: rgb(204,74,159); }
td.TdClassName
{
border-color: #CC4A9F;
}
.TagClassName
{
border-color: #CC4A9F;
}
</style>