Shades of Mulberry #C1489B
Tints of Mulberry #C1489B
RGB
CMYK
RGB Variations
Color information
#C1489B (or 0xC1489B) is known color: Mulberry. HEX triplet: C1, 48 and 9B. RGB value is (193,72,155). Sum of RGB (Red+Green+Blue) = 193+72+155=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1489B is #3EB764. Grayscale: #757575. Windows color (decimal): -4110181 or 10176705. OLE color: 10176705.
HSL color Cylindrical-coordinate representation of color #C1489B: hue angle of 318.84º degrees, saturation: 0.49, 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 #C1489B is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 155 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.24 |
| HSL | 318.84º | 0.49% | 0.52% | - |
| HSV(B) | 318.84º | 0.63% | 0.76% | - |
| XYZ | 30.23 | 18.34 | 32.96 | - |
| YUV | 117.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 155 | 0 | 0.63 | 0.20 | 0.24 | 318.84 | 0.49 | 0.52 |
| Hex | C1 | 48 | 9B | 0 | 3F | 14 | 18 | 13F | 31 | 34 |
| Octal | 301 | 110 | 233 | 0 | 77 | 24 | 30 | 477 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10011011 | 0 | 111111 | 10100 | 11000 | 100111111 | 110001 | 110100 |
Color Harmonies of #C1489B
Complementary color
Monochromatic Colors of #C1489B
Black with #C1489B
Text Example
Text Example
White with #C1489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1489B; }
p { color: rgb(193,72,155); }
H1.HeaderClassName
{
color: #C1489B;
}
.AnyTagClassName
{
color: #C1489B;
}
</style>
background-color css
<style>
a { background-color: #C1489B; }
a { background-color: rgb(193,72,155); }
div.DivClassName
{
background-color: #C1489B;
}
.BgClassName
{
background-color: #C1489B;
}
</style>
border-color css
<style>
span { border-color: #C1489B; }
span { border-color: rgb(193,72,155); }
td.TdClassName
{
border-color: #C1489B;
}
.TagClassName
{
border-color: #C1489B;
}
</style>