Shades of Mulberry #C2579A
Tints of Mulberry #C2579A
RGB
CMYK
RGB Variations
Color information
#C2579A (or 0xC2579A) is known color: Mulberry. HEX triplet: C2, 57 and 9A. RGB value is (194,87,154). Sum of RGB (Red+Green+Blue) = 194+87+154=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2579A is #3DA865. Grayscale: #7E7E7E. Windows color (decimal): -4040806 or 10115010. OLE color: 10115010.
HSL color Cylindrical-coordinate representation of color #C2579A: hue angle of 322.43º 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 #C2579A is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 154 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.24 |
| HSL | 322.43º | 0.47% | 0.55% | - |
| HSV(B) | 322.43º | 0.55% | 0.76% | - |
| XYZ | 31.49 | 20.62 | 32.89 | - |
| YUV | 126.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 154 | 0 | 0.55 | 0.21 | 0.24 | 322.43 | 0.47 | 0.55 |
| Hex | C2 | 57 | 9A | 0 | 37 | 15 | 18 | 142 | 2F | 37 |
| Octal | 302 | 127 | 232 | 0 | 67 | 25 | 30 | 502 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10011010 | 0 | 110111 | 10101 | 11000 | 101000010 | 101111 | 110111 |
Color Harmonies of #C2579A
Complementary color
Monochromatic Colors of #C2579A
Black with #C2579A
Text Example
Text Example
White with #C2579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2579A; }
p { color: rgb(194,87,154); }
H1.HeaderClassName
{
color: #C2579A;
}
.AnyTagClassName
{
color: #C2579A;
}
</style>
background-color css
<style>
a { background-color: #C2579A; }
a { background-color: rgb(194,87,154); }
div.DivClassName
{
background-color: #C2579A;
}
.BgClassName
{
background-color: #C2579A;
}
</style>
border-color css
<style>
span { border-color: #C2579A; }
span { border-color: rgb(194,87,154); }
td.TdClassName
{
border-color: #C2579A;
}
.TagClassName
{
border-color: #C2579A;
}
</style>