Shades of Mulberry #C13EA6
Tints of Mulberry #C13EA6
RGB
CMYK
RGB Variations
Color information
#C13EA6 (or 0xC13EA6) is known color: Mulberry. HEX triplet: C1, 3E and A6. RGB value is (193,62,166). Sum of RGB (Red+Green+Blue) = 193+62+166=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EA6 is #3EC159. Grayscale: #707070. Windows color (decimal): -4112730 or 10895041. OLE color: 10895041.
HSL color Cylindrical-coordinate representation of color #C13EA6: hue angle of 312.37º 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 #C13EA6 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 166 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.24 |
| HSL | 312.37º | 0.51% | 0.5% | - |
| HSV(B) | 312.37º | 0.68% | 0.76% | - |
| XYZ | 30.6 | 17.54 | 37.85 | - |
| YUV | 113.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 166 | 0 | 0.68 | 0.14 | 0.24 | 312.37 | 0.51 | 0.5 |
| Hex | C1 | 3E | A6 | 0 | 44 | E | 18 | 138 | 33 | 32 |
| Octal | 301 | 76 | 246 | 0 | 104 | 16 | 30 | 470 | 63 | 62 |
| Binary | 11000001 | 111110 | 10100110 | 0 | 1000100 | 1110 | 11000 | 100111000 | 110011 | 110010 |
Color Harmonies of #C13EA6
Complementary color
Monochromatic Colors of #C13EA6
Black with #C13EA6
Text Example
Text Example
White with #C13EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EA6; }
p { color: rgb(193,62,166); }
H1.HeaderClassName
{
color: #C13EA6;
}
.AnyTagClassName
{
color: #C13EA6;
}
</style>
background-color css
<style>
a { background-color: #C13EA6; }
a { background-color: rgb(193,62,166); }
div.DivClassName
{
background-color: #C13EA6;
}
.BgClassName
{
background-color: #C13EA6;
}
</style>
border-color css
<style>
span { border-color: #C13EA6; }
span { border-color: rgb(193,62,166); }
td.TdClassName
{
border-color: #C13EA6;
}
.TagClassName
{
border-color: #C13EA6;
}
</style>