Shades of Mulberry #C75294
Tints of Mulberry #C75294
RGB
CMYK
RGB Variations
Color information
#C75294 (or 0xC75294) is known color: Mulberry. HEX triplet: C7, 52 and 94. RGB value is (199,82,148). Sum of RGB (Red+Green+Blue) = 199+82+148=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C75294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75294 is #38AD6B. Grayscale: #7C7C7C. Windows color (decimal): -3714412 or 9720519. OLE color: 9720519.
HSL color Cylindrical-coordinate representation of color #C75294: hue angle of 326.15º 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 #C75294 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 148 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.22 |
| HSL | 326.15º | 0.51% | 0.55% | - |
| HSV(B) | 326.15º | 0.59% | 0.78% | - |
| XYZ | 31.92 | 20.31 | 30.26 | - |
| YUV | 124.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 148 | 0 | 0.59 | 0.26 | 0.22 | 326.15 | 0.51 | 0.55 |
| Hex | C7 | 52 | 94 | 0 | 3B | 1A | 16 | 146 | 33 | 37 |
| Octal | 307 | 122 | 224 | 0 | 73 | 32 | 26 | 506 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10010100 | 0 | 111011 | 11010 | 10110 | 101000110 | 110011 | 110111 |
Color Harmonies of #C75294
Complementary color
Monochromatic Colors of #C75294
Black with #C75294
Text Example
Text Example
White with #C75294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75294; }
p { color: rgb(199,82,148); }
H1.HeaderClassName
{
color: #C75294;
}
.AnyTagClassName
{
color: #C75294;
}
</style>
background-color css
<style>
a { background-color: #C75294; }
a { background-color: rgb(199,82,148); }
div.DivClassName
{
background-color: #C75294;
}
.BgClassName
{
background-color: #C75294;
}
</style>
border-color css
<style>
span { border-color: #C75294; }
span { border-color: rgb(199,82,148); }
td.TdClassName
{
border-color: #C75294;
}
.TagClassName
{
border-color: #C75294;
}
</style>