Shades of Mulberry #C64490
Tints of Mulberry #C64490
RGB
CMYK
RGB Variations
Color information
#C64490 (or 0xC64490) is known color: Mulberry. HEX triplet: C6, 44 and 90. RGB value is (198,68,144). Sum of RGB (Red+Green+Blue) = 198+68+144=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C64490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64490 is #39BB6F. Grayscale: #737373. Windows color (decimal): -3783536 or 9454790. OLE color: 9454790.
HSL color Cylindrical-coordinate representation of color #C64490: hue angle of 324.92º 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 #C64490 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 144 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.22 |
| HSL | 324.92º | 0.53% | 0.52% | - |
| HSV(B) | 324.92º | 0.66% | 0.78% | - |
| XYZ | 30.39 | 18.15 | 28.29 | - |
| YUV | 115.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 144 | 0 | 0.66 | 0.27 | 0.22 | 324.92 | 0.53 | 0.52 |
| Hex | C6 | 44 | 90 | 0 | 42 | 1B | 16 | 145 | 35 | 34 |
| Octal | 306 | 104 | 220 | 0 | 102 | 33 | 26 | 505 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10010000 | 0 | 1000010 | 11011 | 10110 | 101000101 | 110101 | 110100 |
Color Harmonies of #C64490
Complementary color
Monochromatic Colors of #C64490
Black with #C64490
Text Example
Text Example
White with #C64490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64490; }
p { color: rgb(198,68,144); }
H1.HeaderClassName
{
color: #C64490;
}
.AnyTagClassName
{
color: #C64490;
}
</style>
background-color css
<style>
a { background-color: #C64490; }
a { background-color: rgb(198,68,144); }
div.DivClassName
{
background-color: #C64490;
}
.BgClassName
{
background-color: #C64490;
}
</style>
border-color css
<style>
span { border-color: #C64490; }
span { border-color: rgb(198,68,144); }
td.TdClassName
{
border-color: #C64490;
}
.TagClassName
{
border-color: #C64490;
}
</style>