Shades of Mulberry #C14599
Tints of Mulberry #C14599
RGB
CMYK
RGB Variations
Color information
#C14599 (or 0xC14599) is known color: Mulberry. HEX triplet: C1, 45 and 99. RGB value is (193,69,153). Sum of RGB (Red+Green+Blue) = 193+69+153=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C14599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14599 is #3EBA66. Grayscale: #737373. Windows color (decimal): -4110951 or 10044865. OLE color: 10044865.
HSL color Cylindrical-coordinate representation of color #C14599: hue angle of 319.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14599 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 153 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.24 |
| HSL | 319.35º | 0.5% | 0.51% | - |
| HSV(B) | 319.35º | 0.64% | 0.76% | - |
| XYZ | 29.87 | 17.89 | 32.02 | - |
| YUV | 115.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 153 | 0 | 0.64 | 0.21 | 0.24 | 319.35 | 0.5 | 0.51 |
| Hex | C1 | 45 | 99 | 0 | 40 | 15 | 18 | 13F | 32 | 33 |
| Octal | 301 | 105 | 231 | 0 | 100 | 25 | 30 | 477 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10011001 | 0 | 1000000 | 10101 | 11000 | 100111111 | 110010 | 110011 |
Color Harmonies of #C14599
Complementary color
Monochromatic Colors of #C14599
Black with #C14599
Text Example
Text Example
White with #C14599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14599; }
p { color: rgb(193,69,153); }
H1.HeaderClassName
{
color: #C14599;
}
.AnyTagClassName
{
color: #C14599;
}
</style>
background-color css
<style>
a { background-color: #C14599; }
a { background-color: rgb(193,69,153); }
div.DivClassName
{
background-color: #C14599;
}
.BgClassName
{
background-color: #C14599;
}
</style>
border-color css
<style>
span { border-color: #C14599; }
span { border-color: rgb(193,69,153); }
td.TdClassName
{
border-color: #C14599;
}
.TagClassName
{
border-color: #C14599;
}
</style>