Shades of Medium Violet Red #C10093
Tints of Medium Violet Red #C10093
RGB
CMYK
RGB Variations
Color information
#C10093 (or 0xC10093) is known color: Medium Violet Red. HEX triplet: C1, 00 and 93. RGB value is (193,0,147). Sum of RGB (Red+Green+Blue) = 193+0+147=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C10093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10093 is #3EFF6C. Grayscale: #4A4A4A. Windows color (decimal): -4128621 or 9633985. OLE color: 9633985.
HSL color Cylindrical-coordinate representation of color #C10093: hue angle of 314.3º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10093 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.24 | 0.24 |
| HSL | 314.3º | 1% | 0.38% | - |
| HSV(B) | 314.3º | 1% | 0.76% | - |
| XYZ | 27.26 | 13.44 | 28.76 | - |
| YUV | 74.47 | 168.94 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 147 | 0 | 1 | 0.24 | 0.24 | 314.3 | 1 | 0.38 |
| Hex | C1 | 0 | 93 | 0 | 64 | 18 | 18 | 13A | 64 | 26 |
| Octal | 301 | 0 | 223 | 0 | 144 | 30 | 30 | 472 | 144 | 46 |
| Binary | 11000001 | 0 | 10010011 | 0 | 1100100 | 11000 | 11000 | 100111010 | 1100100 | 100110 |
Color Harmonies of #C10093
Complementary color
Monochromatic Colors of #C10093
Black with #C10093
Text Example
Text Example
White with #C10093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10093; }
p { color: rgb(193,0,147); }
H1.HeaderClassName
{
color: #C10093;
}
.AnyTagClassName
{
color: #C10093;
}
</style>
background-color css
<style>
a { background-color: #C10093; }
a { background-color: rgb(193,0,147); }
div.DivClassName
{
background-color: #C10093;
}
.BgClassName
{
background-color: #C10093;
}
</style>
border-color css
<style>
span { border-color: #C10093; }
span { border-color: rgb(193,0,147); }
td.TdClassName
{
border-color: #C10093;
}
.TagClassName
{
border-color: #C10093;
}
</style>