Shades of Mulberry #C64197
Tints of Mulberry #C64197
RGB
CMYK
RGB Variations
Color information
#C64197 (or 0xC64197) is known color: Mulberry. HEX triplet: C6, 41 and 97. RGB value is (198,65,151). Sum of RGB (Red+Green+Blue) = 198+65+151=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C64197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64197 is #39BE68. Grayscale: #727272. Windows color (decimal): -3784297 or 9912774. OLE color: 9912774.
HSL color Cylindrical-coordinate representation of color #C64197: hue angle of 321.2º 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 #C64197 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 151 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.22 |
| HSL | 321.2º | 0.54% | 0.52% | - |
| HSV(B) | 321.2º | 0.67% | 0.78% | - |
| XYZ | 30.76 | 18.02 | 31.14 | - |
| YUV | 114.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 151 | 0 | 0.67 | 0.24 | 0.22 | 321.2 | 0.54 | 0.52 |
| Hex | C6 | 41 | 97 | 0 | 43 | 18 | 16 | 141 | 36 | 34 |
| Octal | 306 | 101 | 227 | 0 | 103 | 30 | 26 | 501 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10010111 | 0 | 1000011 | 11000 | 10110 | 101000001 | 110110 | 110100 |
Color Harmonies of #C64197
Complementary color
Monochromatic Colors of #C64197
Black with #C64197
Text Example
Text Example
White with #C64197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64197; }
p { color: rgb(198,65,151); }
H1.HeaderClassName
{
color: #C64197;
}
.AnyTagClassName
{
color: #C64197;
}
</style>
background-color css
<style>
a { background-color: #C64197; }
a { background-color: rgb(198,65,151); }
div.DivClassName
{
background-color: #C64197;
}
.BgClassName
{
background-color: #C64197;
}
</style>
border-color css
<style>
span { border-color: #C64197; }
span { border-color: rgb(198,65,151); }
td.TdClassName
{
border-color: #C64197;
}
.TagClassName
{
border-color: #C64197;
}
</style>