Shades of Mulberry #C7507D
Tints of Mulberry #C7507D
RGB
CMYK
RGB Variations
Color information
#C7507D (or 0xC7507D) is known color: Mulberry. HEX triplet: C7, 50 and 7D. RGB value is (199,80,125). Sum of RGB (Red+Green+Blue) = 199+80+125=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7507D is #38AF82. Grayscale: #787878. Windows color (decimal): -3714947 or 8212679. OLE color: 8212679.
HSL color Cylindrical-coordinate representation of color #C7507D: hue angle of 337.31º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7507D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 125 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.22 |
| HSL | 337.31º | 0.52% | 0.55% | - |
| HSV(B) | 337.31º | 0.6% | 0.78% | - |
| XYZ | 30.12 | 19.36 | 21.55 | - |
| YUV | 120.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 125 | 0 | 0.60 | 0.37 | 0.22 | 337.31 | 0.52 | 0.55 |
| Hex | C7 | 50 | 7D | 0 | 3C | 25 | 16 | 151 | 34 | 37 |
| Octal | 307 | 120 | 175 | 0 | 74 | 45 | 26 | 521 | 64 | 67 |
| Binary | 11000111 | 1010000 | 1111101 | 0 | 111100 | 100101 | 10110 | 101010001 | 110100 | 110111 |
Color Harmonies of #C7507D
Complementary color
Monochromatic Colors of #C7507D
Black with #C7507D
Text Example
Text Example
White with #C7507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7507D; }
p { color: rgb(199,80,125); }
H1.HeaderClassName
{
color: #C7507D;
}
.AnyTagClassName
{
color: #C7507D;
}
</style>
background-color css
<style>
a { background-color: #C7507D; }
a { background-color: rgb(199,80,125); }
div.DivClassName
{
background-color: #C7507D;
}
.BgClassName
{
background-color: #C7507D;
}
</style>
border-color css
<style>
span { border-color: #C7507D; }
span { border-color: rgb(199,80,125); }
td.TdClassName
{
border-color: #C7507D;
}
.TagClassName
{
border-color: #C7507D;
}
</style>