Shades of Mulberry #C1497E
Tints of Mulberry #C1497E
RGB
CMYK
RGB Variations
Color information
#C1497E (or 0xC1497E) is known color: Mulberry. HEX triplet: C1, 49 and 7E. RGB value is (193,73,126). Sum of RGB (Red+Green+Blue) = 193+73+126=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1497E is #3EB681. Grayscale: #727272. Windows color (decimal): -4109954 or 8276417. OLE color: 8276417.
HSL color Cylindrical-coordinate representation of color #C1497E: hue angle of 333.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1497E is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 126 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.24 |
| HSL | 333.5º | 0.49% | 0.52% | - |
| HSV(B) | 333.5º | 0.62% | 0.76% | - |
| XYZ | 28.14 | 17.61 | 21.65 | - |
| YUV | 114.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 126 | 0 | 0.62 | 0.35 | 0.24 | 333.5 | 0.49 | 0.52 |
| Hex | C1 | 49 | 7E | 0 | 3E | 23 | 18 | 14E | 31 | 34 |
| Octal | 301 | 111 | 176 | 0 | 76 | 43 | 30 | 516 | 61 | 64 |
| Binary | 11000001 | 1001001 | 1111110 | 0 | 111110 | 100011 | 11000 | 101001110 | 110001 | 110100 |
Color Harmonies of #C1497E
Complementary color
Monochromatic Colors of #C1497E
Black with #C1497E
Text Example
Text Example
White with #C1497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1497E; }
p { color: rgb(193,73,126); }
H1.HeaderClassName
{
color: #C1497E;
}
.AnyTagClassName
{
color: #C1497E;
}
</style>
background-color css
<style>
a { background-color: #C1497E; }
a { background-color: rgb(193,73,126); }
div.DivClassName
{
background-color: #C1497E;
}
.BgClassName
{
background-color: #C1497E;
}
</style>
border-color css
<style>
span { border-color: #C1497E; }
span { border-color: rgb(193,73,126); }
td.TdClassName
{
border-color: #C1497E;
}
.TagClassName
{
border-color: #C1497E;
}
</style>