Shades of Mulberry #C04D93
Tints of Mulberry #C04D93
RGB
CMYK
RGB Variations
Color information
#C04D93 (or 0xC04D93) is known color: Mulberry. HEX triplet: C0, 4D and 93. RGB value is (192,77,147). Sum of RGB (Red+Green+Blue) = 192+77+147=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D93 is #3FB26C. Grayscale: #777777. Windows color (decimal): -4174445 or 9653696. OLE color: 9653696.
HSL color Cylindrical-coordinate representation of color #C04D93: hue angle of 323.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D93 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 147 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.25 |
| HSL | 323.48º | 0.48% | 0.53% | - |
| HSV(B) | 323.48º | 0.6% | 0.75% | - |
| XYZ | 29.66 | 18.62 | 29.63 | - |
| YUV | 119.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 147 | 0 | 0.60 | 0.23 | 0.25 | 323.48 | 0.48 | 0.53 |
| Hex | C0 | 4D | 93 | 0 | 3C | 17 | 19 | 143 | 30 | 35 |
| Octal | 300 | 115 | 223 | 0 | 74 | 27 | 31 | 503 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10010011 | 0 | 111100 | 10111 | 11001 | 101000011 | 110000 | 110101 |
Color Harmonies of #C04D93
Complementary color
Monochromatic Colors of #C04D93
Black with #C04D93
Text Example
Text Example
White with #C04D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D93; }
p { color: rgb(192,77,147); }
H1.HeaderClassName
{
color: #C04D93;
}
.AnyTagClassName
{
color: #C04D93;
}
</style>
background-color css
<style>
a { background-color: #C04D93; }
a { background-color: rgb(192,77,147); }
div.DivClassName
{
background-color: #C04D93;
}
.BgClassName
{
background-color: #C04D93;
}
</style>
border-color css
<style>
span { border-color: #C04D93; }
span { border-color: rgb(192,77,147); }
td.TdClassName
{
border-color: #C04D93;
}
.TagClassName
{
border-color: #C04D93;
}
</style>