Shades of Mulberry #C74192
Tints of Mulberry #C74192
RGB
CMYK
RGB Variations
Color information
#C74192 (or 0xC74192) is known color: Mulberry. HEX triplet: C7, 41 and 92. RGB value is (199,65,146). Sum of RGB (Red+Green+Blue) = 199+65+146=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C74192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74192 is #38BE6D. Grayscale: #727272. Windows color (decimal): -3718766 or 9585095. OLE color: 9585095.
HSL color Cylindrical-coordinate representation of color #C74192: hue angle of 323.73º 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 #C74192 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 146 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.22 |
| HSL | 323.73º | 0.54% | 0.52% | - |
| HSV(B) | 323.73º | 0.67% | 0.78% | - |
| XYZ | 30.63 | 18 | 29.05 | - |
| YUV | 114.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 146 | 0 | 0.67 | 0.27 | 0.22 | 323.73 | 0.54 | 0.52 |
| Hex | C7 | 41 | 92 | 0 | 43 | 1B | 16 | 144 | 36 | 34 |
| Octal | 307 | 101 | 222 | 0 | 103 | 33 | 26 | 504 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10010010 | 0 | 1000011 | 11011 | 10110 | 101000100 | 110110 | 110100 |
Color Harmonies of #C74192
Complementary color
Monochromatic Colors of #C74192
Black with #C74192
Text Example
Text Example
White with #C74192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74192; }
p { color: rgb(199,65,146); }
H1.HeaderClassName
{
color: #C74192;
}
.AnyTagClassName
{
color: #C74192;
}
</style>
background-color css
<style>
a { background-color: #C74192; }
a { background-color: rgb(199,65,146); }
div.DivClassName
{
background-color: #C74192;
}
.BgClassName
{
background-color: #C74192;
}
</style>
border-color css
<style>
span { border-color: #C74192; }
span { border-color: rgb(199,65,146); }
td.TdClassName
{
border-color: #C74192;
}
.TagClassName
{
border-color: #C74192;
}
</style>