Shades of Mulberry #C1449B
Tints of Mulberry #C1449B
RGB
CMYK
RGB Variations
Color information
#C1449B (or 0xC1449B) is known color: Mulberry. HEX triplet: C1, 44 and 9B. RGB value is (193,68,155). Sum of RGB (Red+Green+Blue) = 193+68+155=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1449B is #3EBB64. Grayscale: #737373. Windows color (decimal): -4111205 or 10175681. OLE color: 10175681.
HSL color Cylindrical-coordinate representation of color #C1449B: hue angle of 318.24º 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 #C1449B is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 155 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.24 |
| HSL | 318.24º | 0.5% | 0.51% | - |
| HSV(B) | 318.24º | 0.65% | 0.76% | - |
| XYZ | 29.98 | 17.84 | 32.87 | - |
| YUV | 115.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 155 | 0 | 0.65 | 0.20 | 0.24 | 318.24 | 0.5 | 0.51 |
| Hex | C1 | 44 | 9B | 0 | 41 | 14 | 18 | 13E | 32 | 33 |
| Octal | 301 | 104 | 233 | 0 | 101 | 24 | 30 | 476 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10011011 | 0 | 1000001 | 10100 | 11000 | 100111110 | 110010 | 110011 |
Color Harmonies of #C1449B
Complementary color
Monochromatic Colors of #C1449B
Black with #C1449B
Text Example
Text Example
White with #C1449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1449B; }
p { color: rgb(193,68,155); }
H1.HeaderClassName
{
color: #C1449B;
}
.AnyTagClassName
{
color: #C1449B;
}
</style>
background-color css
<style>
a { background-color: #C1449B; }
a { background-color: rgb(193,68,155); }
div.DivClassName
{
background-color: #C1449B;
}
.BgClassName
{
background-color: #C1449B;
}
</style>
border-color css
<style>
span { border-color: #C1449B; }
span { border-color: rgb(193,68,155); }
td.TdClassName
{
border-color: #C1449B;
}
.TagClassName
{
border-color: #C1449B;
}
</style>