Shades of Mulberry #C04C9C
Tints of Mulberry #C04C9C
RGB
CMYK
RGB Variations
Color information
#C04C9C (or 0xC04C9C) is known color: Mulberry. HEX triplet: C0, 4C and 9C. RGB value is (192,76,156). Sum of RGB (Red+Green+Blue) = 192+76+156=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C9C is #3FB363. Grayscale: #777777. Windows color (decimal): -4174692 or 10243264. OLE color: 10243264.
HSL color Cylindrical-coordinate representation of color #C04C9C: hue angle of 318.62º 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 #C04C9C is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 156 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.25 |
| HSL | 318.62º | 0.48% | 0.53% | - |
| HSV(B) | 318.62º | 0.6% | 0.75% | - |
| XYZ | 30.32 | 18.78 | 33.48 | - |
| YUV | 119.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 156 | 0 | 0.60 | 0.19 | 0.25 | 318.62 | 0.48 | 0.53 |
| Hex | C0 | 4C | 9C | 0 | 3C | 13 | 19 | 13F | 30 | 35 |
| Octal | 300 | 114 | 234 | 0 | 74 | 23 | 31 | 477 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10011100 | 0 | 111100 | 10011 | 11001 | 100111111 | 110000 | 110101 |
Color Harmonies of #C04C9C
Complementary color
Monochromatic Colors of #C04C9C
Black with #C04C9C
Text Example
Text Example
White with #C04C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C9C; }
p { color: rgb(192,76,156); }
H1.HeaderClassName
{
color: #C04C9C;
}
.AnyTagClassName
{
color: #C04C9C;
}
</style>
background-color css
<style>
a { background-color: #C04C9C; }
a { background-color: rgb(192,76,156); }
div.DivClassName
{
background-color: #C04C9C;
}
.BgClassName
{
background-color: #C04C9C;
}
</style>
border-color css
<style>
span { border-color: #C04C9C; }
span { border-color: rgb(192,76,156); }
td.TdClassName
{
border-color: #C04C9C;
}
.TagClassName
{
border-color: #C04C9C;
}
</style>