Shades of Medium Violet Red #C10F83
Tints of Medium Violet Red #C10F83
RGB
CMYK
RGB Variations
Color information
#C10F83 (or 0xC10F83) is known color: Medium Violet Red. HEX triplet: C1, 0F and 83. RGB value is (193,15,131). Sum of RGB (Red+Green+Blue) = 193+15+131=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10F83 is #3EF07C. Grayscale: #515151. Windows color (decimal): -4124797 or 8589249. OLE color: 8589249.
HSL color Cylindrical-coordinate representation of color #C10F83: hue angle of 320.9º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F83 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 131 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.24 |
| HSL | 320.9º | 0.86% | 0.41% | - |
| HSV(B) | 320.9º | 0.92% | 0.76% | - |
| XYZ | 26.26 | 13.32 | 22.66 | - |
| YUV | 81.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 131 | 0 | 0.92 | 0.32 | 0.24 | 320.9 | 0.86 | 0.41 |
| Hex | C1 | F | 83 | 0 | 5C | 20 | 18 | 141 | 56 | 29 |
| Octal | 301 | 17 | 203 | 0 | 134 | 40 | 30 | 501 | 126 | 51 |
| Binary | 11000001 | 1111 | 10000011 | 0 | 1011100 | 100000 | 11000 | 101000001 | 1010110 | 101001 |
Color Harmonies of #C10F83
Complementary color
Monochromatic Colors of #C10F83
Black with #C10F83
Text Example
Text Example
White with #C10F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F83; }
p { color: rgb(193,15,131); }
H1.HeaderClassName
{
color: #C10F83;
}
.AnyTagClassName
{
color: #C10F83;
}
</style>
background-color css
<style>
a { background-color: #C10F83; }
a { background-color: rgb(193,15,131); }
div.DivClassName
{
background-color: #C10F83;
}
.BgClassName
{
background-color: #C10F83;
}
</style>
border-color css
<style>
span { border-color: #C10F83; }
span { border-color: rgb(193,15,131); }
td.TdClassName
{
border-color: #C10F83;
}
.TagClassName
{
border-color: #C10F83;
}
</style>