Shades of Mulberry #C64582
Tints of Mulberry #C64582
RGB
CMYK
RGB Variations
Color information
#C64582 (or 0xC64582) is known color: Mulberry. HEX triplet: C6, 45 and 82. RGB value is (198,69,130). Sum of RGB (Red+Green+Blue) = 198+69+130=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C64582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64582 is #39BA7D. Grayscale: #727272. Windows color (decimal): -3783294 or 8537542. OLE color: 8537542.
HSL color Cylindrical-coordinate representation of color #C64582: hue angle of 331.63º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64582 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 130 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.22 |
| HSL | 331.63º | 0.53% | 0.52% | - |
| HSV(B) | 331.63º | 0.65% | 0.78% | - |
| XYZ | 29.45 | 17.87 | 23.02 | - |
| YUV | 114.53 | 136.74 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 130 | 0 | 0.65 | 0.34 | 0.22 | 331.63 | 0.53 | 0.52 |
| Hex | C6 | 45 | 82 | 0 | 41 | 22 | 16 | 14C | 35 | 34 |
| Octal | 306 | 105 | 202 | 0 | 101 | 42 | 26 | 514 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10000010 | 0 | 1000001 | 100010 | 10110 | 101001100 | 110101 | 110100 |
Color Harmonies of #C64582
Complementary color
Monochromatic Colors of #C64582
Black with #C64582
Text Example
Text Example
White with #C64582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64582; }
p { color: rgb(198,69,130); }
H1.HeaderClassName
{
color: #C64582;
}
.AnyTagClassName
{
color: #C64582;
}
</style>
background-color css
<style>
a { background-color: #C64582; }
a { background-color: rgb(198,69,130); }
div.DivClassName
{
background-color: #C64582;
}
.BgClassName
{
background-color: #C64582;
}
</style>
border-color css
<style>
span { border-color: #C64582; }
span { border-color: rgb(198,69,130); }
td.TdClassName
{
border-color: #C64582;
}
.TagClassName
{
border-color: #C64582;
}
</style>