Shades of Mulberry #C1419D
Tints of Mulberry #C1419D
RGB
CMYK
RGB Variations
Color information
#C1419D (or 0xC1419D) is known color: Mulberry. HEX triplet: C1, 41 and 9D. RGB value is (193,65,157). Sum of RGB (Red+Green+Blue) = 193+65+157=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1419D is #3EBE62. Grayscale: #717171. Windows color (decimal): -4111971 or 10305985. OLE color: 10305985.
HSL color Cylindrical-coordinate representation of color #C1419D: hue angle of 316.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1419D is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 157 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.24 |
| HSL | 316.88º | 0.51% | 0.51% | - |
| HSV(B) | 316.88º | 0.66% | 0.76% | - |
| XYZ | 29.97 | 17.55 | 33.71 | - |
| YUV | 113.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 157 | 0 | 0.66 | 0.19 | 0.24 | 316.88 | 0.51 | 0.51 |
| Hex | C1 | 41 | 9D | 0 | 42 | 13 | 18 | 13D | 33 | 33 |
| Octal | 301 | 101 | 235 | 0 | 102 | 23 | 30 | 475 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10011101 | 0 | 1000010 | 10011 | 11000 | 100111101 | 110011 | 110011 |
Color Harmonies of #C1419D
Complementary color
Monochromatic Colors of #C1419D
Black with #C1419D
Text Example
Text Example
White with #C1419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1419D; }
p { color: rgb(193,65,157); }
H1.HeaderClassName
{
color: #C1419D;
}
.AnyTagClassName
{
color: #C1419D;
}
</style>
background-color css
<style>
a { background-color: #C1419D; }
a { background-color: rgb(193,65,157); }
div.DivClassName
{
background-color: #C1419D;
}
.BgClassName
{
background-color: #C1419D;
}
</style>
border-color css
<style>
span { border-color: #C1419D; }
span { border-color: rgb(193,65,157); }
td.TdClassName
{
border-color: #C1419D;
}
.TagClassName
{
border-color: #C1419D;
}
</style>