Shades of Mulberry #C14183
Tints of Mulberry #C14183
RGB
CMYK
RGB Variations
Color information
#C14183 (or 0xC14183) is known color: Mulberry. HEX triplet: C1, 41 and 83. RGB value is (193,65,131). Sum of RGB (Red+Green+Blue) = 193+65+131=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C14183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14183 is #3EBE7C. Grayscale: #6E6E6E. Windows color (decimal): -4111997 or 8602049. OLE color: 8602049.
HSL color Cylindrical-coordinate representation of color #C14183: hue angle of 329.06º 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 #C14183 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 131 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.24 |
| HSL | 329.06º | 0.51% | 0.51% | - |
| HSV(B) | 329.06º | 0.66% | 0.76% | - |
| XYZ | 27.98 | 16.76 | 23.23 | - |
| YUV | 110.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 131 | 0 | 0.66 | 0.32 | 0.24 | 329.06 | 0.51 | 0.51 |
| Hex | C1 | 41 | 83 | 0 | 42 | 20 | 18 | 149 | 33 | 33 |
| Octal | 301 | 101 | 203 | 0 | 102 | 40 | 30 | 511 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10000011 | 0 | 1000010 | 100000 | 11000 | 101001001 | 110011 | 110011 |
Color Harmonies of #C14183
Complementary color
Monochromatic Colors of #C14183
Black with #C14183
Text Example
Text Example
White with #C14183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14183; }
p { color: rgb(193,65,131); }
H1.HeaderClassName
{
color: #C14183;
}
.AnyTagClassName
{
color: #C14183;
}
</style>
background-color css
<style>
a { background-color: #C14183; }
a { background-color: rgb(193,65,131); }
div.DivClassName
{
background-color: #C14183;
}
.BgClassName
{
background-color: #C14183;
}
</style>
border-color css
<style>
span { border-color: #C14183; }
span { border-color: rgb(193,65,131); }
td.TdClassName
{
border-color: #C14183;
}
.TagClassName
{
border-color: #C14183;
}
</style>