Shades of Mulberry #C04893
Tints of Mulberry #C04893
RGB
CMYK
RGB Variations
Color information
#C04893 (or 0xC04893) is known color: Mulberry. HEX triplet: C0, 48 and 93. RGB value is (192,72,147). Sum of RGB (Red+Green+Blue) = 192+72+147=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C04893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04893 is #3FB76C. Grayscale: #747474. Windows color (decimal): -4175725 or 9652416. OLE color: 9652416.
HSL color Cylindrical-coordinate representation of color #C04893: hue angle of 322.5º 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 #C04893 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 147 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.25 |
| HSL | 322.5º | 0.49% | 0.52% | - |
| HSV(B) | 322.5º | 0.63% | 0.75% | - |
| XYZ | 29.32 | 17.95 | 29.52 | - |
| YUV | 116.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 147 | 0 | 0.63 | 0.23 | 0.25 | 322.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | 93 | 0 | 3F | 17 | 19 | 142 | 31 | 34 |
| Octal | 300 | 110 | 223 | 0 | 77 | 27 | 31 | 502 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10010011 | 0 | 111111 | 10111 | 11001 | 101000010 | 110001 | 110100 |
Color Harmonies of #C04893
Complementary color
Monochromatic Colors of #C04893
Black with #C04893
Text Example
Text Example
White with #C04893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04893; }
p { color: rgb(192,72,147); }
H1.HeaderClassName
{
color: #C04893;
}
.AnyTagClassName
{
color: #C04893;
}
</style>
background-color css
<style>
a { background-color: #C04893; }
a { background-color: rgb(192,72,147); }
div.DivClassName
{
background-color: #C04893;
}
.BgClassName
{
background-color: #C04893;
}
</style>
border-color css
<style>
span { border-color: #C04893; }
span { border-color: rgb(192,72,147); }
td.TdClassName
{
border-color: #C04893;
}
.TagClassName
{
border-color: #C04893;
}
</style>