Shades of Mulberry #C1439B
Tints of Mulberry #C1439B
RGB
CMYK
RGB Variations
Color information
#C1439B (or 0xC1439B) is known color: Mulberry. HEX triplet: C1, 43 and 9B. RGB value is (193,67,155). Sum of RGB (Red+Green+Blue) = 193+67+155=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1439B is #3EBC64. Grayscale: #727272. Windows color (decimal): -4111461 or 10175425. OLE color: 10175425.
HSL color Cylindrical-coordinate representation of color #C1439B: hue angle of 318.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1439B is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 155 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.24 |
| HSL | 318.1º | 0.5% | 0.51% | - |
| HSV(B) | 318.1º | 0.65% | 0.76% | - |
| XYZ | 29.92 | 17.72 | 32.85 | - |
| YUV | 114.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 155 | 0 | 0.65 | 0.20 | 0.24 | 318.1 | 0.5 | 0.51 |
| Hex | C1 | 43 | 9B | 0 | 41 | 14 | 18 | 13E | 32 | 33 |
| Octal | 301 | 103 | 233 | 0 | 101 | 24 | 30 | 476 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10011011 | 0 | 1000001 | 10100 | 11000 | 100111110 | 110010 | 110011 |
Color Harmonies of #C1439B
Complementary color
Monochromatic Colors of #C1439B
Black with #C1439B
Text Example
Text Example
White with #C1439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1439B; }
p { color: rgb(193,67,155); }
H1.HeaderClassName
{
color: #C1439B;
}
.AnyTagClassName
{
color: #C1439B;
}
</style>
background-color css
<style>
a { background-color: #C1439B; }
a { background-color: rgb(193,67,155); }
div.DivClassName
{
background-color: #C1439B;
}
.BgClassName
{
background-color: #C1439B;
}
</style>
border-color css
<style>
span { border-color: #C1439B; }
span { border-color: rgb(193,67,155); }
td.TdClassName
{
border-color: #C1439B;
}
.TagClassName
{
border-color: #C1439B;
}
</style>