Shades of Mulberry #C74194
Tints of Mulberry #C74194
RGB
CMYK
RGB Variations
Color information
#C74194 (or 0xC74194) is known color: Mulberry. HEX triplet: C7, 41 and 94. RGB value is (199,65,148). Sum of RGB (Red+Green+Blue) = 199+65+148=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C74194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74194 is #38BE6B. Grayscale: #727272. Windows color (decimal): -3718764 or 9716167. OLE color: 9716167.
HSL color Cylindrical-coordinate representation of color #C74194: hue angle of 322.84º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74194 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 148 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.22 |
| HSL | 322.84º | 0.54% | 0.52% | - |
| HSV(B) | 322.84º | 0.67% | 0.78% | - |
| XYZ | 30.79 | 18.06 | 29.88 | - |
| YUV | 114.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 148 | 0 | 0.67 | 0.26 | 0.22 | 322.84 | 0.54 | 0.52 |
| Hex | C7 | 41 | 94 | 0 | 43 | 1A | 16 | 143 | 36 | 34 |
| Octal | 307 | 101 | 224 | 0 | 103 | 32 | 26 | 503 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10010100 | 0 | 1000011 | 11010 | 10110 | 101000011 | 110110 | 110100 |
Color Harmonies of #C74194
Complementary color
Monochromatic Colors of #C74194
Black with #C74194
Text Example
Text Example
White with #C74194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74194; }
p { color: rgb(199,65,148); }
H1.HeaderClassName
{
color: #C74194;
}
.AnyTagClassName
{
color: #C74194;
}
</style>
background-color css
<style>
a { background-color: #C74194; }
a { background-color: rgb(199,65,148); }
div.DivClassName
{
background-color: #C74194;
}
.BgClassName
{
background-color: #C74194;
}
</style>
border-color css
<style>
span { border-color: #C74194; }
span { border-color: rgb(199,65,148); }
td.TdClassName
{
border-color: #C74194;
}
.TagClassName
{
border-color: #C74194;
}
</style>