Shades of Mulberry #C04180
Tints of Mulberry #C04180
RGB
CMYK
RGB Variations
Color information
#C04180 (or 0xC04180) is known color: Mulberry. HEX triplet: C0, 41 and 80. RGB value is (192,65,128). Sum of RGB (Red+Green+Blue) = 192+65+128=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C04180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04180 is #3FBE7F. Grayscale: #6E6E6E. Windows color (decimal): -4177536 or 8405440. OLE color: 8405440.
HSL color Cylindrical-coordinate representation of color #C04180: hue angle of 330.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04180 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 128 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.25 |
| HSL | 330.24º | 0.5% | 0.5% | - |
| HSV(B) | 330.24º | 0.66% | 0.75% | - |
| XYZ | 27.52 | 16.55 | 22.16 | - |
| YUV | 110.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 128 | 0 | 0.66 | 0.33 | 0.25 | 330.24 | 0.5 | 0.5 |
| Hex | C0 | 41 | 80 | 0 | 42 | 21 | 19 | 14A | 32 | 32 |
| Octal | 300 | 101 | 200 | 0 | 102 | 41 | 31 | 512 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10000000 | 0 | 1000010 | 100001 | 11001 | 101001010 | 110010 | 110010 |
Color Harmonies of #C04180
Complementary color
Monochromatic Colors of #C04180
Black with #C04180
Text Example
Text Example
White with #C04180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04180; }
p { color: rgb(192,65,128); }
H1.HeaderClassName
{
color: #C04180;
}
.AnyTagClassName
{
color: #C04180;
}
</style>
background-color css
<style>
a { background-color: #C04180; }
a { background-color: rgb(192,65,128); }
div.DivClassName
{
background-color: #C04180;
}
.BgClassName
{
background-color: #C04180;
}
</style>
border-color css
<style>
span { border-color: #C04180; }
span { border-color: rgb(192,65,128); }
td.TdClassName
{
border-color: #C04180;
}
.TagClassName
{
border-color: #C04180;
}
</style>