Shades of Mulberry #C14A9A
Tints of Mulberry #C14A9A
RGB
CMYK
RGB Variations
Color information
#C14A9A (or 0xC14A9A) is known color: Mulberry. HEX triplet: C1, 4A and 9A. RGB value is (193,74,154). Sum of RGB (Red+Green+Blue) = 193+74+154=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14A9A is #3EB565. Grayscale: #767676. Windows color (decimal): -4109670 or 10111681. OLE color: 10111681.
HSL color Cylindrical-coordinate representation of color #C14A9A: hue angle of 319.66º 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 #C14A9A is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 154 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.24 |
| HSL | 319.66º | 0.49% | 0.52% | - |
| HSV(B) | 319.66º | 0.62% | 0.76% | - |
| XYZ | 30.27 | 18.57 | 32.56 | - |
| YUV | 118.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 154 | 0 | 0.62 | 0.20 | 0.24 | 319.66 | 0.49 | 0.52 |
| Hex | C1 | 4A | 9A | 0 | 3E | 14 | 18 | 140 | 31 | 34 |
| Octal | 301 | 112 | 232 | 0 | 76 | 24 | 30 | 500 | 61 | 64 |
| Binary | 11000001 | 1001010 | 10011010 | 0 | 111110 | 10100 | 11000 | 101000000 | 110001 | 110100 |
Color Harmonies of #C14A9A
Complementary color
Monochromatic Colors of #C14A9A
Black with #C14A9A
Text Example
Text Example
White with #C14A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A9A; }
p { color: rgb(193,74,154); }
H1.HeaderClassName
{
color: #C14A9A;
}
.AnyTagClassName
{
color: #C14A9A;
}
</style>
background-color css
<style>
a { background-color: #C14A9A; }
a { background-color: rgb(193,74,154); }
div.DivClassName
{
background-color: #C14A9A;
}
.BgClassName
{
background-color: #C14A9A;
}
</style>
border-color css
<style>
span { border-color: #C14A9A; }
span { border-color: rgb(193,74,154); }
td.TdClassName
{
border-color: #C14A9A;
}
.TagClassName
{
border-color: #C14A9A;
}
</style>