Shades of Mulberry #C13D9A
Tints of Mulberry #C13D9A
RGB
CMYK
RGB Variations
Color information
#C13D9A (or 0xC13D9A) is known color: Mulberry. HEX triplet: C1, 3D and 9A. RGB value is (193,61,154). Sum of RGB (Red+Green+Blue) = 193+61+154=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D9A is #3EC265. Grayscale: #6E6E6E. Windows color (decimal): -4112998 or 10108353. OLE color: 10108353.
HSL color Cylindrical-coordinate representation of color #C13D9A: hue angle of 317.73º 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 #C13D9A is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 154 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.24 |
| HSL | 317.73º | 0.52% | 0.5% | - |
| HSV(B) | 317.73º | 0.68% | 0.76% | - |
| XYZ | 29.49 | 17.01 | 32.3 | - |
| YUV | 111.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 154 | 0 | 0.68 | 0.20 | 0.24 | 317.73 | 0.52 | 0.5 |
| Hex | C1 | 3D | 9A | 0 | 44 | 14 | 18 | 13E | 34 | 32 |
| Octal | 301 | 75 | 232 | 0 | 104 | 24 | 30 | 476 | 64 | 62 |
| Binary | 11000001 | 111101 | 10011010 | 0 | 1000100 | 10100 | 11000 | 100111110 | 110100 | 110010 |
Color Harmonies of #C13D9A
Complementary color
Monochromatic Colors of #C13D9A
Black with #C13D9A
Text Example
Text Example
White with #C13D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D9A; }
p { color: rgb(193,61,154); }
H1.HeaderClassName
{
color: #C13D9A;
}
.AnyTagClassName
{
color: #C13D9A;
}
</style>
background-color css
<style>
a { background-color: #C13D9A; }
a { background-color: rgb(193,61,154); }
div.DivClassName
{
background-color: #C13D9A;
}
.BgClassName
{
background-color: #C13D9A;
}
</style>
border-color css
<style>
span { border-color: #C13D9A; }
span { border-color: rgb(193,61,154); }
td.TdClassName
{
border-color: #C13D9A;
}
.TagClassName
{
border-color: #C13D9A;
}
</style>