Shades of Medium Violet Red #C10F7E
Tints of Medium Violet Red #C10F7E
RGB
CMYK
RGB Variations
Color information
#C10F7E (or 0xC10F7E) is known color: Medium Violet Red. HEX triplet: C1, 0F and 7E. RGB value is (193,15,126). Sum of RGB (Red+Green+Blue) = 193+15+126=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F7E is #3EF081. Grayscale: #505050. Windows color (decimal): -4124802 or 8261569. OLE color: 8261569.
HSL color Cylindrical-coordinate representation of color #C10F7E: hue angle of 322.58º 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 #C10F7E is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 126 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.24 |
| HSL | 322.58º | 0.86% | 0.41% | - |
| HSV(B) | 322.58º | 0.92% | 0.76% | - |
| XYZ | 25.93 | 13.19 | 20.92 | - |
| YUV | 80.88 | 153.47 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 126 | 0 | 0.92 | 0.35 | 0.24 | 322.58 | 0.86 | 0.41 |
| Hex | C1 | F | 7E | 0 | 5C | 23 | 18 | 143 | 56 | 29 |
| Octal | 301 | 17 | 176 | 0 | 134 | 43 | 30 | 503 | 126 | 51 |
| Binary | 11000001 | 1111 | 1111110 | 0 | 1011100 | 100011 | 11000 | 101000011 | 1010110 | 101001 |
Color Harmonies of #C10F7E
Complementary color
Monochromatic Colors of #C10F7E
Black with #C10F7E
Text Example
Text Example
White with #C10F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F7E; }
p { color: rgb(193,15,126); }
H1.HeaderClassName
{
color: #C10F7E;
}
.AnyTagClassName
{
color: #C10F7E;
}
</style>
background-color css
<style>
a { background-color: #C10F7E; }
a { background-color: rgb(193,15,126); }
div.DivClassName
{
background-color: #C10F7E;
}
.BgClassName
{
background-color: #C10F7E;
}
</style>
border-color css
<style>
span { border-color: #C10F7E; }
span { border-color: rgb(193,15,126); }
td.TdClassName
{
border-color: #C10F7E;
}
.TagClassName
{
border-color: #C10F7E;
}
</style>