Shades of Mulberry #C1409B
Tints of Mulberry #C1409B
RGB
CMYK
RGB Variations
Color information
#C1409B (or 0xC1409B) is known color: Mulberry. HEX triplet: C1, 40 and 9B. RGB value is (193,64,155). Sum of RGB (Red+Green+Blue) = 193+64+155=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1409B is #3EBF64. Grayscale: #707070. Windows color (decimal): -4112229 or 10174657. OLE color: 10174657.
HSL color Cylindrical-coordinate representation of color #C1409B: hue angle of 317.67º 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 #C1409B is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 155 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.24 |
| HSL | 317.67º | 0.51% | 0.5% | - |
| HSV(B) | 317.67º | 0.67% | 0.76% | - |
| XYZ | 29.74 | 17.37 | 32.8 | - |
| YUV | 112.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 155 | 0 | 0.67 | 0.20 | 0.24 | 317.67 | 0.51 | 0.5 |
| Hex | C1 | 40 | 9B | 0 | 43 | 14 | 18 | 13E | 33 | 32 |
| Octal | 301 | 100 | 233 | 0 | 103 | 24 | 30 | 476 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10011011 | 0 | 1000011 | 10100 | 11000 | 100111110 | 110011 | 110010 |
Color Harmonies of #C1409B
Complementary color
Monochromatic Colors of #C1409B
Black with #C1409B
Text Example
Text Example
White with #C1409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1409B; }
p { color: rgb(193,64,155); }
H1.HeaderClassName
{
color: #C1409B;
}
.AnyTagClassName
{
color: #C1409B;
}
</style>
background-color css
<style>
a { background-color: #C1409B; }
a { background-color: rgb(193,64,155); }
div.DivClassName
{
background-color: #C1409B;
}
.BgClassName
{
background-color: #C1409B;
}
</style>
border-color css
<style>
span { border-color: #C1409B; }
span { border-color: rgb(193,64,155); }
td.TdClassName
{
border-color: #C1409B;
}
.TagClassName
{
border-color: #C1409B;
}
</style>