Shades of Mulberry #CC4F8D
Tints of Mulberry #CC4F8D
RGB
CMYK
RGB Variations
Color information
#CC4F8D (or 0xCC4F8D) is known color: Mulberry. HEX triplet: CC, 4F and 8D. RGB value is (204,79,141). Sum of RGB (Red+Green+Blue) = 204+79+141=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F8D is #33B072. Grayscale: #7B7B7B. Windows color (decimal): -3387507 or 9261004. OLE color: 9261004.
HSL color Cylindrical-coordinate representation of color #CC4F8D: hue angle of 330.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4F8D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 141 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.2 |
| HSL | 330.24º | 0.55% | 0.55% | - |
| HSV(B) | 330.24º | 0.61% | 0.8% | - |
| XYZ | 32.51 | 20.35 | 27.41 | - |
| YUV | 123.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 141 | 0 | 0.61 | 0.31 | 0.2 | 330.24 | 0.55 | 0.55 |
| Hex | CC | 4F | 8D | 0 | 3D | 1F | 14 | 14A | 37 | 37 |
| Octal | 314 | 117 | 215 | 0 | 75 | 37 | 24 | 512 | 67 | 67 |
| Binary | 11001100 | 1001111 | 10001101 | 0 | 111101 | 11111 | 10100 | 101001010 | 110111 | 110111 |
Color Harmonies of #CC4F8D
Complementary color
Monochromatic Colors of #CC4F8D
Black with #CC4F8D
Text Example
Text Example
White with #CC4F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F8D; }
p { color: rgb(204,79,141); }
H1.HeaderClassName
{
color: #CC4F8D;
}
.AnyTagClassName
{
color: #CC4F8D;
}
</style>
background-color css
<style>
a { background-color: #CC4F8D; }
a { background-color: rgb(204,79,141); }
div.DivClassName
{
background-color: #CC4F8D;
}
.BgClassName
{
background-color: #CC4F8D;
}
</style>
border-color css
<style>
span { border-color: #CC4F8D; }
span { border-color: rgb(204,79,141); }
td.TdClassName
{
border-color: #CC4F8D;
}
.TagClassName
{
border-color: #CC4F8D;
}
</style>