Shades of Mulberry #C142A6
Tints of Mulberry #C142A6
RGB
CMYK
RGB Variations
Color information
#C142A6 (or 0xC142A6) is known color: Mulberry. HEX triplet: C1, 42 and A6. RGB value is (193,66,166). Sum of RGB (Red+Green+Blue) = 193+66+166=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C142A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C142A6 is #3EBD59. Grayscale: #737373. Windows color (decimal): -4111706 or 10896065. OLE color: 10896065.
HSL color Cylindrical-coordinate representation of color #C142A6: hue angle of 312.76º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C142A6 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 166 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.24 |
| HSL | 312.76º | 0.51% | 0.51% | - |
| HSV(B) | 312.76º | 0.66% | 0.76% | - |
| XYZ | 30.82 | 17.99 | 37.92 | - |
| YUV | 115.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 166 | 0 | 0.66 | 0.14 | 0.24 | 312.76 | 0.51 | 0.51 |
| Hex | C1 | 42 | A6 | 0 | 42 | E | 18 | 139 | 33 | 33 |
| Octal | 301 | 102 | 246 | 0 | 102 | 16 | 30 | 471 | 63 | 63 |
| Binary | 11000001 | 1000010 | 10100110 | 0 | 1000010 | 1110 | 11000 | 100111001 | 110011 | 110011 |
Color Harmonies of #C142A6
Complementary color
Monochromatic Colors of #C142A6
Black with #C142A6
Text Example
Text Example
White with #C142A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142A6; }
p { color: rgb(193,66,166); }
H1.HeaderClassName
{
color: #C142A6;
}
.AnyTagClassName
{
color: #C142A6;
}
</style>
background-color css
<style>
a { background-color: #C142A6; }
a { background-color: rgb(193,66,166); }
div.DivClassName
{
background-color: #C142A6;
}
.BgClassName
{
background-color: #C142A6;
}
</style>
border-color css
<style>
span { border-color: #C142A6; }
span { border-color: rgb(193,66,166); }
td.TdClassName
{
border-color: #C142A6;
}
.TagClassName
{
border-color: #C142A6;
}
</style>