Shades of Mulberry #C04197
Tints of Mulberry #C04197
RGB
CMYK
RGB Variations
Color information
#C04197 (or 0xC04197) is known color: Mulberry. HEX triplet: C0, 41 and 97. RGB value is (192,65,151). Sum of RGB (Red+Green+Blue) = 192+65+151=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C04197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04197 is #3FBE68. Grayscale: #707070. Windows color (decimal): -4177513 or 9912768. OLE color: 9912768.
HSL color Cylindrical-coordinate representation of color #C04197: hue angle of 319.37º 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 #C04197 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 151 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.25 |
| HSL | 319.37º | 0.5% | 0.5% | - |
| HSV(B) | 319.37º | 0.66% | 0.75% | - |
| XYZ | 29.21 | 17.22 | 31.06 | - |
| YUV | 112.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 151 | 0 | 0.66 | 0.21 | 0.25 | 319.37 | 0.5 | 0.5 |
| Hex | C0 | 41 | 97 | 0 | 42 | 15 | 19 | 13F | 32 | 32 |
| Octal | 300 | 101 | 227 | 0 | 102 | 25 | 31 | 477 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10010111 | 0 | 1000010 | 10101 | 11001 | 100111111 | 110010 | 110010 |
Color Harmonies of #C04197
Complementary color
Monochromatic Colors of #C04197
Black with #C04197
Text Example
Text Example
White with #C04197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04197; }
p { color: rgb(192,65,151); }
H1.HeaderClassName
{
color: #C04197;
}
.AnyTagClassName
{
color: #C04197;
}
</style>
background-color css
<style>
a { background-color: #C04197; }
a { background-color: rgb(192,65,151); }
div.DivClassName
{
background-color: #C04197;
}
.BgClassName
{
background-color: #C04197;
}
</style>
border-color css
<style>
span { border-color: #C04197; }
span { border-color: rgb(192,65,151); }
td.TdClassName
{
border-color: #C04197;
}
.TagClassName
{
border-color: #C04197;
}
</style>