Shades of Mulberry #C1408B
Tints of Mulberry #C1408B
RGB
CMYK
RGB Variations
Color information
#C1408B (or 0xC1408B) is known color: Mulberry. HEX triplet: C1, 40 and 8B. RGB value is (193,64,139). Sum of RGB (Red+Green+Blue) = 193+64+139=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1408B is #3EBF74. Grayscale: #6E6E6E. Windows color (decimal): -4112245 or 9126081. OLE color: 9126081.
HSL color Cylindrical-coordinate representation of color #C1408B: hue angle of 325.12º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1408B is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 139 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.24 |
| HSL | 325.12º | 0.51% | 0.5% | - |
| HSV(B) | 325.12º | 0.67% | 0.76% | - |
| XYZ | 28.49 | 16.87 | 26.18 | - |
| YUV | 111.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 139 | 0 | 0.67 | 0.28 | 0.24 | 325.12 | 0.51 | 0.5 |
| Hex | C1 | 40 | 8B | 0 | 43 | 1C | 18 | 145 | 33 | 32 |
| Octal | 301 | 100 | 213 | 0 | 103 | 34 | 30 | 505 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10001011 | 0 | 1000011 | 11100 | 11000 | 101000101 | 110011 | 110010 |
Color Harmonies of #C1408B
Complementary color
Monochromatic Colors of #C1408B
Black with #C1408B
Text Example
Text Example
White with #C1408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1408B; }
p { color: rgb(193,64,139); }
H1.HeaderClassName
{
color: #C1408B;
}
.AnyTagClassName
{
color: #C1408B;
}
</style>
background-color css
<style>
a { background-color: #C1408B; }
a { background-color: rgb(193,64,139); }
div.DivClassName
{
background-color: #C1408B;
}
.BgClassName
{
background-color: #C1408B;
}
</style>
border-color css
<style>
span { border-color: #C1408B; }
span { border-color: rgb(193,64,139); }
td.TdClassName
{
border-color: #C1408B;
}
.TagClassName
{
border-color: #C1408B;
}
</style>