Shades of Mulberry #C13F9B
Tints of Mulberry #C13F9B
RGB
CMYK
RGB Variations
Color information
#C13F9B (or 0xC13F9B) is known color: Mulberry. HEX triplet: C1, 3F and 9B. RGB value is (193,63,155). Sum of RGB (Red+Green+Blue) = 193+63+155=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F9B is #3EC064. Grayscale: #707070. Windows color (decimal): -4112485 or 10174401. OLE color: 10174401.
HSL color Cylindrical-coordinate representation of color #C13F9B: hue angle of 317.54º 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 #C13F9B is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 155 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.24 |
| HSL | 317.54º | 0.51% | 0.5% | - |
| HSV(B) | 317.54º | 0.67% | 0.76% | - |
| XYZ | 29.69 | 17.26 | 32.78 | - |
| YUV | 112.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 155 | 0 | 0.67 | 0.20 | 0.24 | 317.54 | 0.51 | 0.5 |
| Hex | C1 | 3F | 9B | 0 | 43 | 14 | 18 | 13E | 33 | 32 |
| Octal | 301 | 77 | 233 | 0 | 103 | 24 | 30 | 476 | 63 | 62 |
| Binary | 11000001 | 111111 | 10011011 | 0 | 1000011 | 10100 | 11000 | 100111110 | 110011 | 110010 |
Color Harmonies of #C13F9B
Complementary color
Monochromatic Colors of #C13F9B
Black with #C13F9B
Text Example
Text Example
White with #C13F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F9B; }
p { color: rgb(193,63,155); }
H1.HeaderClassName
{
color: #C13F9B;
}
.AnyTagClassName
{
color: #C13F9B;
}
</style>
background-color css
<style>
a { background-color: #C13F9B; }
a { background-color: rgb(193,63,155); }
div.DivClassName
{
background-color: #C13F9B;
}
.BgClassName
{
background-color: #C13F9B;
}
</style>
border-color css
<style>
span { border-color: #C13F9B; }
span { border-color: rgb(193,63,155); }
td.TdClassName
{
border-color: #C13F9B;
}
.TagClassName
{
border-color: #C13F9B;
}
</style>