Shades of Mulberry #C13EA7
Tints of Mulberry #C13EA7
RGB
CMYK
RGB Variations
Color information
#C13EA7 (or 0xC13EA7) is known color: Mulberry. HEX triplet: C1, 3E and A7. RGB value is (193,62,167). Sum of RGB (Red+Green+Blue) = 193+62+167=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EA7 is #3EC158. Grayscale: #707070. Windows color (decimal): -4112729 or 10960577. OLE color: 10960577.
HSL color Cylindrical-coordinate representation of color #C13EA7: hue angle of 311.91º degrees, saturation: 0.51, 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 #C13EA7 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 167 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.24 |
| HSL | 311.91º | 0.51% | 0.5% | - |
| HSV(B) | 311.91º | 0.68% | 0.76% | - |
| XYZ | 30.69 | 17.57 | 38.33 | - |
| YUV | 113.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 167 | 0 | 0.68 | 0.13 | 0.24 | 311.91 | 0.51 | 0.5 |
| Hex | C1 | 3E | A7 | 0 | 44 | D | 18 | 138 | 33 | 32 |
| Octal | 301 | 76 | 247 | 0 | 104 | 15 | 30 | 470 | 63 | 62 |
| Binary | 11000001 | 111110 | 10100111 | 0 | 1000100 | 1101 | 11000 | 100111000 | 110011 | 110010 |
Color Harmonies of #C13EA7
Complementary color
Monochromatic Colors of #C13EA7
Black with #C13EA7
Text Example
Text Example
White with #C13EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EA7; }
p { color: rgb(193,62,167); }
H1.HeaderClassName
{
color: #C13EA7;
}
.AnyTagClassName
{
color: #C13EA7;
}
</style>
background-color css
<style>
a { background-color: #C13EA7; }
a { background-color: rgb(193,62,167); }
div.DivClassName
{
background-color: #C13EA7;
}
.BgClassName
{
background-color: #C13EA7;
}
</style>
border-color css
<style>
span { border-color: #C13EA7; }
span { border-color: rgb(193,62,167); }
td.TdClassName
{
border-color: #C13EA7;
}
.TagClassName
{
border-color: #C13EA7;
}
</style>