Shades of Mulberry #C7427C
Tints of Mulberry #C7427C
RGB
CMYK
RGB Variations
Color information
#C7427C (or 0xC7427C) is known color: Mulberry. HEX triplet: C7, 42 and 7C. RGB value is (199,66,124). Sum of RGB (Red+Green+Blue) = 199+66+124=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7427C is #38BD83. Grayscale: #707070. Windows color (decimal): -3718532 or 8143559. OLE color: 8143559.
HSL color Cylindrical-coordinate representation of color #C7427C: hue angle of 333.83º 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 #C7427C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 124 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.22 |
| HSL | 333.83º | 0.54% | 0.52% | - |
| HSV(B) | 333.83º | 0.67% | 0.78% | - |
| XYZ | 29.14 | 17.49 | 20.91 | - |
| YUV | 112.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 124 | 0 | 0.67 | 0.38 | 0.22 | 333.83 | 0.54 | 0.52 |
| Hex | C7 | 42 | 7C | 0 | 43 | 26 | 16 | 14E | 36 | 34 |
| Octal | 307 | 102 | 174 | 0 | 103 | 46 | 26 | 516 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1111100 | 0 | 1000011 | 100110 | 10110 | 101001110 | 110110 | 110100 |
Color Harmonies of #C7427C
Complementary color
Monochromatic Colors of #C7427C
Black with #C7427C
Text Example
Text Example
White with #C7427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7427C; }
p { color: rgb(199,66,124); }
H1.HeaderClassName
{
color: #C7427C;
}
.AnyTagClassName
{
color: #C7427C;
}
</style>
background-color css
<style>
a { background-color: #C7427C; }
a { background-color: rgb(199,66,124); }
div.DivClassName
{
background-color: #C7427C;
}
.BgClassName
{
background-color: #C7427C;
}
</style>
border-color css
<style>
span { border-color: #C7427C; }
span { border-color: rgb(199,66,124); }
td.TdClassName
{
border-color: #C7427C;
}
.TagClassName
{
border-color: #C7427C;
}
</style>