Shades of Mulberry #C04A98
Tints of Mulberry #C04A98
RGB
CMYK
RGB Variations
Color information
#C04A98 (or 0xC04A98) is known color: Mulberry. HEX triplet: C0, 4A and 98. RGB value is (192,74,152). Sum of RGB (Red+Green+Blue) = 192+74+152=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A98 is #3FB567. Grayscale: #757575. Windows color (decimal): -4175208 or 9980608. OLE color: 9980608.
HSL color Cylindrical-coordinate representation of color #C04A98: hue angle of 320.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04A98 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 152 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.25 |
| HSL | 320.34º | 0.48% | 0.52% | - |
| HSV(B) | 320.34º | 0.61% | 0.75% | - |
| XYZ | 29.85 | 18.37 | 31.68 | - |
| YUV | 118.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 152 | 0 | 0.61 | 0.21 | 0.25 | 320.34 | 0.48 | 0.52 |
| Hex | C0 | 4A | 98 | 0 | 3D | 15 | 19 | 140 | 30 | 34 |
| Octal | 300 | 112 | 230 | 0 | 75 | 25 | 31 | 500 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10011000 | 0 | 111101 | 10101 | 11001 | 101000000 | 110000 | 110100 |
Color Harmonies of #C04A98
Complementary color
Monochromatic Colors of #C04A98
Black with #C04A98
Text Example
Text Example
White with #C04A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A98; }
p { color: rgb(192,74,152); }
H1.HeaderClassName
{
color: #C04A98;
}
.AnyTagClassName
{
color: #C04A98;
}
</style>
background-color css
<style>
a { background-color: #C04A98; }
a { background-color: rgb(192,74,152); }
div.DivClassName
{
background-color: #C04A98;
}
.BgClassName
{
background-color: #C04A98;
}
</style>
border-color css
<style>
span { border-color: #C04A98; }
span { border-color: rgb(192,74,152); }
td.TdClassName
{
border-color: #C04A98;
}
.TagClassName
{
border-color: #C04A98;
}
</style>