Shades of Mulberry #C64A8C
Tints of Mulberry #C64A8C
RGB
CMYK
RGB Variations
Color information
#C64A8C (or 0xC64A8C) is known color: Mulberry. HEX triplet: C6, 4A and 8C. RGB value is (198,74,140). Sum of RGB (Red+Green+Blue) = 198+74+140=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A8C is #39B573. Grayscale: #767676. Windows color (decimal): -3782004 or 9194182. OLE color: 9194182.
HSL color Cylindrical-coordinate representation of color #C64A8C: hue angle of 328.06º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A8C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 140 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.22 |
| HSL | 328.06º | 0.52% | 0.53% | - |
| HSV(B) | 328.06º | 0.63% | 0.78% | - |
| XYZ | 30.47 | 18.8 | 26.83 | - |
| YUV | 118.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 140 | 0 | 0.63 | 0.29 | 0.22 | 328.06 | 0.52 | 0.53 |
| Hex | C6 | 4A | 8C | 0 | 3F | 1D | 16 | 148 | 34 | 35 |
| Octal | 306 | 112 | 214 | 0 | 77 | 35 | 26 | 510 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10001100 | 0 | 111111 | 11101 | 10110 | 101001000 | 110100 | 110101 |
Color Harmonies of #C64A8C
Complementary color
Monochromatic Colors of #C64A8C
Black with #C64A8C
Text Example
Text Example
White with #C64A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A8C; }
p { color: rgb(198,74,140); }
H1.HeaderClassName
{
color: #C64A8C;
}
.AnyTagClassName
{
color: #C64A8C;
}
</style>
background-color css
<style>
a { background-color: #C64A8C; }
a { background-color: rgb(198,74,140); }
div.DivClassName
{
background-color: #C64A8C;
}
.BgClassName
{
background-color: #C64A8C;
}
</style>
border-color css
<style>
span { border-color: #C64A8C; }
span { border-color: rgb(198,74,140); }
td.TdClassName
{
border-color: #C64A8C;
}
.TagClassName
{
border-color: #C64A8C;
}
</style>