Shades of Mulberry #C13FA4
Tints of Mulberry #C13FA4
RGB
CMYK
RGB Variations
Color information
#C13FA4 (or 0xC13FA4) is known color: Mulberry. HEX triplet: C1, 3F and A4. RGB value is (193,63,164). Sum of RGB (Red+Green+Blue) = 193+63+164=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FA4 is #3EC05B. Grayscale: #717171. Windows color (decimal): -4112476 or 10764225. OLE color: 10764225.
HSL color Cylindrical-coordinate representation of color #C13FA4: hue angle of 313.38º 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 #C13FA4 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 164 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.24 |
| HSL | 313.38º | 0.51% | 0.5% | - |
| HSV(B) | 313.38º | 0.67% | 0.76% | - |
| XYZ | 30.47 | 17.57 | 36.91 | - |
| YUV | 113.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 164 | 0 | 0.67 | 0.15 | 0.24 | 313.38 | 0.51 | 0.5 |
| Hex | C1 | 3F | A4 | 0 | 43 | F | 18 | 139 | 33 | 32 |
| Octal | 301 | 77 | 244 | 0 | 103 | 17 | 30 | 471 | 63 | 62 |
| Binary | 11000001 | 111111 | 10100100 | 0 | 1000011 | 1111 | 11000 | 100111001 | 110011 | 110010 |
Color Harmonies of #C13FA4
Complementary color
Monochromatic Colors of #C13FA4
Black with #C13FA4
Text Example
Text Example
White with #C13FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FA4; }
p { color: rgb(193,63,164); }
H1.HeaderClassName
{
color: #C13FA4;
}
.AnyTagClassName
{
color: #C13FA4;
}
</style>
background-color css
<style>
a { background-color: #C13FA4; }
a { background-color: rgb(193,63,164); }
div.DivClassName
{
background-color: #C13FA4;
}
.BgClassName
{
background-color: #C13FA4;
}
</style>
border-color css
<style>
span { border-color: #C13FA4; }
span { border-color: rgb(193,63,164); }
td.TdClassName
{
border-color: #C13FA4;
}
.TagClassName
{
border-color: #C13FA4;
}
</style>