Shades of Mulberry #C64484
Tints of Mulberry #C64484
RGB
CMYK
RGB Variations
Color information
#C64484 (or 0xC64484) is known color: Mulberry. HEX triplet: C6, 44 and 84. RGB value is (198,68,132). Sum of RGB (Red+Green+Blue) = 198+68+132=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C64484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64484 is #39BB7B. Grayscale: #727272. Windows color (decimal): -3783548 or 8668358. OLE color: 8668358.
HSL color Cylindrical-coordinate representation of color #C64484: hue angle of 330.46º 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 #C64484 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 132 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.22 |
| HSL | 330.46º | 0.53% | 0.52% | - |
| HSV(B) | 330.46º | 0.66% | 0.78% | - |
| XYZ | 29.52 | 17.81 | 23.71 | - |
| YUV | 114.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 132 | 0 | 0.66 | 0.33 | 0.22 | 330.46 | 0.53 | 0.52 |
| Hex | C6 | 44 | 84 | 0 | 42 | 21 | 16 | 14A | 35 | 34 |
| Octal | 306 | 104 | 204 | 0 | 102 | 41 | 26 | 512 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10000100 | 0 | 1000010 | 100001 | 10110 | 101001010 | 110101 | 110100 |
Color Harmonies of #C64484
Complementary color
Monochromatic Colors of #C64484
Black with #C64484
Text Example
Text Example
White with #C64484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64484; }
p { color: rgb(198,68,132); }
H1.HeaderClassName
{
color: #C64484;
}
.AnyTagClassName
{
color: #C64484;
}
</style>
background-color css
<style>
a { background-color: #C64484; }
a { background-color: rgb(198,68,132); }
div.DivClassName
{
background-color: #C64484;
}
.BgClassName
{
background-color: #C64484;
}
</style>
border-color css
<style>
span { border-color: #C64484; }
span { border-color: rgb(198,68,132); }
td.TdClassName
{
border-color: #C64484;
}
.TagClassName
{
border-color: #C64484;
}
</style>