Shades of Mulberry #C14B9D
Tints of Mulberry #C14B9D
RGB
CMYK
RGB Variations
Color information
#C14B9D (or 0xC14B9D) is known color: Mulberry. HEX triplet: C1, 4B and 9D. RGB value is (193,75,157). Sum of RGB (Red+Green+Blue) = 193+75+157=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B9D is #3EB462. Grayscale: #777777. Windows color (decimal): -4109411 or 10308545. OLE color: 10308545.
HSL color Cylindrical-coordinate representation of color #C14B9D: hue angle of 318.31º 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 #C14B9D is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 157 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.24 |
| HSL | 318.31º | 0.49% | 0.53% | - |
| HSV(B) | 318.31º | 0.61% | 0.76% | - |
| XYZ | 30.59 | 18.8 | 33.92 | - |
| YUV | 119.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 157 | 0 | 0.61 | 0.19 | 0.24 | 318.31 | 0.49 | 0.53 |
| Hex | C1 | 4B | 9D | 0 | 3D | 13 | 18 | 13E | 31 | 35 |
| Octal | 301 | 113 | 235 | 0 | 75 | 23 | 30 | 476 | 61 | 65 |
| Binary | 11000001 | 1001011 | 10011101 | 0 | 111101 | 10011 | 11000 | 100111110 | 110001 | 110101 |
Color Harmonies of #C14B9D
Complementary color
Monochromatic Colors of #C14B9D
Black with #C14B9D
Text Example
Text Example
White with #C14B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14B9D; }
p { color: rgb(193,75,157); }
H1.HeaderClassName
{
color: #C14B9D;
}
.AnyTagClassName
{
color: #C14B9D;
}
</style>
background-color css
<style>
a { background-color: #C14B9D; }
a { background-color: rgb(193,75,157); }
div.DivClassName
{
background-color: #C14B9D;
}
.BgClassName
{
background-color: #C14B9D;
}
</style>
border-color css
<style>
span { border-color: #C14B9D; }
span { border-color: rgb(193,75,157); }
td.TdClassName
{
border-color: #C14B9D;
}
.TagClassName
{
border-color: #C14B9D;
}
</style>