Shades of Mulberry #C144A1
Tints of Mulberry #C144A1
RGB
CMYK
RGB Variations
Color information
#C144A1 (or 0xC144A1) is known color: Mulberry. HEX triplet: C1, 44 and A1. RGB value is (193,68,161). Sum of RGB (Red+Green+Blue) = 193+68+161=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C144A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144A1 is #3EBB5E. Grayscale: #737373. Windows color (decimal): -4111199 or 10568897. OLE color: 10568897.
HSL color Cylindrical-coordinate representation of color #C144A1: hue angle of 315.36º 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 #C144A1 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 161 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.24 |
| HSL | 315.36º | 0.5% | 0.51% | - |
| HSV(B) | 315.36º | 0.65% | 0.76% | - |
| XYZ | 30.49 | 18.04 | 35.59 | - |
| YUV | 115.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 161 | 0 | 0.65 | 0.17 | 0.24 | 315.36 | 0.5 | 0.51 |
| Hex | C1 | 44 | A1 | 0 | 41 | 11 | 18 | 13B | 32 | 33 |
| Octal | 301 | 104 | 241 | 0 | 101 | 21 | 30 | 473 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10100001 | 0 | 1000001 | 10001 | 11000 | 100111011 | 110010 | 110011 |
Color Harmonies of #C144A1
Complementary color
Monochromatic Colors of #C144A1
Black with #C144A1
Text Example
Text Example
White with #C144A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144A1; }
p { color: rgb(193,68,161); }
H1.HeaderClassName
{
color: #C144A1;
}
.AnyTagClassName
{
color: #C144A1;
}
</style>
background-color css
<style>
a { background-color: #C144A1; }
a { background-color: rgb(193,68,161); }
div.DivClassName
{
background-color: #C144A1;
}
.BgClassName
{
background-color: #C144A1;
}
</style>
border-color css
<style>
span { border-color: #C144A1; }
span { border-color: rgb(193,68,161); }
td.TdClassName
{
border-color: #C144A1;
}
.TagClassName
{
border-color: #C144A1;
}
</style>