Shades of Mulberry #C144A6
Tints of Mulberry #C144A6
RGB
CMYK
RGB Variations
Color information
#C144A6 (or 0xC144A6) is known color: Mulberry. HEX triplet: C1, 44 and A6. RGB value is (193,68,166). Sum of RGB (Red+Green+Blue) = 193+68+166=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C144A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144A6 is #3EBB59. Grayscale: #747474. Windows color (decimal): -4111194 or 10896577. OLE color: 10896577.
HSL color Cylindrical-coordinate representation of color #C144A6: hue angle of 312.96º 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 #C144A6 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 166 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.24 |
| HSL | 312.96º | 0.5% | 0.51% | - |
| HSV(B) | 312.96º | 0.65% | 0.76% | - |
| XYZ | 30.94 | 18.22 | 37.96 | - |
| YUV | 116.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 166 | 0 | 0.65 | 0.14 | 0.24 | 312.96 | 0.5 | 0.51 |
| Hex | C1 | 44 | A6 | 0 | 41 | E | 18 | 139 | 32 | 33 |
| Octal | 301 | 104 | 246 | 0 | 101 | 16 | 30 | 471 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10100110 | 0 | 1000001 | 1110 | 11000 | 100111001 | 110010 | 110011 |
Color Harmonies of #C144A6
Complementary color
Monochromatic Colors of #C144A6
Black with #C144A6
Text Example
Text Example
White with #C144A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144A6; }
p { color: rgb(193,68,166); }
H1.HeaderClassName
{
color: #C144A6;
}
.AnyTagClassName
{
color: #C144A6;
}
</style>
background-color css
<style>
a { background-color: #C144A6; }
a { background-color: rgb(193,68,166); }
div.DivClassName
{
background-color: #C144A6;
}
.BgClassName
{
background-color: #C144A6;
}
</style>
border-color css
<style>
span { border-color: #C144A6; }
span { border-color: rgb(193,68,166); }
td.TdClassName
{
border-color: #C144A6;
}
.TagClassName
{
border-color: #C144A6;
}
</style>