Shades of Mulberry #C14082
Tints of Mulberry #C14082
RGB
CMYK
RGB Variations
Color information
#C14082 (or 0xC14082) is known color: Mulberry. HEX triplet: C1, 40 and 82. RGB value is (193,64,130). Sum of RGB (Red+Green+Blue) = 193+64+130=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C14082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14082 is #3EBF7D. Grayscale: #6D6D6D. Windows color (decimal): -4112254 or 8536257. OLE color: 8536257.
HSL color Cylindrical-coordinate representation of color #C14082: hue angle of 329.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14082 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 130 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.24 |
| HSL | 329.3º | 0.51% | 0.5% | - |
| HSV(B) | 329.3º | 0.67% | 0.76% | - |
| XYZ | 27.85 | 16.62 | 22.86 | - |
| YUV | 110.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 130 | 0 | 0.67 | 0.33 | 0.24 | 329.3 | 0.51 | 0.5 |
| Hex | C1 | 40 | 82 | 0 | 43 | 21 | 18 | 149 | 33 | 32 |
| Octal | 301 | 100 | 202 | 0 | 103 | 41 | 30 | 511 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10000010 | 0 | 1000011 | 100001 | 11000 | 101001001 | 110011 | 110010 |
Color Harmonies of #C14082
Complementary color
Monochromatic Colors of #C14082
Black with #C14082
Text Example
Text Example
White with #C14082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14082; }
p { color: rgb(193,64,130); }
H1.HeaderClassName
{
color: #C14082;
}
.AnyTagClassName
{
color: #C14082;
}
</style>
background-color css
<style>
a { background-color: #C14082; }
a { background-color: rgb(193,64,130); }
div.DivClassName
{
background-color: #C14082;
}
.BgClassName
{
background-color: #C14082;
}
</style>
border-color css
<style>
span { border-color: #C14082; }
span { border-color: rgb(193,64,130); }
td.TdClassName
{
border-color: #C14082;
}
.TagClassName
{
border-color: #C14082;
}
</style>