Shades of Mulberry #C14395
Tints of Mulberry #C14395
RGB
CMYK
RGB Variations
Color information
#C14395 (or 0xC14395) is known color: Mulberry. HEX triplet: C1, 43 and 95. RGB value is (193,67,149). Sum of RGB (Red+Green+Blue) = 193+67+149=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14395 is #3EBC6A. Grayscale: #717171. Windows color (decimal): -4111467 or 9782209. OLE color: 9782209.
HSL color Cylindrical-coordinate representation of color #C14395: hue angle of 320.95º 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 #C14395 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 149 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.24 |
| HSL | 320.95º | 0.5% | 0.51% | - |
| HSV(B) | 320.95º | 0.65% | 0.76% | - |
| XYZ | 29.42 | 17.52 | 30.26 | - |
| YUV | 114.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 149 | 0 | 0.65 | 0.23 | 0.24 | 320.95 | 0.5 | 0.51 |
| Hex | C1 | 43 | 95 | 0 | 41 | 17 | 18 | 141 | 32 | 33 |
| Octal | 301 | 103 | 225 | 0 | 101 | 27 | 30 | 501 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10010101 | 0 | 1000001 | 10111 | 11000 | 101000001 | 110010 | 110011 |
Color Harmonies of #C14395
Complementary color
Monochromatic Colors of #C14395
Black with #C14395
Text Example
Text Example
White with #C14395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14395; }
p { color: rgb(193,67,149); }
H1.HeaderClassName
{
color: #C14395;
}
.AnyTagClassName
{
color: #C14395;
}
</style>
background-color css
<style>
a { background-color: #C14395; }
a { background-color: rgb(193,67,149); }
div.DivClassName
{
background-color: #C14395;
}
.BgClassName
{
background-color: #C14395;
}
</style>
border-color css
<style>
span { border-color: #C14395; }
span { border-color: rgb(193,67,149); }
td.TdClassName
{
border-color: #C14395;
}
.TagClassName
{
border-color: #C14395;
}
</style>