Shades of Mulberry #C04B8F
Tints of Mulberry #C04B8F
RGB
CMYK
RGB Variations
Color information
#C04B8F (or 0xC04B8F) is known color: Mulberry. HEX triplet: C0, 4B and 8F. RGB value is (192,75,143). Sum of RGB (Red+Green+Blue) = 192+75+143=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B8F is #3FB470. Grayscale: #757575. Windows color (decimal): -4174961 or 9391040. OLE color: 9391040.
HSL color Cylindrical-coordinate representation of color #C04B8F: hue angle of 325.13º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B8F is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 143 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.25 |
| HSL | 325.13º | 0.48% | 0.52% | - |
| HSV(B) | 325.13º | 0.61% | 0.75% | - |
| XYZ | 29.21 | 18.22 | 27.96 | - |
| YUV | 117.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 143 | 0 | 0.61 | 0.26 | 0.25 | 325.13 | 0.48 | 0.52 |
| Hex | C0 | 4B | 8F | 0 | 3D | 1A | 19 | 145 | 30 | 34 |
| Octal | 300 | 113 | 217 | 0 | 75 | 32 | 31 | 505 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10001111 | 0 | 111101 | 11010 | 11001 | 101000101 | 110000 | 110100 |
Color Harmonies of #C04B8F
Complementary color
Monochromatic Colors of #C04B8F
Black with #C04B8F
Text Example
Text Example
White with #C04B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B8F; }
p { color: rgb(192,75,143); }
H1.HeaderClassName
{
color: #C04B8F;
}
.AnyTagClassName
{
color: #C04B8F;
}
</style>
background-color css
<style>
a { background-color: #C04B8F; }
a { background-color: rgb(192,75,143); }
div.DivClassName
{
background-color: #C04B8F;
}
.BgClassName
{
background-color: #C04B8F;
}
</style>
border-color css
<style>
span { border-color: #C04B8F; }
span { border-color: rgb(192,75,143); }
td.TdClassName
{
border-color: #C04B8F;
}
.TagClassName
{
border-color: #C04B8F;
}
</style>