Shades of Mulberry #C2489B
Tints of Mulberry #C2489B
RGB
CMYK
RGB Variations
Color information
#C2489B (or 0xC2489B) is known color: Mulberry. HEX triplet: C2, 48 and 9B. RGB value is (194,72,155). Sum of RGB (Red+Green+Blue) = 194+72+155=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2489B is #3DB764. Grayscale: #757575. Windows color (decimal): -4044645 or 10176706. OLE color: 10176706.
HSL color Cylindrical-coordinate representation of color #C2489B: hue angle of 319.18º 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 #C2489B is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 155 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.24 |
| HSL | 319.18º | 0.5% | 0.52% | - |
| HSV(B) | 319.18º | 0.63% | 0.76% | - |
| XYZ | 30.48 | 18.47 | 32.97 | - |
| YUV | 117.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 155 | 0 | 0.63 | 0.20 | 0.24 | 319.18 | 0.5 | 0.52 |
| Hex | C2 | 48 | 9B | 0 | 3F | 14 | 18 | 13F | 32 | 34 |
| Octal | 302 | 110 | 233 | 0 | 77 | 24 | 30 | 477 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10011011 | 0 | 111111 | 10100 | 11000 | 100111111 | 110010 | 110100 |
Color Harmonies of #C2489B
Complementary color
Monochromatic Colors of #C2489B
Black with #C2489B
Text Example
Text Example
White with #C2489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2489B; }
p { color: rgb(194,72,155); }
H1.HeaderClassName
{
color: #C2489B;
}
.AnyTagClassName
{
color: #C2489B;
}
</style>
background-color css
<style>
a { background-color: #C2489B; }
a { background-color: rgb(194,72,155); }
div.DivClassName
{
background-color: #C2489B;
}
.BgClassName
{
background-color: #C2489B;
}
</style>
border-color css
<style>
span { border-color: #C2489B; }
span { border-color: rgb(194,72,155); }
td.TdClassName
{
border-color: #C2489B;
}
.TagClassName
{
border-color: #C2489B;
}
</style>