Shades of Mulberry #C7448B
Tints of Mulberry #C7448B
RGB
CMYK
RGB Variations
Color information
#C7448B (or 0xC7448B) is known color: Mulberry. HEX triplet: C7, 44 and 8B. RGB value is (199,68,139). Sum of RGB (Red+Green+Blue) = 199+68+139=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7448B is #38BB74. Grayscale: #737373. Windows color (decimal): -3718005 or 9127111. OLE color: 9127111.
HSL color Cylindrical-coordinate representation of color #C7448B: hue angle of 327.48º 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 #C7448B is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 139 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.22 |
| HSL | 327.48º | 0.54% | 0.52% | - |
| HSV(B) | 327.48º | 0.66% | 0.78% | - |
| XYZ | 30.28 | 18.14 | 26.33 | - |
| YUV | 115.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 139 | 0 | 0.66 | 0.30 | 0.22 | 327.48 | 0.54 | 0.52 |
| Hex | C7 | 44 | 8B | 0 | 42 | 1E | 16 | 147 | 36 | 34 |
| Octal | 307 | 104 | 213 | 0 | 102 | 36 | 26 | 507 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10001011 | 0 | 1000010 | 11110 | 10110 | 101000111 | 110110 | 110100 |
Color Harmonies of #C7448B
Complementary color
Monochromatic Colors of #C7448B
Black with #C7448B
Text Example
Text Example
White with #C7448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7448B; }
p { color: rgb(199,68,139); }
H1.HeaderClassName
{
color: #C7448B;
}
.AnyTagClassName
{
color: #C7448B;
}
</style>
background-color css
<style>
a { background-color: #C7448B; }
a { background-color: rgb(199,68,139); }
div.DivClassName
{
background-color: #C7448B;
}
.BgClassName
{
background-color: #C7448B;
}
</style>
border-color css
<style>
span { border-color: #C7448B; }
span { border-color: rgb(199,68,139); }
td.TdClassName
{
border-color: #C7448B;
}
.TagClassName
{
border-color: #C7448B;
}
</style>