Shades of Mulberry #C04384
Tints of Mulberry #C04384
RGB
CMYK
RGB Variations
Color information
#C04384 (or 0xC04384) is known color: Mulberry. HEX triplet: C0, 43 and 84. RGB value is (192,67,132). Sum of RGB (Red+Green+Blue) = 192+67+132=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C04384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04384 is #3FBC7B. Grayscale: #6F6F6F. Windows color (decimal): -4177020 or 8668096. OLE color: 8668096.
HSL color Cylindrical-coordinate representation of color #C04384: hue angle of 328.8º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04384 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 132 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.25 |
| HSL | 328.8º | 0.5% | 0.51% | - |
| HSV(B) | 328.8º | 0.65% | 0.75% | - |
| XYZ | 27.91 | 16.89 | 23.62 | - |
| YUV | 111.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 132 | 0 | 0.65 | 0.31 | 0.25 | 328.8 | 0.5 | 0.51 |
| Hex | C0 | 43 | 84 | 0 | 41 | 1F | 19 | 149 | 32 | 33 |
| Octal | 300 | 103 | 204 | 0 | 101 | 37 | 31 | 511 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10000100 | 0 | 1000001 | 11111 | 11001 | 101001001 | 110010 | 110011 |
Color Harmonies of #C04384
Complementary color
Monochromatic Colors of #C04384
Black with #C04384
Text Example
Text Example
White with #C04384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04384; }
p { color: rgb(192,67,132); }
H1.HeaderClassName
{
color: #C04384;
}
.AnyTagClassName
{
color: #C04384;
}
</style>
background-color css
<style>
a { background-color: #C04384; }
a { background-color: rgb(192,67,132); }
div.DivClassName
{
background-color: #C04384;
}
.BgClassName
{
background-color: #C04384;
}
</style>
border-color css
<style>
span { border-color: #C04384; }
span { border-color: rgb(192,67,132); }
td.TdClassName
{
border-color: #C04384;
}
.TagClassName
{
border-color: #C04384;
}
</style>