Shades of Mulberry #C2478C
Tints of Mulberry #C2478C
RGB
CMYK
RGB Variations
Color information
#C2478C (or 0xC2478C) is known color: Mulberry. HEX triplet: C2, 47 and 8C. RGB value is (194,71,140). Sum of RGB (Red+Green+Blue) = 194+71+140=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2478C is #3DB873. Grayscale: #737373. Windows color (decimal): -4044916 or 9193410. OLE color: 9193410.
HSL color Cylindrical-coordinate representation of color #C2478C: hue angle of 326.34º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2478C is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 140 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.24 |
| HSL | 326.34º | 0.5% | 0.52% | - |
| HSV(B) | 326.34º | 0.63% | 0.76% | - |
| XYZ | 29.24 | 17.87 | 26.72 | - |
| YUV | 115.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 140 | 0 | 0.63 | 0.28 | 0.24 | 326.34 | 0.5 | 0.52 |
| Hex | C2 | 47 | 8C | 0 | 3F | 1C | 18 | 146 | 32 | 34 |
| Octal | 302 | 107 | 214 | 0 | 77 | 34 | 30 | 506 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10001100 | 0 | 111111 | 11100 | 11000 | 101000110 | 110010 | 110100 |
Color Harmonies of #C2478C
Complementary color
Monochromatic Colors of #C2478C
Black with #C2478C
Text Example
Text Example
White with #C2478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2478C; }
p { color: rgb(194,71,140); }
H1.HeaderClassName
{
color: #C2478C;
}
.AnyTagClassName
{
color: #C2478C;
}
</style>
background-color css
<style>
a { background-color: #C2478C; }
a { background-color: rgb(194,71,140); }
div.DivClassName
{
background-color: #C2478C;
}
.BgClassName
{
background-color: #C2478C;
}
</style>
border-color css
<style>
span { border-color: #C2478C; }
span { border-color: rgb(194,71,140); }
td.TdClassName
{
border-color: #C2478C;
}
.TagClassName
{
border-color: #C2478C;
}
</style>