Shades of Mulberry #C1487F
Tints of Mulberry #C1487F
RGB
CMYK
RGB Variations
Color information
#C1487F (or 0xC1487F) is known color: Mulberry. HEX triplet: C1, 48 and 7F. RGB value is (193,72,127). Sum of RGB (Red+Green+Blue) = 193+72+127=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1487F is #3EB780. Grayscale: #727272. Windows color (decimal): -4110209 or 8341697. OLE color: 8341697.
HSL color Cylindrical-coordinate representation of color #C1487F: hue angle of 332.73º 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 #C1487F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 127 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.24 |
| HSL | 332.73º | 0.49% | 0.52% | - |
| HSV(B) | 332.73º | 0.63% | 0.76% | - |
| XYZ | 28.14 | 17.5 | 21.97 | - |
| YUV | 114.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 127 | 0 | 0.63 | 0.34 | 0.24 | 332.73 | 0.49 | 0.52 |
| Hex | C1 | 48 | 7F | 0 | 3F | 22 | 18 | 14D | 31 | 34 |
| Octal | 301 | 110 | 177 | 0 | 77 | 42 | 30 | 515 | 61 | 64 |
| Binary | 11000001 | 1001000 | 1111111 | 0 | 111111 | 100010 | 11000 | 101001101 | 110001 | 110100 |
Color Harmonies of #C1487F
Complementary color
Monochromatic Colors of #C1487F
Black with #C1487F
Text Example
Text Example
White with #C1487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1487F; }
p { color: rgb(193,72,127); }
H1.HeaderClassName
{
color: #C1487F;
}
.AnyTagClassName
{
color: #C1487F;
}
</style>
background-color css
<style>
a { background-color: #C1487F; }
a { background-color: rgb(193,72,127); }
div.DivClassName
{
background-color: #C1487F;
}
.BgClassName
{
background-color: #C1487F;
}
</style>
border-color css
<style>
span { border-color: #C1487F; }
span { border-color: rgb(193,72,127); }
td.TdClassName
{
border-color: #C1487F;
}
.TagClassName
{
border-color: #C1487F;
}
</style>