Shades of Mulberry #C64F9F
Tints of Mulberry #C64F9F
RGB
CMYK
RGB Variations
Color information
#C64F9F (or 0xC64F9F) is known color: Mulberry. HEX triplet: C6, 4F and 9F. RGB value is (198,79,159). Sum of RGB (Red+Green+Blue) = 198+79+159=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F9F is #39B060. Grayscale: #7B7B7B. Windows color (decimal): -3780705 or 10440646. OLE color: 10440646.
HSL color Cylindrical-coordinate representation of color #C64F9F: hue angle of 319.66º 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 #C64F9F is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 159 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.22 |
| HSL | 319.66º | 0.51% | 0.54% | - |
| HSV(B) | 319.66º | 0.6% | 0.78% | - |
| XYZ | 32.34 | 20.1 | 34.98 | - |
| YUV | 123.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 159 | 0 | 0.60 | 0.20 | 0.22 | 319.66 | 0.51 | 0.54 |
| Hex | C6 | 4F | 9F | 0 | 3C | 14 | 16 | 140 | 33 | 36 |
| Octal | 306 | 117 | 237 | 0 | 74 | 24 | 26 | 500 | 63 | 66 |
| Binary | 11000110 | 1001111 | 10011111 | 0 | 111100 | 10100 | 10110 | 101000000 | 110011 | 110110 |
Color Harmonies of #C64F9F
Complementary color
Monochromatic Colors of #C64F9F
Black with #C64F9F
Text Example
Text Example
White with #C64F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F9F; }
p { color: rgb(198,79,159); }
H1.HeaderClassName
{
color: #C64F9F;
}
.AnyTagClassName
{
color: #C64F9F;
}
</style>
background-color css
<style>
a { background-color: #C64F9F; }
a { background-color: rgb(198,79,159); }
div.DivClassName
{
background-color: #C64F9F;
}
.BgClassName
{
background-color: #C64F9F;
}
</style>
border-color css
<style>
span { border-color: #C64F9F; }
span { border-color: rgb(198,79,159); }
td.TdClassName
{
border-color: #C64F9F;
}
.TagClassName
{
border-color: #C64F9F;
}
</style>