Shades of Mulberry #C74898
Tints of Mulberry #C74898
RGB
CMYK
RGB Variations
Color information
#C74898 (or 0xC74898) is known color: Mulberry. HEX triplet: C7, 48 and 98. RGB value is (199,72,152). Sum of RGB (Red+Green+Blue) = 199+72+152=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C74898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74898 is #38B767. Grayscale: #767676. Windows color (decimal): -3716968 or 9980103. OLE color: 9980103.
HSL color Cylindrical-coordinate representation of color #C74898: hue angle of 322.2º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74898 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 152 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.22 |
| HSL | 322.2º | 0.53% | 0.53% | - |
| HSV(B) | 322.2º | 0.64% | 0.78% | - |
| XYZ | 31.54 | 19.04 | 31.72 | - |
| YUV | 119.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 152 | 0 | 0.64 | 0.24 | 0.22 | 322.2 | 0.53 | 0.53 |
| Hex | C7 | 48 | 98 | 0 | 40 | 18 | 16 | 142 | 35 | 35 |
| Octal | 307 | 110 | 230 | 0 | 100 | 30 | 26 | 502 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10011000 | 0 | 1000000 | 11000 | 10110 | 101000010 | 110101 | 110101 |
Color Harmonies of #C74898
Complementary color
Monochromatic Colors of #C74898
Black with #C74898
Text Example
Text Example
White with #C74898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74898; }
p { color: rgb(199,72,152); }
H1.HeaderClassName
{
color: #C74898;
}
.AnyTagClassName
{
color: #C74898;
}
</style>
background-color css
<style>
a { background-color: #C74898; }
a { background-color: rgb(199,72,152); }
div.DivClassName
{
background-color: #C74898;
}
.BgClassName
{
background-color: #C74898;
}
</style>
border-color css
<style>
span { border-color: #C74898; }
span { border-color: rgb(199,72,152); }
td.TdClassName
{
border-color: #C74898;
}
.TagClassName
{
border-color: #C74898;
}
</style>