Shades of Mulberry #C04198
Tints of Mulberry #C04198
RGB
CMYK
RGB Variations
Color information
#C04198 (or 0xC04198) is known color: Mulberry. HEX triplet: C0, 41 and 98. RGB value is (192,65,152). Sum of RGB (Red+Green+Blue) = 192+65+152=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04198 is #3FBE67. Grayscale: #707070. Windows color (decimal): -4177512 or 9978304. OLE color: 9978304.
HSL color Cylindrical-coordinate representation of color #C04198: hue angle of 318.9º 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 #C04198 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 152 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.25 |
| HSL | 318.9º | 0.5% | 0.5% | - |
| HSV(B) | 318.9º | 0.66% | 0.75% | - |
| XYZ | 29.3 | 17.25 | 31.49 | - |
| YUV | 112.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 152 | 0 | 0.66 | 0.21 | 0.25 | 318.9 | 0.5 | 0.5 |
| Hex | C0 | 41 | 98 | 0 | 42 | 15 | 19 | 13F | 32 | 32 |
| Octal | 300 | 101 | 230 | 0 | 102 | 25 | 31 | 477 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10011000 | 0 | 1000010 | 10101 | 11001 | 100111111 | 110010 | 110010 |
Color Harmonies of #C04198
Complementary color
Monochromatic Colors of #C04198
Black with #C04198
Text Example
Text Example
White with #C04198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04198; }
p { color: rgb(192,65,152); }
H1.HeaderClassName
{
color: #C04198;
}
.AnyTagClassName
{
color: #C04198;
}
</style>
background-color css
<style>
a { background-color: #C04198; }
a { background-color: rgb(192,65,152); }
div.DivClassName
{
background-color: #C04198;
}
.BgClassName
{
background-color: #C04198;
}
</style>
border-color css
<style>
span { border-color: #C04198; }
span { border-color: rgb(192,65,152); }
td.TdClassName
{
border-color: #C04198;
}
.TagClassName
{
border-color: #C04198;
}
</style>