Shades of Mulberry #C13D98
Tints of Mulberry #C13D98
RGB
CMYK
RGB Variations
Color information
#C13D98 (or 0xC13D98) is known color: Mulberry. HEX triplet: C1, 3D and 98. RGB value is (193,61,152). Sum of RGB (Red+Green+Blue) = 193+61+152=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D98 is #3EC267. Grayscale: #6E6E6E. Windows color (decimal): -4113000 or 9977281. OLE color: 9977281.
HSL color Cylindrical-coordinate representation of color #C13D98: hue angle of 318.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D98 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 152 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.24 |
| HSL | 318.64º | 0.52% | 0.5% | - |
| HSV(B) | 318.64º | 0.68% | 0.76% | - |
| XYZ | 29.33 | 16.94 | 31.43 | - |
| YUV | 110.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 152 | 0 | 0.68 | 0.21 | 0.24 | 318.64 | 0.52 | 0.5 |
| Hex | C1 | 3D | 98 | 0 | 44 | 15 | 18 | 13F | 34 | 32 |
| Octal | 301 | 75 | 230 | 0 | 104 | 25 | 30 | 477 | 64 | 62 |
| Binary | 11000001 | 111101 | 10011000 | 0 | 1000100 | 10101 | 11000 | 100111111 | 110100 | 110010 |
Color Harmonies of #C13D98
Complementary color
Monochromatic Colors of #C13D98
Black with #C13D98
Text Example
Text Example
White with #C13D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D98; }
p { color: rgb(193,61,152); }
H1.HeaderClassName
{
color: #C13D98;
}
.AnyTagClassName
{
color: #C13D98;
}
</style>
background-color css
<style>
a { background-color: #C13D98; }
a { background-color: rgb(193,61,152); }
div.DivClassName
{
background-color: #C13D98;
}
.BgClassName
{
background-color: #C13D98;
}
</style>
border-color css
<style>
span { border-color: #C13D98; }
span { border-color: rgb(193,61,152); }
td.TdClassName
{
border-color: #C13D98;
}
.TagClassName
{
border-color: #C13D98;
}
</style>