Shades of Mulberry #C64F9D
Tints of Mulberry #C64F9D
RGB
CMYK
RGB Variations
Color information
#C64F9D (or 0xC64F9D) is known color: Mulberry. HEX triplet: C6, 4F and 9D. RGB value is (198,79,157). Sum of RGB (Red+Green+Blue) = 198+79+157=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F9D is #39B062. Grayscale: #7B7B7B. Windows color (decimal): -3780707 or 10309574. OLE color: 10309574.
HSL color Cylindrical-coordinate representation of color #C64F9D: hue angle of 320.67º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F9D is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 157 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.22 |
| HSL | 320.67º | 0.51% | 0.54% | - |
| HSV(B) | 320.67º | 0.6% | 0.78% | - |
| XYZ | 32.17 | 20.03 | 34.07 | - |
| YUV | 123.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 157 | 0 | 0.60 | 0.21 | 0.22 | 320.67 | 0.51 | 0.54 |
| Hex | C6 | 4F | 9D | 0 | 3C | 15 | 16 | 141 | 33 | 36 |
| Octal | 306 | 117 | 235 | 0 | 74 | 25 | 26 | 501 | 63 | 66 |
| Binary | 11000110 | 1001111 | 10011101 | 0 | 111100 | 10101 | 10110 | 101000001 | 110011 | 110110 |
Color Harmonies of #C64F9D
Complementary color
Monochromatic Colors of #C64F9D
Black with #C64F9D
Text Example
Text Example
White with #C64F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F9D; }
p { color: rgb(198,79,157); }
H1.HeaderClassName
{
color: #C64F9D;
}
.AnyTagClassName
{
color: #C64F9D;
}
</style>
background-color css
<style>
a { background-color: #C64F9D; }
a { background-color: rgb(198,79,157); }
div.DivClassName
{
background-color: #C64F9D;
}
.BgClassName
{
background-color: #C64F9D;
}
</style>
border-color css
<style>
span { border-color: #C64F9D; }
span { border-color: rgb(198,79,157); }
td.TdClassName
{
border-color: #C64F9D;
}
.TagClassName
{
border-color: #C64F9D;
}
</style>