Shades of Mulberry #C142A2
Tints of Mulberry #C142A2
RGB
CMYK
RGB Variations
Color information
#C142A2 (or 0xC142A2) is known color: Mulberry. HEX triplet: C1, 42 and A2. RGB value is (193,66,162). Sum of RGB (Red+Green+Blue) = 193+66+162=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C142A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C142A2 is #3EBD5D. Grayscale: #727272. Windows color (decimal): -4111710 or 10633921. OLE color: 10633921.
HSL color Cylindrical-coordinate representation of color #C142A2: hue angle of 314.65º 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 #C142A2 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 162 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.24 |
| HSL | 314.65º | 0.51% | 0.51% | - |
| HSV(B) | 314.65º | 0.66% | 0.76% | - |
| XYZ | 30.46 | 17.84 | 36.02 | - |
| YUV | 114.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 162 | 0 | 0.66 | 0.16 | 0.24 | 314.65 | 0.51 | 0.51 |
| Hex | C1 | 42 | A2 | 0 | 42 | 10 | 18 | 13B | 33 | 33 |
| Octal | 301 | 102 | 242 | 0 | 102 | 20 | 30 | 473 | 63 | 63 |
| Binary | 11000001 | 1000010 | 10100010 | 0 | 1000010 | 10000 | 11000 | 100111011 | 110011 | 110011 |
Color Harmonies of #C142A2
Complementary color
Monochromatic Colors of #C142A2
Black with #C142A2
Text Example
Text Example
White with #C142A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142A2; }
p { color: rgb(193,66,162); }
H1.HeaderClassName
{
color: #C142A2;
}
.AnyTagClassName
{
color: #C142A2;
}
</style>
background-color css
<style>
a { background-color: #C142A2; }
a { background-color: rgb(193,66,162); }
div.DivClassName
{
background-color: #C142A2;
}
.BgClassName
{
background-color: #C142A2;
}
</style>
border-color css
<style>
span { border-color: #C142A2; }
span { border-color: rgb(193,66,162); }
td.TdClassName
{
border-color: #C142A2;
}
.TagClassName
{
border-color: #C142A2;
}
</style>