Shades of Mulberry #C75195
Tints of Mulberry #C75195
RGB
CMYK
RGB Variations
Color information
#C75195 (or 0xC75195) is known color: Mulberry. HEX triplet: C7, 51 and 95. RGB value is (199,81,149). Sum of RGB (Red+Green+Blue) = 199+81+149=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C75195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75195 is #38AE6A. Grayscale: #7B7B7B. Windows color (decimal): -3714667 or 9785799. OLE color: 9785799.
HSL color Cylindrical-coordinate representation of color #C75195: hue angle of 325.42º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75195 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 149 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.22 |
| HSL | 325.42º | 0.51% | 0.55% | - |
| HSV(B) | 325.42º | 0.59% | 0.78% | - |
| XYZ | 31.92 | 20.2 | 30.65 | - |
| YUV | 124.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 149 | 0 | 0.59 | 0.25 | 0.22 | 325.42 | 0.51 | 0.55 |
| Hex | C7 | 51 | 95 | 0 | 3B | 19 | 16 | 145 | 33 | 37 |
| Octal | 307 | 121 | 225 | 0 | 73 | 31 | 26 | 505 | 63 | 67 |
| Binary | 11000111 | 1010001 | 10010101 | 0 | 111011 | 11001 | 10110 | 101000101 | 110011 | 110111 |
Color Harmonies of #C75195
Complementary color
Monochromatic Colors of #C75195
Black with #C75195
Text Example
Text Example
White with #C75195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75195; }
p { color: rgb(199,81,149); }
H1.HeaderClassName
{
color: #C75195;
}
.AnyTagClassName
{
color: #C75195;
}
</style>
background-color css
<style>
a { background-color: #C75195; }
a { background-color: rgb(199,81,149); }
div.DivClassName
{
background-color: #C75195;
}
.BgClassName
{
background-color: #C75195;
}
</style>
border-color css
<style>
span { border-color: #C75195; }
span { border-color: rgb(199,81,149); }
td.TdClassName
{
border-color: #C75195;
}
.TagClassName
{
border-color: #C75195;
}
</style>