Shades of Mulberry #C14381
Tints of Mulberry #C14381
RGB
CMYK
RGB Variations
Color information
#C14381 (or 0xC14381) is known color: Mulberry. HEX triplet: C1, 43 and 81. RGB value is (193,67,129). Sum of RGB (Red+Green+Blue) = 193+67+129=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C14381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14381 is #3EBC7E. Grayscale: #6F6F6F. Windows color (decimal): -4111487 or 8471489. OLE color: 8471489.
HSL color Cylindrical-coordinate representation of color #C14381: hue angle of 330.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14381 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 129 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.24 |
| HSL | 330.48º | 0.5% | 0.51% | - |
| HSV(B) | 330.48º | 0.65% | 0.76% | - |
| XYZ | 27.96 | 16.94 | 22.56 | - |
| YUV | 111.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 129 | 0 | 0.65 | 0.33 | 0.24 | 330.48 | 0.5 | 0.51 |
| Hex | C1 | 43 | 81 | 0 | 41 | 21 | 18 | 14A | 32 | 33 |
| Octal | 301 | 103 | 201 | 0 | 101 | 41 | 30 | 512 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10000001 | 0 | 1000001 | 100001 | 11000 | 101001010 | 110010 | 110011 |
Color Harmonies of #C14381
Complementary color
Monochromatic Colors of #C14381
Black with #C14381
Text Example
Text Example
White with #C14381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14381; }
p { color: rgb(193,67,129); }
H1.HeaderClassName
{
color: #C14381;
}
.AnyTagClassName
{
color: #C14381;
}
</style>
background-color css
<style>
a { background-color: #C14381; }
a { background-color: rgb(193,67,129); }
div.DivClassName
{
background-color: #C14381;
}
.BgClassName
{
background-color: #C14381;
}
</style>
border-color css
<style>
span { border-color: #C14381; }
span { border-color: rgb(193,67,129); }
td.TdClassName
{
border-color: #C14381;
}
.TagClassName
{
border-color: #C14381;
}
</style>