Shades of Mulberry #C7427B
Tints of Mulberry #C7427B
RGB
CMYK
RGB Variations
Color information
#C7427B (or 0xC7427B) is known color: Mulberry. HEX triplet: C7, 42 and 7B. RGB value is (199,66,123). Sum of RGB (Red+Green+Blue) = 199+66+123=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7427B is #38BD84. Grayscale: #707070. Windows color (decimal): -3718533 or 8078023. OLE color: 8078023.
HSL color Cylindrical-coordinate representation of color #C7427B: hue angle of 334.29º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7427B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 123 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.22 |
| HSL | 334.29º | 0.54% | 0.52% | - |
| HSV(B) | 334.29º | 0.67% | 0.78% | - |
| XYZ | 29.08 | 17.47 | 20.58 | - |
| YUV | 112.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 123 | 0 | 0.67 | 0.38 | 0.22 | 334.29 | 0.54 | 0.52 |
| Hex | C7 | 42 | 7B | 0 | 43 | 26 | 16 | 14E | 36 | 34 |
| Octal | 307 | 102 | 173 | 0 | 103 | 46 | 26 | 516 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1111011 | 0 | 1000011 | 100110 | 10110 | 101001110 | 110110 | 110100 |
Color Harmonies of #C7427B
Complementary color
Monochromatic Colors of #C7427B
Black with #C7427B
Text Example
Text Example
White with #C7427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7427B; }
p { color: rgb(199,66,123); }
H1.HeaderClassName
{
color: #C7427B;
}
.AnyTagClassName
{
color: #C7427B;
}
</style>
background-color css
<style>
a { background-color: #C7427B; }
a { background-color: rgb(199,66,123); }
div.DivClassName
{
background-color: #C7427B;
}
.BgClassName
{
background-color: #C7427B;
}
</style>
border-color css
<style>
span { border-color: #C7427B; }
span { border-color: rgb(199,66,123); }
td.TdClassName
{
border-color: #C7427B;
}
.TagClassName
{
border-color: #C7427B;
}
</style>