Shades of Mulberry #C2549C
Tints of Mulberry #C2549C
RGB
CMYK
RGB Variations
Color information
#C2549C (or 0xC2549C) is known color: Mulberry. HEX triplet: C2, 54 and 9C. RGB value is (194,84,156). Sum of RGB (Red+Green+Blue) = 194+84+156=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2549C is #3DAB63. Grayscale: #7C7C7C. Windows color (decimal): -4041572 or 10245314. OLE color: 10245314.
HSL color Cylindrical-coordinate representation of color #C2549C: hue angle of 320.73º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2549C is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 156 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.24 |
| HSL | 320.73º | 0.47% | 0.55% | - |
| HSV(B) | 320.73º | 0.57% | 0.76% | - |
| XYZ | 31.42 | 20.21 | 33.7 | - |
| YUV | 125.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 156 | 0 | 0.57 | 0.20 | 0.24 | 320.73 | 0.47 | 0.55 |
| Hex | C2 | 54 | 9C | 0 | 39 | 14 | 18 | 141 | 2F | 37 |
| Octal | 302 | 124 | 234 | 0 | 71 | 24 | 30 | 501 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10011100 | 0 | 111001 | 10100 | 11000 | 101000001 | 101111 | 110111 |
Color Harmonies of #C2549C
Complementary color
Monochromatic Colors of #C2549C
Black with #C2549C
Text Example
Text Example
White with #C2549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2549C; }
p { color: rgb(194,84,156); }
H1.HeaderClassName
{
color: #C2549C;
}
.AnyTagClassName
{
color: #C2549C;
}
</style>
background-color css
<style>
a { background-color: #C2549C; }
a { background-color: rgb(194,84,156); }
div.DivClassName
{
background-color: #C2549C;
}
.BgClassName
{
background-color: #C2549C;
}
</style>
border-color css
<style>
span { border-color: #C2549C; }
span { border-color: rgb(194,84,156); }
td.TdClassName
{
border-color: #C2549C;
}
.TagClassName
{
border-color: #C2549C;
}
</style>