Shades of Mulberry #C1448A
Tints of Mulberry #C1448A
RGB
CMYK
RGB Variations
Color information
#C1448A (or 0xC1448A) is known color: Mulberry. HEX triplet: C1, 44 and 8A. RGB value is (193,68,138). Sum of RGB (Red+Green+Blue) = 193+68+138=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1448A is #3EBB75. Grayscale: #717171. Windows color (decimal): -4111222 or 9061569. OLE color: 9061569.
HSL color Cylindrical-coordinate representation of color #C1448A: hue angle of 326.4º 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 #C1448A is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 138 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.24 |
| HSL | 326.4º | 0.5% | 0.51% | - |
| HSV(B) | 326.4º | 0.65% | 0.76% | - |
| XYZ | 28.65 | 17.31 | 25.88 | - |
| YUV | 113.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 138 | 0 | 0.65 | 0.28 | 0.24 | 326.4 | 0.5 | 0.51 |
| Hex | C1 | 44 | 8A | 0 | 41 | 1C | 18 | 146 | 32 | 33 |
| Octal | 301 | 104 | 212 | 0 | 101 | 34 | 30 | 506 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10001010 | 0 | 1000001 | 11100 | 11000 | 101000110 | 110010 | 110011 |
Color Harmonies of #C1448A
Complementary color
Monochromatic Colors of #C1448A
Black with #C1448A
Text Example
Text Example
White with #C1448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1448A; }
p { color: rgb(193,68,138); }
H1.HeaderClassName
{
color: #C1448A;
}
.AnyTagClassName
{
color: #C1448A;
}
</style>
background-color css
<style>
a { background-color: #C1448A; }
a { background-color: rgb(193,68,138); }
div.DivClassName
{
background-color: #C1448A;
}
.BgClassName
{
background-color: #C1448A;
}
</style>
border-color css
<style>
span { border-color: #C1448A; }
span { border-color: rgb(193,68,138); }
td.TdClassName
{
border-color: #C1448A;
}
.TagClassName
{
border-color: #C1448A;
}
</style>