Shades of Mulberry #C64B9F
Tints of Mulberry #C64B9F
RGB
CMYK
RGB Variations
Color information
#C64B9F (or 0xC64B9F) is known color: Mulberry. HEX triplet: C6, 4B and 9F. RGB value is (198,75,159). Sum of RGB (Red+Green+Blue) = 198+75+159=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64B9F is #39B460. Grayscale: #797979. Windows color (decimal): -3781729 or 10439622. OLE color: 10439622.
HSL color Cylindrical-coordinate representation of color #C64B9F: hue angle of 319.02º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64B9F is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 159 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.22 |
| HSL | 319.02º | 0.52% | 0.54% | - |
| HSV(B) | 319.02º | 0.62% | 0.78% | - |
| XYZ | 32.06 | 19.54 | 34.88 | - |
| YUV | 121.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 159 | 0 | 0.62 | 0.20 | 0.22 | 319.02 | 0.52 | 0.54 |
| Hex | C6 | 4B | 9F | 0 | 3E | 14 | 16 | 13F | 34 | 36 |
| Octal | 306 | 113 | 237 | 0 | 76 | 24 | 26 | 477 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10011111 | 0 | 111110 | 10100 | 10110 | 100111111 | 110100 | 110110 |
Color Harmonies of #C64B9F
Complementary color
Monochromatic Colors of #C64B9F
Black with #C64B9F
Text Example
Text Example
White with #C64B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B9F; }
p { color: rgb(198,75,159); }
H1.HeaderClassName
{
color: #C64B9F;
}
.AnyTagClassName
{
color: #C64B9F;
}
</style>
background-color css
<style>
a { background-color: #C64B9F; }
a { background-color: rgb(198,75,159); }
div.DivClassName
{
background-color: #C64B9F;
}
.BgClassName
{
background-color: #C64B9F;
}
</style>
border-color css
<style>
span { border-color: #C64B9F; }
span { border-color: rgb(198,75,159); }
td.TdClassName
{
border-color: #C64B9F;
}
.TagClassName
{
border-color: #C64B9F;
}
</style>