Shades of Mulberry #C64581
Tints of Mulberry #C64581
RGB
CMYK
RGB Variations
Color information
#C64581 (or 0xC64581) is known color: Mulberry. HEX triplet: C6, 45 and 81. RGB value is (198,69,129). Sum of RGB (Red+Green+Blue) = 198+69+129=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C64581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64581 is #39BA7E. Grayscale: #727272. Windows color (decimal): -3783295 or 8472006. OLE color: 8472006.
HSL color Cylindrical-coordinate representation of color #C64581: hue angle of 332.09º 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 #C64581 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 129 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.22 |
| HSL | 332.09º | 0.53% | 0.52% | - |
| HSV(B) | 332.09º | 0.65% | 0.78% | - |
| XYZ | 29.38 | 17.85 | 22.67 | - |
| YUV | 114.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 129 | 0 | 0.65 | 0.35 | 0.22 | 332.09 | 0.53 | 0.52 |
| Hex | C6 | 45 | 81 | 0 | 41 | 23 | 16 | 14C | 35 | 34 |
| Octal | 306 | 105 | 201 | 0 | 101 | 43 | 26 | 514 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10000001 | 0 | 1000001 | 100011 | 10110 | 101001100 | 110101 | 110100 |
Color Harmonies of #C64581
Complementary color
Monochromatic Colors of #C64581
Black with #C64581
Text Example
Text Example
White with #C64581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64581; }
p { color: rgb(198,69,129); }
H1.HeaderClassName
{
color: #C64581;
}
.AnyTagClassName
{
color: #C64581;
}
</style>
background-color css
<style>
a { background-color: #C64581; }
a { background-color: rgb(198,69,129); }
div.DivClassName
{
background-color: #C64581;
}
.BgClassName
{
background-color: #C64581;
}
</style>
border-color css
<style>
span { border-color: #C64581; }
span { border-color: rgb(198,69,129); }
td.TdClassName
{
border-color: #C64581;
}
.TagClassName
{
border-color: #C64581;
}
</style>