Shades of Mulberry #C14388
Tints of Mulberry #C14388
RGB
CMYK
RGB Variations
Color information
#C14388 (or 0xC14388) is known color: Mulberry. HEX triplet: C1, 43 and 88. RGB value is (193,67,136). Sum of RGB (Red+Green+Blue) = 193+67+136=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C14388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14388 is #3EBC77. Grayscale: #707070. Windows color (decimal): -4111480 or 8930241. OLE color: 8930241.
HSL color Cylindrical-coordinate representation of color #C14388: hue angle of 327.14º 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 #C14388 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 136 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.24 |
| HSL | 327.14º | 0.5% | 0.51% | - |
| HSV(B) | 327.14º | 0.65% | 0.76% | - |
| XYZ | 28.44 | 17.13 | 25.1 | - |
| YUV | 112.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 136 | 0 | 0.65 | 0.30 | 0.24 | 327.14 | 0.5 | 0.51 |
| Hex | C1 | 43 | 88 | 0 | 41 | 1E | 18 | 147 | 32 | 33 |
| Octal | 301 | 103 | 210 | 0 | 101 | 36 | 30 | 507 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10001000 | 0 | 1000001 | 11110 | 11000 | 101000111 | 110010 | 110011 |
Color Harmonies of #C14388
Complementary color
Monochromatic Colors of #C14388
Black with #C14388
Text Example
Text Example
White with #C14388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14388; }
p { color: rgb(193,67,136); }
H1.HeaderClassName
{
color: #C14388;
}
.AnyTagClassName
{
color: #C14388;
}
</style>
background-color css
<style>
a { background-color: #C14388; }
a { background-color: rgb(193,67,136); }
div.DivClassName
{
background-color: #C14388;
}
.BgClassName
{
background-color: #C14388;
}
</style>
border-color css
<style>
span { border-color: #C14388; }
span { border-color: rgb(193,67,136); }
td.TdClassName
{
border-color: #C14388;
}
.TagClassName
{
border-color: #C14388;
}
</style>