Shades of Mulberry #C74587
Tints of Mulberry #C74587
RGB
CMYK
RGB Variations
Color information
#C74587 (or 0xC74587) is known color: Mulberry. HEX triplet: C7, 45 and 87. RGB value is (199,69,135). Sum of RGB (Red+Green+Blue) = 199+69+135=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C74587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74587 is #38BA78. Grayscale: #737373. Windows color (decimal): -3717753 or 8865223. OLE color: 8865223.
HSL color Cylindrical-coordinate representation of color #C74587: hue angle of 329.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74587 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 135 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.22 |
| HSL | 329.54º | 0.54% | 0.53% | - |
| HSV(B) | 329.54º | 0.65% | 0.78% | - |
| XYZ | 30.05 | 18.15 | 24.84 | - |
| YUV | 115.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 135 | 0 | 0.65 | 0.32 | 0.22 | 329.54 | 0.54 | 0.53 |
| Hex | C7 | 45 | 87 | 0 | 41 | 20 | 16 | 14A | 36 | 35 |
| Octal | 307 | 105 | 207 | 0 | 101 | 40 | 26 | 512 | 66 | 65 |
| Binary | 11000111 | 1000101 | 10000111 | 0 | 1000001 | 100000 | 10110 | 101001010 | 110110 | 110101 |
Color Harmonies of #C74587
Complementary color
Monochromatic Colors of #C74587
Black with #C74587
Text Example
Text Example
White with #C74587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74587; }
p { color: rgb(199,69,135); }
H1.HeaderClassName
{
color: #C74587;
}
.AnyTagClassName
{
color: #C74587;
}
</style>
background-color css
<style>
a { background-color: #C74587; }
a { background-color: rgb(199,69,135); }
div.DivClassName
{
background-color: #C74587;
}
.BgClassName
{
background-color: #C74587;
}
</style>
border-color css
<style>
span { border-color: #C74587; }
span { border-color: rgb(199,69,135); }
td.TdClassName
{
border-color: #C74587;
}
.TagClassName
{
border-color: #C74587;
}
</style>