Shades of Mulberry #C14199
Tints of Mulberry #C14199
RGB
CMYK
RGB Variations
Color information
#C14199 (or 0xC14199) is known color: Mulberry. HEX triplet: C1, 41 and 99. RGB value is (193,65,153). Sum of RGB (Red+Green+Blue) = 193+65+153=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C14199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14199 is #3EBE66. Grayscale: #717171. Windows color (decimal): -4111975 or 10043841. OLE color: 10043841.
HSL color Cylindrical-coordinate representation of color #C14199: hue angle of 318.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14199 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 153 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.24 |
| HSL | 318.75º | 0.51% | 0.51% | - |
| HSV(B) | 318.75º | 0.66% | 0.76% | - |
| XYZ | 29.63 | 17.42 | 31.94 | - |
| YUV | 113.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 153 | 0 | 0.66 | 0.21 | 0.24 | 318.75 | 0.51 | 0.51 |
| Hex | C1 | 41 | 99 | 0 | 42 | 15 | 18 | 13F | 33 | 33 |
| Octal | 301 | 101 | 231 | 0 | 102 | 25 | 30 | 477 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10011001 | 0 | 1000010 | 10101 | 11000 | 100111111 | 110011 | 110011 |
Color Harmonies of #C14199
Complementary color
Monochromatic Colors of #C14199
Black with #C14199
Text Example
Text Example
White with #C14199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14199; }
p { color: rgb(193,65,153); }
H1.HeaderClassName
{
color: #C14199;
}
.AnyTagClassName
{
color: #C14199;
}
</style>
background-color css
<style>
a { background-color: #C14199; }
a { background-color: rgb(193,65,153); }
div.DivClassName
{
background-color: #C14199;
}
.BgClassName
{
background-color: #C14199;
}
</style>
border-color css
<style>
span { border-color: #C14199; }
span { border-color: rgb(193,65,153); }
td.TdClassName
{
border-color: #C14199;
}
.TagClassName
{
border-color: #C14199;
}
</style>