Shades of Mulberry #C2489A
Tints of Mulberry #C2489A
RGB
CMYK
RGB Variations
Color information
#C2489A (or 0xC2489A) is known color: Mulberry. HEX triplet: C2, 48 and 9A. RGB value is (194,72,154). Sum of RGB (Red+Green+Blue) = 194+72+154=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2489A is #3DB765. Grayscale: #757575. Windows color (decimal): -4044646 or 10111170. OLE color: 10111170.
HSL color Cylindrical-coordinate representation of color #C2489A: hue angle of 319.67º 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 #C2489A is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 154 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.24 |
| HSL | 319.67º | 0.5% | 0.52% | - |
| HSV(B) | 319.67º | 0.63% | 0.76% | - |
| XYZ | 30.4 | 18.44 | 32.53 | - |
| YUV | 117.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 154 | 0 | 0.63 | 0.21 | 0.24 | 319.67 | 0.5 | 0.52 |
| Hex | C2 | 48 | 9A | 0 | 3F | 15 | 18 | 140 | 32 | 34 |
| Octal | 302 | 110 | 232 | 0 | 77 | 25 | 30 | 500 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10011010 | 0 | 111111 | 10101 | 11000 | 101000000 | 110010 | 110100 |
Color Harmonies of #C2489A
Complementary color
Monochromatic Colors of #C2489A
Black with #C2489A
Text Example
Text Example
White with #C2489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2489A; }
p { color: rgb(194,72,154); }
H1.HeaderClassName
{
color: #C2489A;
}
.AnyTagClassName
{
color: #C2489A;
}
</style>
background-color css
<style>
a { background-color: #C2489A; }
a { background-color: rgb(194,72,154); }
div.DivClassName
{
background-color: #C2489A;
}
.BgClassName
{
background-color: #C2489A;
}
</style>
border-color css
<style>
span { border-color: #C2489A; }
span { border-color: rgb(194,72,154); }
td.TdClassName
{
border-color: #C2489A;
}
.TagClassName
{
border-color: #C2489A;
}
</style>