Shades of Mulberry #C04F8B
Tints of Mulberry #C04F8B
RGB
CMYK
RGB Variations
Color information
#C04F8B (or 0xC04F8B) is known color: Mulberry. HEX triplet: C0, 4F and 8B. RGB value is (192,79,139). Sum of RGB (Red+Green+Blue) = 192+79+139=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F8B is #3FB074. Grayscale: #777777. Windows color (decimal): -4173941 or 9129920. OLE color: 9129920.
HSL color Cylindrical-coordinate representation of color #C04F8B: hue angle of 328.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F8B is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 139 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.25 |
| HSL | 328.14º | 0.47% | 0.53% | - |
| HSV(B) | 328.14º | 0.59% | 0.75% | - |
| XYZ | 29.19 | 18.66 | 26.49 | - |
| YUV | 119.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 139 | 0 | 0.59 | 0.28 | 0.25 | 328.14 | 0.47 | 0.53 |
| Hex | C0 | 4F | 8B | 0 | 3B | 1C | 19 | 148 | 2F | 35 |
| Octal | 300 | 117 | 213 | 0 | 73 | 34 | 31 | 510 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10001011 | 0 | 111011 | 11100 | 11001 | 101001000 | 101111 | 110101 |
Color Harmonies of #C04F8B
Complementary color
Monochromatic Colors of #C04F8B
Black with #C04F8B
Text Example
Text Example
White with #C04F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F8B; }
p { color: rgb(192,79,139); }
H1.HeaderClassName
{
color: #C04F8B;
}
.AnyTagClassName
{
color: #C04F8B;
}
</style>
background-color css
<style>
a { background-color: #C04F8B; }
a { background-color: rgb(192,79,139); }
div.DivClassName
{
background-color: #C04F8B;
}
.BgClassName
{
background-color: #C04F8B;
}
</style>
border-color css
<style>
span { border-color: #C04F8B; }
span { border-color: rgb(192,79,139); }
td.TdClassName
{
border-color: #C04F8B;
}
.TagClassName
{
border-color: #C04F8B;
}
</style>