Shades of Mulberry #C64993
Tints of Mulberry #C64993
RGB
CMYK
RGB Variations
Color information
#C64993 (or 0xC64993) is known color: Mulberry. HEX triplet: C6, 49 and 93. RGB value is (198,73,147). Sum of RGB (Red+Green+Blue) = 198+73+147=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C64993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64993 is #39B66C. Grayscale: #767676. Windows color (decimal): -3782253 or 9652678. OLE color: 9652678.
HSL color Cylindrical-coordinate representation of color #C64993: hue angle of 324.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64993 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 147 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.22 |
| HSL | 324.48º | 0.52% | 0.53% | - |
| HSV(B) | 324.48º | 0.63% | 0.78% | - |
| XYZ | 30.94 | 18.88 | 29.62 | - |
| YUV | 118.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 147 | 0 | 0.63 | 0.26 | 0.22 | 324.48 | 0.52 | 0.53 |
| Hex | C6 | 49 | 93 | 0 | 3F | 1A | 16 | 144 | 34 | 35 |
| Octal | 306 | 111 | 223 | 0 | 77 | 32 | 26 | 504 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10010011 | 0 | 111111 | 11010 | 10110 | 101000100 | 110100 | 110101 |
Color Harmonies of #C64993
Complementary color
Monochromatic Colors of #C64993
Black with #C64993
Text Example
Text Example
White with #C64993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64993; }
p { color: rgb(198,73,147); }
H1.HeaderClassName
{
color: #C64993;
}
.AnyTagClassName
{
color: #C64993;
}
</style>
background-color css
<style>
a { background-color: #C64993; }
a { background-color: rgb(198,73,147); }
div.DivClassName
{
background-color: #C64993;
}
.BgClassName
{
background-color: #C64993;
}
</style>
border-color css
<style>
span { border-color: #C64993; }
span { border-color: rgb(198,73,147); }
td.TdClassName
{
border-color: #C64993;
}
.TagClassName
{
border-color: #C64993;
}
</style>