Shades of Mulberry #C14C9C
Tints of Mulberry #C14C9C
RGB
CMYK
RGB Variations
Color information
#C14C9C (or 0xC14C9C) is known color: Mulberry. HEX triplet: C1, 4C and 9C. RGB value is (193,76,156). Sum of RGB (Red+Green+Blue) = 193+76+156=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C9C is #3EB363. Grayscale: #777777. Windows color (decimal): -4109156 or 10243265. OLE color: 10243265.
HSL color Cylindrical-coordinate representation of color #C14C9C: hue angle of 318.97º 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 #C14C9C is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 156 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.24 |
| HSL | 318.97º | 0.49% | 0.53% | - |
| HSV(B) | 318.97º | 0.61% | 0.76% | - |
| XYZ | 30.58 | 18.91 | 33.49 | - |
| YUV | 120.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 156 | 0 | 0.61 | 0.19 | 0.24 | 318.97 | 0.49 | 0.53 |
| Hex | C1 | 4C | 9C | 0 | 3D | 13 | 18 | 13F | 31 | 35 |
| Octal | 301 | 114 | 234 | 0 | 75 | 23 | 30 | 477 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10011100 | 0 | 111101 | 10011 | 11000 | 100111111 | 110001 | 110101 |
Color Harmonies of #C14C9C
Complementary color
Monochromatic Colors of #C14C9C
Black with #C14C9C
Text Example
Text Example
White with #C14C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C9C; }
p { color: rgb(193,76,156); }
H1.HeaderClassName
{
color: #C14C9C;
}
.AnyTagClassName
{
color: #C14C9C;
}
</style>
background-color css
<style>
a { background-color: #C14C9C; }
a { background-color: rgb(193,76,156); }
div.DivClassName
{
background-color: #C14C9C;
}
.BgClassName
{
background-color: #C14C9C;
}
</style>
border-color css
<style>
span { border-color: #C14C9C; }
span { border-color: rgb(193,76,156); }
td.TdClassName
{
border-color: #C14C9C;
}
.TagClassName
{
border-color: #C14C9C;
}
</style>