Shades of Mulberry #C64980
Tints of Mulberry #C64980
RGB
CMYK
RGB Variations
Color information
#C64980 (or 0xC64980) is known color: Mulberry. HEX triplet: C6, 49 and 80. RGB value is (198,73,128). Sum of RGB (Red+Green+Blue) = 198+73+128=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C64980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64980 is #39B67F. Grayscale: #747474. Windows color (decimal): -3782272 or 8407494. OLE color: 8407494.
HSL color Cylindrical-coordinate representation of color #C64980: hue angle of 333.6º 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 #C64980 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 128 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.22 |
| HSL | 333.6º | 0.52% | 0.53% | - |
| HSV(B) | 333.6º | 0.63% | 0.78% | - |
| XYZ | 29.57 | 18.33 | 22.4 | - |
| YUV | 116.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 128 | 0 | 0.63 | 0.35 | 0.22 | 333.6 | 0.52 | 0.53 |
| Hex | C6 | 49 | 80 | 0 | 3F | 23 | 16 | 14E | 34 | 35 |
| Octal | 306 | 111 | 200 | 0 | 77 | 43 | 26 | 516 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10000000 | 0 | 111111 | 100011 | 10110 | 101001110 | 110100 | 110101 |
Color Harmonies of #C64980
Complementary color
Monochromatic Colors of #C64980
Black with #C64980
Text Example
Text Example
White with #C64980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64980; }
p { color: rgb(198,73,128); }
H1.HeaderClassName
{
color: #C64980;
}
.AnyTagClassName
{
color: #C64980;
}
</style>
background-color css
<style>
a { background-color: #C64980; }
a { background-color: rgb(198,73,128); }
div.DivClassName
{
background-color: #C64980;
}
.BgClassName
{
background-color: #C64980;
}
</style>
border-color css
<style>
span { border-color: #C64980; }
span { border-color: rgb(198,73,128); }
td.TdClassName
{
border-color: #C64980;
}
.TagClassName
{
border-color: #C64980;
}
</style>