Shades of Mulberry #C14C98
Tints of Mulberry #C14C98
RGB
CMYK
RGB Variations
Color information
#C14C98 (or 0xC14C98) is known color: Mulberry. HEX triplet: C1, 4C and 98. RGB value is (193,76,152). Sum of RGB (Red+Green+Blue) = 193+76+152=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C98 is #3EB367. Grayscale: #777777. Windows color (decimal): -4109160 or 9981121. OLE color: 9981121.
HSL color Cylindrical-coordinate representation of color #C14C98: hue angle of 321.03º 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 #C14C98 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 152 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.24 |
| HSL | 321.03º | 0.49% | 0.53% | - |
| HSV(B) | 321.03º | 0.61% | 0.76% | - |
| XYZ | 30.24 | 18.77 | 31.74 | - |
| YUV | 119.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 152 | 0 | 0.61 | 0.21 | 0.24 | 321.03 | 0.49 | 0.53 |
| Hex | C1 | 4C | 98 | 0 | 3D | 15 | 18 | 141 | 31 | 35 |
| Octal | 301 | 114 | 230 | 0 | 75 | 25 | 30 | 501 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10011000 | 0 | 111101 | 10101 | 11000 | 101000001 | 110001 | 110101 |
Color Harmonies of #C14C98
Complementary color
Monochromatic Colors of #C14C98
Black with #C14C98
Text Example
Text Example
White with #C14C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C98; }
p { color: rgb(193,76,152); }
H1.HeaderClassName
{
color: #C14C98;
}
.AnyTagClassName
{
color: #C14C98;
}
</style>
background-color css
<style>
a { background-color: #C14C98; }
a { background-color: rgb(193,76,152); }
div.DivClassName
{
background-color: #C14C98;
}
.BgClassName
{
background-color: #C14C98;
}
</style>
border-color css
<style>
span { border-color: #C14C98; }
span { border-color: rgb(193,76,152); }
td.TdClassName
{
border-color: #C14C98;
}
.TagClassName
{
border-color: #C14C98;
}
</style>