Shades of Mulberry #C14293
Tints of Mulberry #C14293
RGB
CMYK
RGB Variations
Color information
#C14293 (or 0xC14293) is known color: Mulberry. HEX triplet: C1, 42 and 93. RGB value is (193,66,147). Sum of RGB (Red+Green+Blue) = 193+66+147=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C14293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14293 is #3EBD6C. Grayscale: #717171. Windows color (decimal): -4111725 or 9650881. OLE color: 9650881.
HSL color Cylindrical-coordinate representation of color #C14293: hue angle of 321.73º 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 #C14293 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 147 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.24 |
| HSL | 321.73º | 0.51% | 0.51% | - |
| HSV(B) | 321.73º | 0.66% | 0.76% | - |
| XYZ | 29.21 | 17.34 | 29.41 | - |
| YUV | 113.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 147 | 0 | 0.66 | 0.24 | 0.24 | 321.73 | 0.51 | 0.51 |
| Hex | C1 | 42 | 93 | 0 | 42 | 18 | 18 | 142 | 33 | 33 |
| Octal | 301 | 102 | 223 | 0 | 102 | 30 | 30 | 502 | 63 | 63 |
| Binary | 11000001 | 1000010 | 10010011 | 0 | 1000010 | 11000 | 11000 | 101000010 | 110011 | 110011 |
Color Harmonies of #C14293
Complementary color
Monochromatic Colors of #C14293
Black with #C14293
Text Example
Text Example
White with #C14293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14293; }
p { color: rgb(193,66,147); }
H1.HeaderClassName
{
color: #C14293;
}
.AnyTagClassName
{
color: #C14293;
}
</style>
background-color css
<style>
a { background-color: #C14293; }
a { background-color: rgb(193,66,147); }
div.DivClassName
{
background-color: #C14293;
}
.BgClassName
{
background-color: #C14293;
}
</style>
border-color css
<style>
span { border-color: #C14293; }
span { border-color: rgb(193,66,147); }
td.TdClassName
{
border-color: #C14293;
}
.TagClassName
{
border-color: #C14293;
}
</style>