Shades of Mulberry #C648A8
Tints of Mulberry #C648A8
RGB
CMYK
RGB Variations
Color information
#C648A8 (or 0xC648A8) is known color: Mulberry. HEX triplet: C6, 48 and A8. RGB value is (198,72,168). Sum of RGB (Red+Green+Blue) = 198+72+168=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C648A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C648A8 is #39B757. Grayscale: #787878. Windows color (decimal): -3782488 or 11028678. OLE color: 11028678.
HSL color Cylindrical-coordinate representation of color #C648A8: hue angle of 314.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C648A8 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 168 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.22 |
| HSL | 314.29º | 0.53% | 0.53% | - |
| HSV(B) | 314.29º | 0.64% | 0.78% | - |
| XYZ | 32.67 | 19.47 | 39.08 | - |
| YUV | 120.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 168 | 0 | 0.64 | 0.15 | 0.22 | 314.29 | 0.53 | 0.53 |
| Hex | C6 | 48 | A8 | 0 | 40 | F | 16 | 13A | 34 | 35 |
| Octal | 306 | 110 | 250 | 0 | 100 | 17 | 26 | 472 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10101000 | 0 | 1000000 | 1111 | 10110 | 100111010 | 110100 | 110101 |
Color Harmonies of #C648A8
Complementary color
Monochromatic Colors of #C648A8
Black with #C648A8
Text Example
Text Example
White with #C648A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648A8; }
p { color: rgb(198,72,168); }
H1.HeaderClassName
{
color: #C648A8;
}
.AnyTagClassName
{
color: #C648A8;
}
</style>
background-color css
<style>
a { background-color: #C648A8; }
a { background-color: rgb(198,72,168); }
div.DivClassName
{
background-color: #C648A8;
}
.BgClassName
{
background-color: #C648A8;
}
</style>
border-color css
<style>
span { border-color: #C648A8; }
span { border-color: rgb(198,72,168); }
td.TdClassName
{
border-color: #C648A8;
}
.TagClassName
{
border-color: #C648A8;
}
</style>