Shades of Mulberry #C1489E
Tints of Mulberry #C1489E
RGB
CMYK
RGB Variations
Color information
#C1489E (or 0xC1489E) is known color: Mulberry. HEX triplet: C1, 48 and 9E. RGB value is (193,72,158). Sum of RGB (Red+Green+Blue) = 193+72+158=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1489E is #3EB761. Grayscale: #757575. Windows color (decimal): -4110178 or 10373313. OLE color: 10373313.
HSL color Cylindrical-coordinate representation of color #C1489E: hue angle of 317.36º 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 #C1489E is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 158 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.24 |
| HSL | 317.36º | 0.49% | 0.52% | - |
| HSV(B) | 317.36º | 0.63% | 0.76% | - |
| XYZ | 30.48 | 18.44 | 34.3 | - |
| YUV | 117.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 158 | 0 | 0.63 | 0.18 | 0.24 | 317.36 | 0.49 | 0.52 |
| Hex | C1 | 48 | 9E | 0 | 3F | 12 | 18 | 13D | 31 | 34 |
| Octal | 301 | 110 | 236 | 0 | 77 | 22 | 30 | 475 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10011110 | 0 | 111111 | 10010 | 11000 | 100111101 | 110001 | 110100 |
Color Harmonies of #C1489E
Complementary color
Monochromatic Colors of #C1489E
Black with #C1489E
Text Example
Text Example
White with #C1489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1489E; }
p { color: rgb(193,72,158); }
H1.HeaderClassName
{
color: #C1489E;
}
.AnyTagClassName
{
color: #C1489E;
}
</style>
background-color css
<style>
a { background-color: #C1489E; }
a { background-color: rgb(193,72,158); }
div.DivClassName
{
background-color: #C1489E;
}
.BgClassName
{
background-color: #C1489E;
}
</style>
border-color css
<style>
span { border-color: #C1489E; }
span { border-color: rgb(193,72,158); }
td.TdClassName
{
border-color: #C1489E;
}
.TagClassName
{
border-color: #C1489E;
}
</style>