Shades of Mulberry #C1458F
Tints of Mulberry #C1458F
RGB
CMYK
RGB Variations
Color information
#C1458F (or 0xC1458F) is known color: Mulberry. HEX triplet: C1, 45 and 8F. RGB value is (193,69,143). Sum of RGB (Red+Green+Blue) = 193+69+143=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1458F is #3EBA70. Grayscale: #727272. Windows color (decimal): -4110961 or 9389505. OLE color: 9389505.
HSL color Cylindrical-coordinate representation of color #C1458F: hue angle of 324.19º 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 #C1458F is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 143 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.24 |
| HSL | 324.19º | 0.5% | 0.51% | - |
| HSV(B) | 324.19º | 0.64% | 0.76% | - |
| XYZ | 29.08 | 17.58 | 27.85 | - |
| YUV | 114.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 143 | 0 | 0.64 | 0.26 | 0.24 | 324.19 | 0.5 | 0.51 |
| Hex | C1 | 45 | 8F | 0 | 40 | 1A | 18 | 144 | 32 | 33 |
| Octal | 301 | 105 | 217 | 0 | 100 | 32 | 30 | 504 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10001111 | 0 | 1000000 | 11010 | 11000 | 101000100 | 110010 | 110011 |
Color Harmonies of #C1458F
Complementary color
Monochromatic Colors of #C1458F
Black with #C1458F
Text Example
Text Example
White with #C1458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1458F; }
p { color: rgb(193,69,143); }
H1.HeaderClassName
{
color: #C1458F;
}
.AnyTagClassName
{
color: #C1458F;
}
</style>
background-color css
<style>
a { background-color: #C1458F; }
a { background-color: rgb(193,69,143); }
div.DivClassName
{
background-color: #C1458F;
}
.BgClassName
{
background-color: #C1458F;
}
</style>
border-color css
<style>
span { border-color: #C1458F; }
span { border-color: rgb(193,69,143); }
td.TdClassName
{
border-color: #C1458F;
}
.TagClassName
{
border-color: #C1458F;
}
</style>