Shades of Mulberry #C145A4
Tints of Mulberry #C145A4
RGB
CMYK
RGB Variations
Color information
#C145A4 (or 0xC145A4) is known color: Mulberry. HEX triplet: C1, 45 and A4. RGB value is (193,69,164). Sum of RGB (Red+Green+Blue) = 193+69+164=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C145A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145A4 is #3EBA5B. Grayscale: #747474. Windows color (decimal): -4110940 or 10765761. OLE color: 10765761.
HSL color Cylindrical-coordinate representation of color #C145A4: hue angle of 314.03º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C145A4 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 164 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.24 |
| HSL | 314.03º | 0.5% | 0.51% | - |
| HSV(B) | 314.03º | 0.64% | 0.76% | - |
| XYZ | 30.82 | 18.27 | 37.02 | - |
| YUV | 116.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 164 | 0 | 0.64 | 0.15 | 0.24 | 314.03 | 0.5 | 0.51 |
| Hex | C1 | 45 | A4 | 0 | 40 | F | 18 | 13A | 32 | 33 |
| Octal | 301 | 105 | 244 | 0 | 100 | 17 | 30 | 472 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10100100 | 0 | 1000000 | 1111 | 11000 | 100111010 | 110010 | 110011 |
Color Harmonies of #C145A4
Complementary color
Monochromatic Colors of #C145A4
Black with #C145A4
Text Example
Text Example
White with #C145A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145A4; }
p { color: rgb(193,69,164); }
H1.HeaderClassName
{
color: #C145A4;
}
.AnyTagClassName
{
color: #C145A4;
}
</style>
background-color css
<style>
a { background-color: #C145A4; }
a { background-color: rgb(193,69,164); }
div.DivClassName
{
background-color: #C145A4;
}
.BgClassName
{
background-color: #C145A4;
}
</style>
border-color css
<style>
span { border-color: #C145A4; }
span { border-color: rgb(193,69,164); }
td.TdClassName
{
border-color: #C145A4;
}
.TagClassName
{
border-color: #C145A4;
}
</style>