Shades of Medium Red Violet #C13F83
Tints of Medium Red Violet #C13F83
RGB
CMYK
RGB Variations
Color information
#C13F83 (or 0xC13F83) is known color: Medium Red Violet. HEX triplet: C1, 3F and 83. RGB value is (193,63,131). Sum of RGB (Red+Green+Blue) = 193+63+131=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F83 is #3EC07C. Grayscale: #6D6D6D. Windows color (decimal): -4112509 or 8601537. OLE color: 8601537.
HSL color Cylindrical-coordinate representation of color #C13F83: hue angle of 328.62º 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 #C13F83 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 131 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.24 |
| HSL | 328.62º | 0.51% | 0.5% | - |
| HSV(B) | 328.62º | 0.67% | 0.76% | - |
| XYZ | 27.87 | 16.53 | 23.19 | - |
| YUV | 109.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 131 | 0 | 0.67 | 0.32 | 0.24 | 328.62 | 0.51 | 0.5 |
| Hex | C1 | 3F | 83 | 0 | 43 | 20 | 18 | 149 | 33 | 32 |
| Octal | 301 | 77 | 203 | 0 | 103 | 40 | 30 | 511 | 63 | 62 |
| Binary | 11000001 | 111111 | 10000011 | 0 | 1000011 | 100000 | 11000 | 101001001 | 110011 | 110010 |
Color Harmonies of #C13F83
Complementary color
Monochromatic Colors of #C13F83
Black with #C13F83
Text Example
Text Example
White with #C13F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F83; }
p { color: rgb(193,63,131); }
H1.HeaderClassName
{
color: #C13F83;
}
.AnyTagClassName
{
color: #C13F83;
}
</style>
background-color css
<style>
a { background-color: #C13F83; }
a { background-color: rgb(193,63,131); }
div.DivClassName
{
background-color: #C13F83;
}
.BgClassName
{
background-color: #C13F83;
}
</style>
border-color css
<style>
span { border-color: #C13F83; }
span { border-color: rgb(193,63,131); }
td.TdClassName
{
border-color: #C13F83;
}
.TagClassName
{
border-color: #C13F83;
}
</style>