Shades of Mulberry #C74E97
Tints of Mulberry #C74E97
RGB
CMYK
RGB Variations
Color information
#C74E97 (or 0xC74E97) is known color: Mulberry. HEX triplet: C7, 4E and 97. RGB value is (199,78,151). Sum of RGB (Red+Green+Blue) = 199+78+151=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E97 is #38B168. Grayscale: #7A7A7A. Windows color (decimal): -3715433 or 9916103. OLE color: 9916103.
HSL color Cylindrical-coordinate representation of color #C74E97: hue angle of 323.8º 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 #C74E97 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 151 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.22 |
| HSL | 323.8º | 0.52% | 0.54% | - |
| HSV(B) | 323.8º | 0.61% | 0.78% | - |
| XYZ | 31.86 | 19.83 | 31.43 | - |
| YUV | 122.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 151 | 0 | 0.61 | 0.24 | 0.22 | 323.8 | 0.52 | 0.54 |
| Hex | C7 | 4E | 97 | 0 | 3D | 18 | 16 | 144 | 34 | 36 |
| Octal | 307 | 116 | 227 | 0 | 75 | 30 | 26 | 504 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10010111 | 0 | 111101 | 11000 | 10110 | 101000100 | 110100 | 110110 |
Color Harmonies of #C74E97
Complementary color
Monochromatic Colors of #C74E97
Black with #C74E97
Text Example
Text Example
White with #C74E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E97; }
p { color: rgb(199,78,151); }
H1.HeaderClassName
{
color: #C74E97;
}
.AnyTagClassName
{
color: #C74E97;
}
</style>
background-color css
<style>
a { background-color: #C74E97; }
a { background-color: rgb(199,78,151); }
div.DivClassName
{
background-color: #C74E97;
}
.BgClassName
{
background-color: #C74E97;
}
</style>
border-color css
<style>
span { border-color: #C74E97; }
span { border-color: rgb(199,78,151); }
td.TdClassName
{
border-color: #C74E97;
}
.TagClassName
{
border-color: #C74E97;
}
</style>