Shades of Mulberry #C13F9A
Tints of Mulberry #C13F9A
RGB
CMYK
RGB Variations
Color information
#C13F9A (or 0xC13F9A) is known color: Mulberry. HEX triplet: C1, 3F and 9A. RGB value is (193,63,154). Sum of RGB (Red+Green+Blue) = 193+63+154=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F9A is #3EC065. Grayscale: #707070. Windows color (decimal): -4112486 or 10108865. OLE color: 10108865.
HSL color Cylindrical-coordinate representation of color #C13F9A: hue angle of 318º 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 #C13F9A is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 154 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.24 |
| HSL | 318º | 0.51% | 0.5% | - |
| HSV(B) | 318º | 0.67% | 0.76% | - |
| XYZ | 29.6 | 17.23 | 32.34 | - |
| YUV | 112.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 154 | 0 | 0.67 | 0.20 | 0.24 | 318 | 0.51 | 0.5 |
| Hex | C1 | 3F | 9A | 0 | 43 | 14 | 18 | 13E | 33 | 32 |
| Octal | 301 | 77 | 232 | 0 | 103 | 24 | 30 | 476 | 63 | 62 |
| Binary | 11000001 | 111111 | 10011010 | 0 | 1000011 | 10100 | 11000 | 100111110 | 110011 | 110010 |
Color Harmonies of #C13F9A
Complementary color
Monochromatic Colors of #C13F9A
Black with #C13F9A
Text Example
Text Example
White with #C13F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F9A; }
p { color: rgb(193,63,154); }
H1.HeaderClassName
{
color: #C13F9A;
}
.AnyTagClassName
{
color: #C13F9A;
}
</style>
background-color css
<style>
a { background-color: #C13F9A; }
a { background-color: rgb(193,63,154); }
div.DivClassName
{
background-color: #C13F9A;
}
.BgClassName
{
background-color: #C13F9A;
}
</style>
border-color css
<style>
span { border-color: #C13F9A; }
span { border-color: rgb(193,63,154); }
td.TdClassName
{
border-color: #C13F9A;
}
.TagClassName
{
border-color: #C13F9A;
}
</style>