Shades of Mulberry #C14C8A
Tints of Mulberry #C14C8A
RGB
CMYK
RGB Variations
Color information
#C14C8A (or 0xC14C8A) is known color: Mulberry. HEX triplet: C1, 4C and 8A. RGB value is (193,76,138). Sum of RGB (Red+Green+Blue) = 193+76+138=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C8A is #3EB375. Grayscale: #757575. Windows color (decimal): -4109174 or 9063617. OLE color: 9063617.
HSL color Cylindrical-coordinate representation of color #C14C8A: hue angle of 328.21º 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 #C14C8A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 138 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.24 |
| HSL | 328.21º | 0.49% | 0.53% | - |
| HSV(B) | 328.21º | 0.61% | 0.76% | - |
| XYZ | 29.16 | 18.34 | 26.05 | - |
| YUV | 118.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 138 | 0 | 0.61 | 0.28 | 0.24 | 328.21 | 0.49 | 0.53 |
| Hex | C1 | 4C | 8A | 0 | 3D | 1C | 18 | 148 | 31 | 35 |
| Octal | 301 | 114 | 212 | 0 | 75 | 34 | 30 | 510 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10001010 | 0 | 111101 | 11100 | 11000 | 101001000 | 110001 | 110101 |
Color Harmonies of #C14C8A
Complementary color
Monochromatic Colors of #C14C8A
Black with #C14C8A
Text Example
Text Example
White with #C14C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C8A; }
p { color: rgb(193,76,138); }
H1.HeaderClassName
{
color: #C14C8A;
}
.AnyTagClassName
{
color: #C14C8A;
}
</style>
background-color css
<style>
a { background-color: #C14C8A; }
a { background-color: rgb(193,76,138); }
div.DivClassName
{
background-color: #C14C8A;
}
.BgClassName
{
background-color: #C14C8A;
}
</style>
border-color css
<style>
span { border-color: #C14C8A; }
span { border-color: rgb(193,76,138); }
td.TdClassName
{
border-color: #C14C8A;
}
.TagClassName
{
border-color: #C14C8A;
}
</style>