Shades of Mulberry #C74488
Tints of Mulberry #C74488
RGB
CMYK
RGB Variations
Color information
#C74488 (or 0xC74488) is known color: Mulberry. HEX triplet: C7, 44 and 88. RGB value is (199,68,136). Sum of RGB (Red+Green+Blue) = 199+68+136=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C74488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74488 is #38BB77. Grayscale: #727272. Windows color (decimal): -3718008 or 8930503. OLE color: 8930503.
HSL color Cylindrical-coordinate representation of color #C74488: hue angle of 328.85º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74488 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 136 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.22 |
| HSL | 328.85º | 0.54% | 0.52% | - |
| HSV(B) | 328.85º | 0.66% | 0.78% | - |
| XYZ | 30.06 | 18.05 | 25.19 | - |
| YUV | 114.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 136 | 0 | 0.66 | 0.32 | 0.22 | 328.85 | 0.54 | 0.52 |
| Hex | C7 | 44 | 88 | 0 | 42 | 20 | 16 | 149 | 36 | 34 |
| Octal | 307 | 104 | 210 | 0 | 102 | 40 | 26 | 511 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10001000 | 0 | 1000010 | 100000 | 10110 | 101001001 | 110110 | 110100 |
Color Harmonies of #C74488
Complementary color
Monochromatic Colors of #C74488
Black with #C74488
Text Example
Text Example
White with #C74488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74488; }
p { color: rgb(199,68,136); }
H1.HeaderClassName
{
color: #C74488;
}
.AnyTagClassName
{
color: #C74488;
}
</style>
background-color css
<style>
a { background-color: #C74488; }
a { background-color: rgb(199,68,136); }
div.DivClassName
{
background-color: #C74488;
}
.BgClassName
{
background-color: #C74488;
}
</style>
border-color css
<style>
span { border-color: #C74488; }
span { border-color: rgb(199,68,136); }
td.TdClassName
{
border-color: #C74488;
}
.TagClassName
{
border-color: #C74488;
}
</style>