Shades of Mulberry #C04097
Tints of Mulberry #C04097
RGB
CMYK
RGB Variations
Color information
#C04097 (or 0xC04097) is known color: Mulberry. HEX triplet: C0, 40 and 97. RGB value is (192,64,151). Sum of RGB (Red+Green+Blue) = 192+64+151=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04097 is #3FBF68. Grayscale: #6F6F6F. Windows color (decimal): -4177769 or 9912512. OLE color: 9912512.
HSL color Cylindrical-coordinate representation of color #C04097: hue angle of 319.22º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04097 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 151 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.25 |
| HSL | 319.22º | 0.5% | 0.5% | - |
| HSV(B) | 319.22º | 0.67% | 0.75% | - |
| XYZ | 29.16 | 17.11 | 31.04 | - |
| YUV | 112.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 151 | 0 | 0.67 | 0.21 | 0.25 | 319.22 | 0.5 | 0.5 |
| Hex | C0 | 40 | 97 | 0 | 43 | 15 | 19 | 13F | 32 | 32 |
| Octal | 300 | 100 | 227 | 0 | 103 | 25 | 31 | 477 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10010111 | 0 | 1000011 | 10101 | 11001 | 100111111 | 110010 | 110010 |
Color Harmonies of #C04097
Complementary color
Monochromatic Colors of #C04097
Black with #C04097
Text Example
Text Example
White with #C04097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04097; }
p { color: rgb(192,64,151); }
H1.HeaderClassName
{
color: #C04097;
}
.AnyTagClassName
{
color: #C04097;
}
</style>
background-color css
<style>
a { background-color: #C04097; }
a { background-color: rgb(192,64,151); }
div.DivClassName
{
background-color: #C04097;
}
.BgClassName
{
background-color: #C04097;
}
</style>
border-color css
<style>
span { border-color: #C04097; }
span { border-color: rgb(192,64,151); }
td.TdClassName
{
border-color: #C04097;
}
.TagClassName
{
border-color: #C04097;
}
</style>