Shades of Mulberry #C75199
Tints of Mulberry #C75199
RGB
CMYK
RGB Variations
Color information
#C75199 (or 0xC75199) is known color: Mulberry. HEX triplet: C7, 51 and 99. RGB value is (199,81,153). Sum of RGB (Red+Green+Blue) = 199+81+153=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C75199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75199 is #38AE66. Grayscale: #7C7C7C. Windows color (decimal): -3714663 or 10047943. OLE color: 10047943.
HSL color Cylindrical-coordinate representation of color #C75199: hue angle of 323.39º 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 #C75199 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 153 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.22 |
| HSL | 323.39º | 0.51% | 0.55% | - |
| HSV(B) | 323.39º | 0.59% | 0.78% | - |
| XYZ | 32.25 | 20.33 | 32.36 | - |
| YUV | 124.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 153 | 0 | 0.59 | 0.23 | 0.22 | 323.39 | 0.51 | 0.55 |
| Hex | C7 | 51 | 99 | 0 | 3B | 17 | 16 | 143 | 33 | 37 |
| Octal | 307 | 121 | 231 | 0 | 73 | 27 | 26 | 503 | 63 | 67 |
| Binary | 11000111 | 1010001 | 10011001 | 0 | 111011 | 10111 | 10110 | 101000011 | 110011 | 110111 |
Color Harmonies of #C75199
Complementary color
Monochromatic Colors of #C75199
Black with #C75199
Text Example
Text Example
White with #C75199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75199; }
p { color: rgb(199,81,153); }
H1.HeaderClassName
{
color: #C75199;
}
.AnyTagClassName
{
color: #C75199;
}
</style>
background-color css
<style>
a { background-color: #C75199; }
a { background-color: rgb(199,81,153); }
div.DivClassName
{
background-color: #C75199;
}
.BgClassName
{
background-color: #C75199;
}
</style>
border-color css
<style>
span { border-color: #C75199; }
span { border-color: rgb(199,81,153); }
td.TdClassName
{
border-color: #C75199;
}
.TagClassName
{
border-color: #C75199;
}
</style>