Shades of Mulberry #C74795
Tints of Mulberry #C74795
RGB
CMYK
RGB Variations
Color information
#C74795 (or 0xC74795) is known color: Mulberry. HEX triplet: C7, 47 and 95. RGB value is (199,71,149). Sum of RGB (Red+Green+Blue) = 199+71+149=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C74795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74795 is #38B86A. Grayscale: #757575. Windows color (decimal): -3717227 or 9783239. OLE color: 9783239.
HSL color Cylindrical-coordinate representation of color #C74795: hue angle of 323.44º 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 #C74795 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 149 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.22 |
| HSL | 323.44º | 0.53% | 0.53% | - |
| HSV(B) | 323.44º | 0.64% | 0.78% | - |
| XYZ | 31.23 | 18.82 | 30.42 | - |
| YUV | 118.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 149 | 0 | 0.64 | 0.25 | 0.22 | 323.44 | 0.53 | 0.53 |
| Hex | C7 | 47 | 95 | 0 | 40 | 19 | 16 | 143 | 35 | 35 |
| Octal | 307 | 107 | 225 | 0 | 100 | 31 | 26 | 503 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10010101 | 0 | 1000000 | 11001 | 10110 | 101000011 | 110101 | 110101 |
Color Harmonies of #C74795
Complementary color
Monochromatic Colors of #C74795
Black with #C74795
Text Example
Text Example
White with #C74795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74795; }
p { color: rgb(199,71,149); }
H1.HeaderClassName
{
color: #C74795;
}
.AnyTagClassName
{
color: #C74795;
}
</style>
background-color css
<style>
a { background-color: #C74795; }
a { background-color: rgb(199,71,149); }
div.DivClassName
{
background-color: #C74795;
}
.BgClassName
{
background-color: #C74795;
}
</style>
border-color css
<style>
span { border-color: #C74795; }
span { border-color: rgb(199,71,149); }
td.TdClassName
{
border-color: #C74795;
}
.TagClassName
{
border-color: #C74795;
}
</style>