Shades of Mulberry #C144A2
Tints of Mulberry #C144A2
RGB
CMYK
RGB Variations
Color information
#C144A2 (or 0xC144A2) is known color: Mulberry. HEX triplet: C1, 44 and A2. RGB value is (193,68,162). Sum of RGB (Red+Green+Blue) = 193+68+162=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C144A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144A2 is #3EBB5D. Grayscale: #737373. Windows color (decimal): -4111198 or 10634433. OLE color: 10634433.
HSL color Cylindrical-coordinate representation of color #C144A2: hue angle of 314.88º 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 #C144A2 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 162 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.24 |
| HSL | 314.88º | 0.5% | 0.51% | - |
| HSV(B) | 314.88º | 0.65% | 0.76% | - |
| XYZ | 30.58 | 18.08 | 36.06 | - |
| YUV | 116.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 162 | 0 | 0.65 | 0.16 | 0.24 | 314.88 | 0.5 | 0.51 |
| Hex | C1 | 44 | A2 | 0 | 41 | 10 | 18 | 13B | 32 | 33 |
| Octal | 301 | 104 | 242 | 0 | 101 | 20 | 30 | 473 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10100010 | 0 | 1000001 | 10000 | 11000 | 100111011 | 110010 | 110011 |
Color Harmonies of #C144A2
Complementary color
Monochromatic Colors of #C144A2
Black with #C144A2
Text Example
Text Example
White with #C144A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144A2; }
p { color: rgb(193,68,162); }
H1.HeaderClassName
{
color: #C144A2;
}
.AnyTagClassName
{
color: #C144A2;
}
</style>
background-color css
<style>
a { background-color: #C144A2; }
a { background-color: rgb(193,68,162); }
div.DivClassName
{
background-color: #C144A2;
}
.BgClassName
{
background-color: #C144A2;
}
</style>
border-color css
<style>
span { border-color: #C144A2; }
span { border-color: rgb(193,68,162); }
td.TdClassName
{
border-color: #C144A2;
}
.TagClassName
{
border-color: #C144A2;
}
</style>