Shades of Mulberry #C2579C
Tints of Mulberry #C2579C
RGB
CMYK
RGB Variations
Color information
#C2579C (or 0xC2579C) is known color: Mulberry. HEX triplet: C2, 57 and 9C. RGB value is (194,87,156). Sum of RGB (Red+Green+Blue) = 194+87+156=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2579C is #3DA863. Grayscale: #7E7E7E. Windows color (decimal): -4040804 or 10246082. OLE color: 10246082.
HSL color Cylindrical-coordinate representation of color #C2579C: hue angle of 321.31º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2579C is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 156 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.24 |
| HSL | 321.31º | 0.47% | 0.55% | - |
| HSV(B) | 321.31º | 0.55% | 0.76% | - |
| XYZ | 31.66 | 20.69 | 33.78 | - |
| YUV | 126.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 156 | 0 | 0.55 | 0.20 | 0.24 | 321.31 | 0.47 | 0.55 |
| Hex | C2 | 57 | 9C | 0 | 37 | 14 | 18 | 141 | 2F | 37 |
| Octal | 302 | 127 | 234 | 0 | 67 | 24 | 30 | 501 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10011100 | 0 | 110111 | 10100 | 11000 | 101000001 | 101111 | 110111 |
Color Harmonies of #C2579C
Complementary color
Monochromatic Colors of #C2579C
Black with #C2579C
Text Example
Text Example
White with #C2579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2579C; }
p { color: rgb(194,87,156); }
H1.HeaderClassName
{
color: #C2579C;
}
.AnyTagClassName
{
color: #C2579C;
}
</style>
background-color css
<style>
a { background-color: #C2579C; }
a { background-color: rgb(194,87,156); }
div.DivClassName
{
background-color: #C2579C;
}
.BgClassName
{
background-color: #C2579C;
}
</style>
border-color css
<style>
span { border-color: #C2579C; }
span { border-color: rgb(194,87,156); }
td.TdClassName
{
border-color: #C2579C;
}
.TagClassName
{
border-color: #C2579C;
}
</style>