Shades of Mulberry #C14893
Tints of Mulberry #C14893
RGB
CMYK
RGB Variations
Color information
#C14893 (or 0xC14893) is known color: Mulberry. HEX triplet: C1, 48 and 93. RGB value is (193,72,147). Sum of RGB (Red+Green+Blue) = 193+72+147=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C14893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14893 is #3EB76C. Grayscale: #747474. Windows color (decimal): -4110189 or 9652417. OLE color: 9652417.
HSL color Cylindrical-coordinate representation of color #C14893: hue angle of 322.81º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14893 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 147 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.24 |
| HSL | 322.81º | 0.49% | 0.52% | - |
| HSV(B) | 322.81º | 0.63% | 0.76% | - |
| XYZ | 29.58 | 18.08 | 29.53 | - |
| YUV | 116.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 147 | 0 | 0.63 | 0.24 | 0.24 | 322.81 | 0.49 | 0.52 |
| Hex | C1 | 48 | 93 | 0 | 3F | 18 | 18 | 143 | 31 | 34 |
| Octal | 301 | 110 | 223 | 0 | 77 | 30 | 30 | 503 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10010011 | 0 | 111111 | 11000 | 11000 | 101000011 | 110001 | 110100 |
Color Harmonies of #C14893
Complementary color
Monochromatic Colors of #C14893
Black with #C14893
Text Example
Text Example
White with #C14893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14893; }
p { color: rgb(193,72,147); }
H1.HeaderClassName
{
color: #C14893;
}
.AnyTagClassName
{
color: #C14893;
}
</style>
background-color css
<style>
a { background-color: #C14893; }
a { background-color: rgb(193,72,147); }
div.DivClassName
{
background-color: #C14893;
}
.BgClassName
{
background-color: #C14893;
}
</style>
border-color css
<style>
span { border-color: #C14893; }
span { border-color: rgb(193,72,147); }
td.TdClassName
{
border-color: #C14893;
}
.TagClassName
{
border-color: #C14893;
}
</style>