Shades of Mulberry #C64199
Tints of Mulberry #C64199
RGB
CMYK
RGB Variations
Color information
#C64199 (or 0xC64199) is known color: Mulberry. HEX triplet: C6, 41 and 99. RGB value is (198,65,153). Sum of RGB (Red+Green+Blue) = 198+65+153=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C64199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64199 is #39BE66. Grayscale: #727272. Windows color (decimal): -3784295 or 10043846. OLE color: 10043846.
HSL color Cylindrical-coordinate representation of color #C64199: hue angle of 320.3º 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 #C64199 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 153 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.22 |
| HSL | 320.3º | 0.54% | 0.52% | - |
| HSV(B) | 320.3º | 0.67% | 0.78% | - |
| XYZ | 30.93 | 18.09 | 32 | - |
| YUV | 114.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 153 | 0 | 0.67 | 0.23 | 0.22 | 320.3 | 0.54 | 0.52 |
| Hex | C6 | 41 | 99 | 0 | 43 | 17 | 16 | 140 | 36 | 34 |
| Octal | 306 | 101 | 231 | 0 | 103 | 27 | 26 | 500 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10011001 | 0 | 1000011 | 10111 | 10110 | 101000000 | 110110 | 110100 |
Color Harmonies of #C64199
Complementary color
Monochromatic Colors of #C64199
Black with #C64199
Text Example
Text Example
White with #C64199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64199; }
p { color: rgb(198,65,153); }
H1.HeaderClassName
{
color: #C64199;
}
.AnyTagClassName
{
color: #C64199;
}
</style>
background-color css
<style>
a { background-color: #C64199; }
a { background-color: rgb(198,65,153); }
div.DivClassName
{
background-color: #C64199;
}
.BgClassName
{
background-color: #C64199;
}
</style>
border-color css
<style>
span { border-color: #C64199; }
span { border-color: rgb(198,65,153); }
td.TdClassName
{
border-color: #C64199;
}
.TagClassName
{
border-color: #C64199;
}
</style>