Shades of Mulberry #C64B94
Tints of Mulberry #C64B94
RGB
CMYK
RGB Variations
Color information
#C64B94 (or 0xC64B94) is known color: Mulberry. HEX triplet: C6, 4B and 94. RGB value is (198,75,148). Sum of RGB (Red+Green+Blue) = 198+75+148=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64B94 is #39B46B. Grayscale: #777777. Windows color (decimal): -3781740 or 9718726. OLE color: 9718726.
HSL color Cylindrical-coordinate representation of color #C64B94: hue angle of 324.39º 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 #C64B94 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 148 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.22 |
| HSL | 324.39º | 0.52% | 0.54% | - |
| HSV(B) | 324.39º | 0.62% | 0.78% | - |
| XYZ | 31.15 | 19.18 | 30.08 | - |
| YUV | 120.1 | 143.75 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 148 | 0 | 0.62 | 0.25 | 0.22 | 324.39 | 0.52 | 0.54 |
| Hex | C6 | 4B | 94 | 0 | 3E | 19 | 16 | 144 | 34 | 36 |
| Octal | 306 | 113 | 224 | 0 | 76 | 31 | 26 | 504 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10010100 | 0 | 111110 | 11001 | 10110 | 101000100 | 110100 | 110110 |
Color Harmonies of #C64B94
Complementary color
Monochromatic Colors of #C64B94
Black with #C64B94
Text Example
Text Example
White with #C64B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B94; }
p { color: rgb(198,75,148); }
H1.HeaderClassName
{
color: #C64B94;
}
.AnyTagClassName
{
color: #C64B94;
}
</style>
background-color css
<style>
a { background-color: #C64B94; }
a { background-color: rgb(198,75,148); }
div.DivClassName
{
background-color: #C64B94;
}
.BgClassName
{
background-color: #C64B94;
}
</style>
border-color css
<style>
span { border-color: #C64B94; }
span { border-color: rgb(198,75,148); }
td.TdClassName
{
border-color: #C64B94;
}
.TagClassName
{
border-color: #C64B94;
}
</style>