Shades of Mulberry #C74098
Tints of Mulberry #C74098
RGB
CMYK
RGB Variations
Color information
#C74098 (or 0xC74098) is known color: Mulberry. HEX triplet: C7, 40 and 98. RGB value is (199,64,152). Sum of RGB (Red+Green+Blue) = 199+64+152=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C74098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74098 is #38BF67. Grayscale: #727272. Windows color (decimal): -3719016 or 9978055. OLE color: 9978055.
HSL color Cylindrical-coordinate representation of color #C74098: hue angle of 320.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74098 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 152 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.22 |
| HSL | 320.89º | 0.55% | 0.52% | - |
| HSV(B) | 320.89º | 0.68% | 0.78% | - |
| XYZ | 31.05 | 18.08 | 31.56 | - |
| YUV | 114.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 152 | 0 | 0.68 | 0.24 | 0.22 | 320.89 | 0.55 | 0.52 |
| Hex | C7 | 40 | 98 | 0 | 44 | 18 | 16 | 141 | 37 | 34 |
| Octal | 307 | 100 | 230 | 0 | 104 | 30 | 26 | 501 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10011000 | 0 | 1000100 | 11000 | 10110 | 101000001 | 110111 | 110100 |
Color Harmonies of #C74098
Complementary color
Monochromatic Colors of #C74098
Black with #C74098
Text Example
Text Example
White with #C74098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74098; }
p { color: rgb(199,64,152); }
H1.HeaderClassName
{
color: #C74098;
}
.AnyTagClassName
{
color: #C74098;
}
</style>
background-color css
<style>
a { background-color: #C74098; }
a { background-color: rgb(199,64,152); }
div.DivClassName
{
background-color: #C74098;
}
.BgClassName
{
background-color: #C74098;
}
</style>
border-color css
<style>
span { border-color: #C74098; }
span { border-color: rgb(199,64,152); }
td.TdClassName
{
border-color: #C74098;
}
.TagClassName
{
border-color: #C74098;
}
</style>