Shades of Mulberry #C7457D
Tints of Mulberry #C7457D
RGB
CMYK
RGB Variations
Color information
#C7457D (or 0xC7457D) is known color: Mulberry. HEX triplet: C7, 45 and 7D. RGB value is (199,69,125). Sum of RGB (Red+Green+Blue) = 199+69+125=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7457D is #38BA82. Grayscale: #727272. Windows color (decimal): -3717763 or 8209863. OLE color: 8209863.
HSL color Cylindrical-coordinate representation of color #C7457D: hue angle of 334.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7457D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 125 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.22 |
| HSL | 334.15º | 0.54% | 0.53% | - |
| HSV(B) | 334.15º | 0.65% | 0.78% | - |
| XYZ | 29.38 | 17.88 | 21.3 | - |
| YUV | 114.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 125 | 0 | 0.65 | 0.37 | 0.22 | 334.15 | 0.54 | 0.53 |
| Hex | C7 | 45 | 7D | 0 | 41 | 25 | 16 | 14E | 36 | 35 |
| Octal | 307 | 105 | 175 | 0 | 101 | 45 | 26 | 516 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1111101 | 0 | 1000001 | 100101 | 10110 | 101001110 | 110110 | 110101 |
Color Harmonies of #C7457D
Complementary color
Monochromatic Colors of #C7457D
Black with #C7457D
Text Example
Text Example
White with #C7457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7457D; }
p { color: rgb(199,69,125); }
H1.HeaderClassName
{
color: #C7457D;
}
.AnyTagClassName
{
color: #C7457D;
}
</style>
background-color css
<style>
a { background-color: #C7457D; }
a { background-color: rgb(199,69,125); }
div.DivClassName
{
background-color: #C7457D;
}
.BgClassName
{
background-color: #C7457D;
}
</style>
border-color css
<style>
span { border-color: #C7457D; }
span { border-color: rgb(199,69,125); }
td.TdClassName
{
border-color: #C7457D;
}
.TagClassName
{
border-color: #C7457D;
}
</style>