Shades of Mulberry #C64382
Tints of Mulberry #C64382
RGB
CMYK
RGB Variations
Color information
#C64382 (or 0xC64382) is known color: Mulberry. HEX triplet: C6, 43 and 82. RGB value is (198,67,130). Sum of RGB (Red+Green+Blue) = 198+67+130=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C64382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64382 is #39BC7D. Grayscale: #717171. Windows color (decimal): -3783806 or 8537030. OLE color: 8537030.
HSL color Cylindrical-coordinate representation of color #C64382: hue angle of 331.15º 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 #C64382 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 130 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.22 |
| HSL | 331.15º | 0.53% | 0.52% | - |
| HSV(B) | 331.15º | 0.66% | 0.78% | - |
| XYZ | 29.33 | 17.63 | 22.98 | - |
| YUV | 113.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 130 | 0 | 0.66 | 0.34 | 0.22 | 331.15 | 0.53 | 0.52 |
| Hex | C6 | 43 | 82 | 0 | 42 | 22 | 16 | 14B | 35 | 34 |
| Octal | 306 | 103 | 202 | 0 | 102 | 42 | 26 | 513 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10000010 | 0 | 1000010 | 100010 | 10110 | 101001011 | 110101 | 110100 |
Color Harmonies of #C64382
Complementary color
Monochromatic Colors of #C64382
Black with #C64382
Text Example
Text Example
White with #C64382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64382; }
p { color: rgb(198,67,130); }
H1.HeaderClassName
{
color: #C64382;
}
.AnyTagClassName
{
color: #C64382;
}
</style>
background-color css
<style>
a { background-color: #C64382; }
a { background-color: rgb(198,67,130); }
div.DivClassName
{
background-color: #C64382;
}
.BgClassName
{
background-color: #C64382;
}
</style>
border-color css
<style>
span { border-color: #C64382; }
span { border-color: rgb(198,67,130); }
td.TdClassName
{
border-color: #C64382;
}
.TagClassName
{
border-color: #C64382;
}
</style>