Shades of Mulberry #C04894
Tints of Mulberry #C04894
RGB
CMYK
RGB Variations
Color information
#C04894 (or 0xC04894) is known color: Mulberry. HEX triplet: C0, 48 and 94. RGB value is (192,72,148). Sum of RGB (Red+Green+Blue) = 192+72+148=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C04894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04894 is #3FB76B. Grayscale: #747474. Windows color (decimal): -4175724 or 9717952. OLE color: 9717952.
HSL color Cylindrical-coordinate representation of color #C04894: hue angle of 322º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04894 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 148 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.25 |
| HSL | 322º | 0.49% | 0.52% | - |
| HSV(B) | 322º | 0.63% | 0.75% | - |
| XYZ | 29.4 | 17.98 | 29.94 | - |
| YUV | 116.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 148 | 0 | 0.63 | 0.23 | 0.25 | 322 | 0.49 | 0.52 |
| Hex | C0 | 48 | 94 | 0 | 3F | 17 | 19 | 142 | 31 | 34 |
| Octal | 300 | 110 | 224 | 0 | 77 | 27 | 31 | 502 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10010100 | 0 | 111111 | 10111 | 11001 | 101000010 | 110001 | 110100 |
Color Harmonies of #C04894
Complementary color
Monochromatic Colors of #C04894
Black with #C04894
Text Example
Text Example
White with #C04894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04894; }
p { color: rgb(192,72,148); }
H1.HeaderClassName
{
color: #C04894;
}
.AnyTagClassName
{
color: #C04894;
}
</style>
background-color css
<style>
a { background-color: #C04894; }
a { background-color: rgb(192,72,148); }
div.DivClassName
{
background-color: #C04894;
}
.BgClassName
{
background-color: #C04894;
}
</style>
border-color css
<style>
span { border-color: #C04894; }
span { border-color: rgb(192,72,148); }
td.TdClassName
{
border-color: #C04894;
}
.TagClassName
{
border-color: #C04894;
}
</style>