Shades of Mulberry #C14A8A
Tints of Mulberry #C14A8A
RGB
CMYK
RGB Variations
Color information
#C14A8A (or 0xC14A8A) is known color: Mulberry. HEX triplet: C1, 4A and 8A. RGB value is (193,74,138). Sum of RGB (Red+Green+Blue) = 193+74+138=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14A8A is #3EB575. Grayscale: #747474. Windows color (decimal): -4109686 or 9063105. OLE color: 9063105.
HSL color Cylindrical-coordinate representation of color #C14A8A: hue angle of 327.73º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14A8A is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 138 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.24 |
| HSL | 327.73º | 0.49% | 0.52% | - |
| HSV(B) | 327.73º | 0.62% | 0.76% | - |
| XYZ | 29.03 | 18.07 | 26 | - |
| YUV | 116.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 138 | 0 | 0.62 | 0.28 | 0.24 | 327.73 | 0.49 | 0.52 |
| Hex | C1 | 4A | 8A | 0 | 3E | 1C | 18 | 148 | 31 | 34 |
| Octal | 301 | 112 | 212 | 0 | 76 | 34 | 30 | 510 | 61 | 64 |
| Binary | 11000001 | 1001010 | 10001010 | 0 | 111110 | 11100 | 11000 | 101001000 | 110001 | 110100 |
Color Harmonies of #C14A8A
Complementary color
Monochromatic Colors of #C14A8A
Black with #C14A8A
Text Example
Text Example
White with #C14A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A8A; }
p { color: rgb(193,74,138); }
H1.HeaderClassName
{
color: #C14A8A;
}
.AnyTagClassName
{
color: #C14A8A;
}
</style>
background-color css
<style>
a { background-color: #C14A8A; }
a { background-color: rgb(193,74,138); }
div.DivClassName
{
background-color: #C14A8A;
}
.BgClassName
{
background-color: #C14A8A;
}
</style>
border-color css
<style>
span { border-color: #C14A8A; }
span { border-color: rgb(193,74,138); }
td.TdClassName
{
border-color: #C14A8A;
}
.TagClassName
{
border-color: #C14A8A;
}
</style>