Shades of Mulberry #C1489C
Tints of Mulberry #C1489C
RGB
CMYK
RGB Variations
Color information
#C1489C (or 0xC1489C) is known color: Mulberry. HEX triplet: C1, 48 and 9C. RGB value is (193,72,156). Sum of RGB (Red+Green+Blue) = 193+72+156=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1489C is #3EB763. Grayscale: #757575. Windows color (decimal): -4110180 or 10242241. OLE color: 10242241.
HSL color Cylindrical-coordinate representation of color #C1489C: hue angle of 318.35º 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 #C1489C is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 156 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.24 |
| HSL | 318.35º | 0.49% | 0.52% | - |
| HSV(B) | 318.35º | 0.63% | 0.76% | - |
| XYZ | 30.31 | 18.37 | 33.4 | - |
| YUV | 117.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 156 | 0 | 0.63 | 0.19 | 0.24 | 318.35 | 0.49 | 0.52 |
| Hex | C1 | 48 | 9C | 0 | 3F | 13 | 18 | 13E | 31 | 34 |
| Octal | 301 | 110 | 234 | 0 | 77 | 23 | 30 | 476 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10011100 | 0 | 111111 | 10011 | 11000 | 100111110 | 110001 | 110100 |
Color Harmonies of #C1489C
Complementary color
Monochromatic Colors of #C1489C
Black with #C1489C
Text Example
Text Example
White with #C1489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1489C; }
p { color: rgb(193,72,156); }
H1.HeaderClassName
{
color: #C1489C;
}
.AnyTagClassName
{
color: #C1489C;
}
</style>
background-color css
<style>
a { background-color: #C1489C; }
a { background-color: rgb(193,72,156); }
div.DivClassName
{
background-color: #C1489C;
}
.BgClassName
{
background-color: #C1489C;
}
</style>
border-color css
<style>
span { border-color: #C1489C; }
span { border-color: rgb(193,72,156); }
td.TdClassName
{
border-color: #C1489C;
}
.TagClassName
{
border-color: #C1489C;
}
</style>