Shades of Mulberry #C7438D
Tints of Mulberry #C7438D
RGB
CMYK
RGB Variations
Color information
#C7438D (or 0xC7438D) is known color: Mulberry. HEX triplet: C7, 43 and 8D. RGB value is (199,67,141). Sum of RGB (Red+Green+Blue) = 199+67+141=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7438D is #38BC72. Grayscale: #727272. Windows color (decimal): -3718259 or 9257927. OLE color: 9257927.
HSL color Cylindrical-coordinate representation of color #C7438D: hue angle of 326.36º 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 #C7438D is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 141 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.22 |
| HSL | 326.36º | 0.54% | 0.52% | - |
| HSV(B) | 326.36º | 0.66% | 0.78% | - |
| XYZ | 30.37 | 18.08 | 27.09 | - |
| YUV | 114.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 141 | 0 | 0.66 | 0.29 | 0.22 | 326.36 | 0.54 | 0.52 |
| Hex | C7 | 43 | 8D | 0 | 42 | 1D | 16 | 146 | 36 | 34 |
| Octal | 307 | 103 | 215 | 0 | 102 | 35 | 26 | 506 | 66 | 64 |
| Binary | 11000111 | 1000011 | 10001101 | 0 | 1000010 | 11101 | 10110 | 101000110 | 110110 | 110100 |
Color Harmonies of #C7438D
Complementary color
Monochromatic Colors of #C7438D
Black with #C7438D
Text Example
Text Example
White with #C7438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7438D; }
p { color: rgb(199,67,141); }
H1.HeaderClassName
{
color: #C7438D;
}
.AnyTagClassName
{
color: #C7438D;
}
</style>
background-color css
<style>
a { background-color: #C7438D; }
a { background-color: rgb(199,67,141); }
div.DivClassName
{
background-color: #C7438D;
}
.BgClassName
{
background-color: #C7438D;
}
</style>
border-color css
<style>
span { border-color: #C7438D; }
span { border-color: rgb(199,67,141); }
td.TdClassName
{
border-color: #C7438D;
}
.TagClassName
{
border-color: #C7438D;
}
</style>