Shades of Mulberry #C64194
Tints of Mulberry #C64194
RGB
CMYK
RGB Variations
Color information
#C64194 (or 0xC64194) is known color: Mulberry. HEX triplet: C6, 41 and 94. RGB value is (198,65,148). Sum of RGB (Red+Green+Blue) = 198+65+148=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C64194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64194 is #39BE6B. Grayscale: #727272. Windows color (decimal): -3784300 or 9716166. OLE color: 9716166.
HSL color Cylindrical-coordinate representation of color #C64194: hue angle of 322.56º 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 #C64194 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 148 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.22 |
| HSL | 322.56º | 0.54% | 0.52% | - |
| HSV(B) | 322.56º | 0.67% | 0.78% | - |
| XYZ | 30.52 | 17.92 | 29.87 | - |
| YUV | 114.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 148 | 0 | 0.67 | 0.25 | 0.22 | 322.56 | 0.54 | 0.52 |
| Hex | C6 | 41 | 94 | 0 | 43 | 19 | 16 | 143 | 36 | 34 |
| Octal | 306 | 101 | 224 | 0 | 103 | 31 | 26 | 503 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10010100 | 0 | 1000011 | 11001 | 10110 | 101000011 | 110110 | 110100 |
Color Harmonies of #C64194
Complementary color
Monochromatic Colors of #C64194
Black with #C64194
Text Example
Text Example
White with #C64194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64194; }
p { color: rgb(198,65,148); }
H1.HeaderClassName
{
color: #C64194;
}
.AnyTagClassName
{
color: #C64194;
}
</style>
background-color css
<style>
a { background-color: #C64194; }
a { background-color: rgb(198,65,148); }
div.DivClassName
{
background-color: #C64194;
}
.BgClassName
{
background-color: #C64194;
}
</style>
border-color css
<style>
span { border-color: #C64194; }
span { border-color: rgb(198,65,148); }
td.TdClassName
{
border-color: #C64194;
}
.TagClassName
{
border-color: #C64194;
}
</style>