Shades of Mulberry #C7407E
Tints of Mulberry #C7407E
RGB
CMYK
RGB Variations
Color information
#C7407E (or 0xC7407E) is known color: Mulberry. HEX triplet: C7, 40 and 7E. RGB value is (199,64,126). Sum of RGB (Red+Green+Blue) = 199+64+126=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7407E is #38BF81. Grayscale: #6F6F6F. Windows color (decimal): -3719042 or 8274119. OLE color: 8274119.
HSL color Cylindrical-coordinate representation of color #C7407E: hue angle of 332.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7407E is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 126 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.22 |
| HSL | 332.44º | 0.55% | 0.52% | - |
| HSV(B) | 332.44º | 0.68% | 0.78% | - |
| XYZ | 29.15 | 17.32 | 21.54 | - |
| YUV | 111.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 126 | 0 | 0.68 | 0.37 | 0.22 | 332.44 | 0.55 | 0.52 |
| Hex | C7 | 40 | 7E | 0 | 44 | 25 | 16 | 14C | 37 | 34 |
| Octal | 307 | 100 | 176 | 0 | 104 | 45 | 26 | 514 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1111110 | 0 | 1000100 | 100101 | 10110 | 101001100 | 110111 | 110100 |
Color Harmonies of #C7407E
Complementary color
Monochromatic Colors of #C7407E
Black with #C7407E
Text Example
Text Example
White with #C7407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7407E; }
p { color: rgb(199,64,126); }
H1.HeaderClassName
{
color: #C7407E;
}
.AnyTagClassName
{
color: #C7407E;
}
</style>
background-color css
<style>
a { background-color: #C7407E; }
a { background-color: rgb(199,64,126); }
div.DivClassName
{
background-color: #C7407E;
}
.BgClassName
{
background-color: #C7407E;
}
</style>
border-color css
<style>
span { border-color: #C7407E; }
span { border-color: rgb(199,64,126); }
td.TdClassName
{
border-color: #C7407E;
}
.TagClassName
{
border-color: #C7407E;
}
</style>