Shades of Mulberry #C141A3
Tints of Mulberry #C141A3
RGB
CMYK
RGB Variations
Color information
#C141A3 (or 0xC141A3) is known color: Mulberry. HEX triplet: C1, 41 and A3. RGB value is (193,65,163). Sum of RGB (Red+Green+Blue) = 193+65+163=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C141A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141A3 is #3EBE5C. Grayscale: #727272. Windows color (decimal): -4111965 or 10699201. OLE color: 10699201.
HSL color Cylindrical-coordinate representation of color #C141A3: hue angle of 314.06º 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 #C141A3 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 163 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.24 |
| HSL | 314.06º | 0.51% | 0.51% | - |
| HSV(B) | 314.06º | 0.66% | 0.76% | - |
| XYZ | 30.49 | 17.76 | 36.47 | - |
| YUV | 114.44 | 155.41 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 163 | 0 | 0.66 | 0.16 | 0.24 | 314.06 | 0.51 | 0.51 |
| Hex | C1 | 41 | A3 | 0 | 42 | 10 | 18 | 13A | 33 | 33 |
| Octal | 301 | 101 | 243 | 0 | 102 | 20 | 30 | 472 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10100011 | 0 | 1000010 | 10000 | 11000 | 100111010 | 110011 | 110011 |
Color Harmonies of #C141A3
Complementary color
Monochromatic Colors of #C141A3
Black with #C141A3
Text Example
Text Example
White with #C141A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141A3; }
p { color: rgb(193,65,163); }
H1.HeaderClassName
{
color: #C141A3;
}
.AnyTagClassName
{
color: #C141A3;
}
</style>
background-color css
<style>
a { background-color: #C141A3; }
a { background-color: rgb(193,65,163); }
div.DivClassName
{
background-color: #C141A3;
}
.BgClassName
{
background-color: #C141A3;
}
</style>
border-color css
<style>
span { border-color: #C141A3; }
span { border-color: rgb(193,65,163); }
td.TdClassName
{
border-color: #C141A3;
}
.TagClassName
{
border-color: #C141A3;
}
</style>