Shades of Mulberry #C05E8F
Tints of Mulberry #C05E8F
RGB
CMYK
RGB Variations
Color information
#C05E8F (or 0xC05E8F) is known color: Mulberry. HEX triplet: C0, 5E and 8F. RGB value is (192,94,143). Sum of RGB (Red+Green+Blue) = 192+94+143=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E8F is #3FA170. Grayscale: #808080. Windows color (decimal): -4170097 or 9395904. OLE color: 9395904.
HSL color Cylindrical-coordinate representation of color #C05E8F: hue angle of 330º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E8F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 143 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.25 |
| HSL | 330º | 0.44% | 0.56% | - |
| HSV(B) | 330º | 0.51% | 0.75% | - |
| XYZ | 30.7 | 21.2 | 28.46 | - |
| YUV | 128.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 143 | 0 | 0.51 | 0.26 | 0.25 | 330 | 0.44 | 0.56 |
| Hex | C0 | 5E | 8F | 0 | 33 | 1A | 19 | 14A | 2C | 38 |
| Octal | 300 | 136 | 217 | 0 | 63 | 32 | 31 | 512 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10001111 | 0 | 110011 | 11010 | 11001 | 101001010 | 101100 | 111000 |
Color Harmonies of #C05E8F
Complementary color
Monochromatic Colors of #C05E8F
Black with #C05E8F
Text Example
Text Example
White with #C05E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E8F; }
p { color: rgb(192,94,143); }
H1.HeaderClassName
{
color: #C05E8F;
}
.AnyTagClassName
{
color: #C05E8F;
}
</style>
background-color css
<style>
a { background-color: #C05E8F; }
a { background-color: rgb(192,94,143); }
div.DivClassName
{
background-color: #C05E8F;
}
.BgClassName
{
background-color: #C05E8F;
}
</style>
border-color css
<style>
span { border-color: #C05E8F; }
span { border-color: rgb(192,94,143); }
td.TdClassName
{
border-color: #C05E8F;
}
.TagClassName
{
border-color: #C05E8F;
}
</style>