Shades of Mulberry #C74B7E
Tints of Mulberry #C74B7E
RGB
CMYK
RGB Variations
Color information
#C74B7E (or 0xC74B7E) is known color: Mulberry. HEX triplet: C7, 4B and 7E. RGB value is (199,75,126). Sum of RGB (Red+Green+Blue) = 199+75+126=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B7E is #38B481. Grayscale: #757575. Windows color (decimal): -3716226 or 8276935. OLE color: 8276935.
HSL color Cylindrical-coordinate representation of color #C74B7E: hue angle of 335.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B7E is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 126 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.22 |
| HSL | 335.32º | 0.53% | 0.54% | - |
| HSV(B) | 335.32º | 0.62% | 0.78% | - |
| XYZ | 29.84 | 18.68 | 21.77 | - |
| YUV | 117.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 126 | 0 | 0.62 | 0.37 | 0.22 | 335.32 | 0.53 | 0.54 |
| Hex | C7 | 4B | 7E | 0 | 3E | 25 | 16 | 14F | 35 | 36 |
| Octal | 307 | 113 | 176 | 0 | 76 | 45 | 26 | 517 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1111110 | 0 | 111110 | 100101 | 10110 | 101001111 | 110101 | 110110 |
Color Harmonies of #C74B7E
Complementary color
Monochromatic Colors of #C74B7E
Black with #C74B7E
Text Example
Text Example
White with #C74B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B7E; }
p { color: rgb(199,75,126); }
H1.HeaderClassName
{
color: #C74B7E;
}
.AnyTagClassName
{
color: #C74B7E;
}
</style>
background-color css
<style>
a { background-color: #C74B7E; }
a { background-color: rgb(199,75,126); }
div.DivClassName
{
background-color: #C74B7E;
}
.BgClassName
{
background-color: #C74B7E;
}
</style>
border-color css
<style>
span { border-color: #C74B7E; }
span { border-color: rgb(199,75,126); }
td.TdClassName
{
border-color: #C74B7E;
}
.TagClassName
{
border-color: #C74B7E;
}
</style>