Shades of Mulberry #C14C97
Tints of Mulberry #C14C97
RGB
CMYK
RGB Variations
Color information
#C14C97 (or 0xC14C97) is known color: Mulberry. HEX triplet: C1, 4C and 97. RGB value is (193,76,151). Sum of RGB (Red+Green+Blue) = 193+76+151=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C97 is #3EB368. Grayscale: #777777. Windows color (decimal): -4109161 or 9915585. OLE color: 9915585.
HSL color Cylindrical-coordinate representation of color #C14C97: hue angle of 321.54º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C97 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 151 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.24 |
| HSL | 321.54º | 0.49% | 0.53% | - |
| HSV(B) | 321.54º | 0.61% | 0.76% | - |
| XYZ | 30.16 | 18.74 | 31.31 | - |
| YUV | 119.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 151 | 0 | 0.61 | 0.22 | 0.24 | 321.54 | 0.49 | 0.53 |
| Hex | C1 | 4C | 97 | 0 | 3D | 16 | 18 | 142 | 31 | 35 |
| Octal | 301 | 114 | 227 | 0 | 75 | 26 | 30 | 502 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10010111 | 0 | 111101 | 10110 | 11000 | 101000010 | 110001 | 110101 |
Color Harmonies of #C14C97
Complementary color
Monochromatic Colors of #C14C97
Black with #C14C97
Text Example
Text Example
White with #C14C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C97; }
p { color: rgb(193,76,151); }
H1.HeaderClassName
{
color: #C14C97;
}
.AnyTagClassName
{
color: #C14C97;
}
</style>
background-color css
<style>
a { background-color: #C14C97; }
a { background-color: rgb(193,76,151); }
div.DivClassName
{
background-color: #C14C97;
}
.BgClassName
{
background-color: #C14C97;
}
</style>
border-color css
<style>
span { border-color: #C14C97; }
span { border-color: rgb(193,76,151); }
td.TdClassName
{
border-color: #C14C97;
}
.TagClassName
{
border-color: #C14C97;
}
</style>