Shades of Mulberry #C144A0
Tints of Mulberry #C144A0
RGB
CMYK
RGB Variations
Color information
#C144A0 (or 0xC144A0) is known color: Mulberry. HEX triplet: C1, 44 and A0. RGB value is (193,68,160). Sum of RGB (Red+Green+Blue) = 193+68+160=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C144A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144A0 is #3EBB5F. Grayscale: #737373. Windows color (decimal): -4111200 or 10503361. OLE color: 10503361.
HSL color Cylindrical-coordinate representation of color #C144A0: hue angle of 315.84º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C144A0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 160 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.24 |
| HSL | 315.84º | 0.5% | 0.51% | - |
| HSV(B) | 315.84º | 0.65% | 0.76% | - |
| XYZ | 30.4 | 18.01 | 35.13 | - |
| YUV | 115.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 160 | 0 | 0.65 | 0.17 | 0.24 | 315.84 | 0.5 | 0.51 |
| Hex | C1 | 44 | A0 | 0 | 41 | 11 | 18 | 13C | 32 | 33 |
| Octal | 301 | 104 | 240 | 0 | 101 | 21 | 30 | 474 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10100000 | 0 | 1000001 | 10001 | 11000 | 100111100 | 110010 | 110011 |
Color Harmonies of #C144A0
Complementary color
Monochromatic Colors of #C144A0
Black with #C144A0
Text Example
Text Example
White with #C144A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144A0; }
p { color: rgb(193,68,160); }
H1.HeaderClassName
{
color: #C144A0;
}
.AnyTagClassName
{
color: #C144A0;
}
</style>
background-color css
<style>
a { background-color: #C144A0; }
a { background-color: rgb(193,68,160); }
div.DivClassName
{
background-color: #C144A0;
}
.BgClassName
{
background-color: #C144A0;
}
</style>
border-color css
<style>
span { border-color: #C144A0; }
span { border-color: rgb(193,68,160); }
td.TdClassName
{
border-color: #C144A0;
}
.TagClassName
{
border-color: #C144A0;
}
</style>