Shades of Mulberry #C64390
Tints of Mulberry #C64390
RGB
CMYK
RGB Variations
Color information
#C64390 (or 0xC64390) is known color: Mulberry. HEX triplet: C6, 43 and 90. RGB value is (198,67,144). Sum of RGB (Red+Green+Blue) = 198+67+144=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C64390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64390 is #39BC6F. Grayscale: #727272. Windows color (decimal): -3783792 or 9454534. OLE color: 9454534.
HSL color Cylindrical-coordinate representation of color #C64390: hue angle of 324.73º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64390 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 144 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.22 |
| HSL | 324.73º | 0.53% | 0.52% | - |
| HSV(B) | 324.73º | 0.66% | 0.78% | - |
| XYZ | 30.33 | 18.03 | 28.27 | - |
| YUV | 114.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 144 | 0 | 0.66 | 0.27 | 0.22 | 324.73 | 0.53 | 0.52 |
| Hex | C6 | 43 | 90 | 0 | 42 | 1B | 16 | 145 | 35 | 34 |
| Octal | 306 | 103 | 220 | 0 | 102 | 33 | 26 | 505 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10010000 | 0 | 1000010 | 11011 | 10110 | 101000101 | 110101 | 110100 |
Color Harmonies of #C64390
Complementary color
Monochromatic Colors of #C64390
Black with #C64390
Text Example
Text Example
White with #C64390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64390; }
p { color: rgb(198,67,144); }
H1.HeaderClassName
{
color: #C64390;
}
.AnyTagClassName
{
color: #C64390;
}
</style>
background-color css
<style>
a { background-color: #C64390; }
a { background-color: rgb(198,67,144); }
div.DivClassName
{
background-color: #C64390;
}
.BgClassName
{
background-color: #C64390;
}
</style>
border-color css
<style>
span { border-color: #C64390; }
span { border-color: rgb(198,67,144); }
td.TdClassName
{
border-color: #C64390;
}
.TagClassName
{
border-color: #C64390;
}
</style>