Shades of Mulberry #C74E98
Tints of Mulberry #C74E98
RGB
CMYK
RGB Variations
Color information
#C74E98 (or 0xC74E98) is known color: Mulberry. HEX triplet: C7, 4E and 98. RGB value is (199,78,152). Sum of RGB (Red+Green+Blue) = 199+78+152=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E98 is #38B167. Grayscale: #7A7A7A. Windows color (decimal): -3715432 or 9981639. OLE color: 9981639.
HSL color Cylindrical-coordinate representation of color #C74E98: hue angle of 323.31º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74E98 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 152 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.22 |
| HSL | 323.31º | 0.52% | 0.54% | - |
| HSV(B) | 323.31º | 0.61% | 0.78% | - |
| XYZ | 31.95 | 19.86 | 31.86 | - |
| YUV | 122.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 152 | 0 | 0.61 | 0.24 | 0.22 | 323.31 | 0.52 | 0.54 |
| Hex | C7 | 4E | 98 | 0 | 3D | 18 | 16 | 143 | 34 | 36 |
| Octal | 307 | 116 | 230 | 0 | 75 | 30 | 26 | 503 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10011000 | 0 | 111101 | 11000 | 10110 | 101000011 | 110100 | 110110 |
Color Harmonies of #C74E98
Complementary color
Monochromatic Colors of #C74E98
Black with #C74E98
Text Example
Text Example
White with #C74E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E98; }
p { color: rgb(199,78,152); }
H1.HeaderClassName
{
color: #C74E98;
}
.AnyTagClassName
{
color: #C74E98;
}
</style>
background-color css
<style>
a { background-color: #C74E98; }
a { background-color: rgb(199,78,152); }
div.DivClassName
{
background-color: #C74E98;
}
.BgClassName
{
background-color: #C74E98;
}
</style>
border-color css
<style>
span { border-color: #C74E98; }
span { border-color: rgb(199,78,152); }
td.TdClassName
{
border-color: #C74E98;
}
.TagClassName
{
border-color: #C74E98;
}
</style>