Shades of Mulberry #C13FA5
Tints of Mulberry #C13FA5
RGB
CMYK
RGB Variations
Color information
#C13FA5 (or 0xC13FA5) is known color: Mulberry. HEX triplet: C1, 3F and A5. RGB value is (193,63,165). Sum of RGB (Red+Green+Blue) = 193+63+165=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FA5 is #3EC05A. Grayscale: #717171. Windows color (decimal): -4112475 or 10829761. OLE color: 10829761.
HSL color Cylindrical-coordinate representation of color #C13FA5: hue angle of 312.92º 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 #C13FA5 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 165 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.24 |
| HSL | 312.92º | 0.51% | 0.5% | - |
| HSV(B) | 312.92º | 0.67% | 0.76% | - |
| XYZ | 30.56 | 17.61 | 37.39 | - |
| YUV | 113.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 165 | 0 | 0.67 | 0.15 | 0.24 | 312.92 | 0.51 | 0.5 |
| Hex | C1 | 3F | A5 | 0 | 43 | F | 18 | 139 | 33 | 32 |
| Octal | 301 | 77 | 245 | 0 | 103 | 17 | 30 | 471 | 63 | 62 |
| Binary | 11000001 | 111111 | 10100101 | 0 | 1000011 | 1111 | 11000 | 100111001 | 110011 | 110010 |
Color Harmonies of #C13FA5
Complementary color
Monochromatic Colors of #C13FA5
Black with #C13FA5
Text Example
Text Example
White with #C13FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FA5; }
p { color: rgb(193,63,165); }
H1.HeaderClassName
{
color: #C13FA5;
}
.AnyTagClassName
{
color: #C13FA5;
}
</style>
background-color css
<style>
a { background-color: #C13FA5; }
a { background-color: rgb(193,63,165); }
div.DivClassName
{
background-color: #C13FA5;
}
.BgClassName
{
background-color: #C13FA5;
}
</style>
border-color css
<style>
span { border-color: #C13FA5; }
span { border-color: rgb(193,63,165); }
td.TdClassName
{
border-color: #C13FA5;
}
.TagClassName
{
border-color: #C13FA5;
}
</style>