Shades of Medium Violet Red #C10394
Tints of Medium Violet Red #C10394
RGB
CMYK
RGB Variations
Color information
#C10394 (or 0xC10394) is known color: Medium Violet Red. HEX triplet: C1, 03 and 94. RGB value is (193,3,148). Sum of RGB (Red+Green+Blue) = 193+3+148=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C10394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10394 is #3EFC6B. Grayscale: #4B4B4B. Windows color (decimal): -4127852 or 9700289. OLE color: 9700289.
HSL color Cylindrical-coordinate representation of color #C10394: hue angle of 314.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10394 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 148 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.24 |
| HSL | 314.21º | 0.97% | 0.38% | - |
| HSV(B) | 314.21º | 0.98% | 0.76% | - |
| XYZ | 27.37 | 13.54 | 29.19 | - |
| YUV | 76.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 148 | 0 | 0.98 | 0.23 | 0.24 | 314.21 | 0.97 | 0.38 |
| Hex | C1 | 3 | 94 | 0 | 62 | 17 | 18 | 13A | 61 | 26 |
| Octal | 301 | 3 | 224 | 0 | 142 | 27 | 30 | 472 | 141 | 46 |
| Binary | 11000001 | 11 | 10010100 | 0 | 1100010 | 10111 | 11000 | 100111010 | 1100001 | 100110 |
Color Harmonies of #C10394
Complementary color
Monochromatic Colors of #C10394
Black with #C10394
Text Example
Text Example
White with #C10394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10394; }
p { color: rgb(193,3,148); }
H1.HeaderClassName
{
color: #C10394;
}
.AnyTagClassName
{
color: #C10394;
}
</style>
background-color css
<style>
a { background-color: #C10394; }
a { background-color: rgb(193,3,148); }
div.DivClassName
{
background-color: #C10394;
}
.BgClassName
{
background-color: #C10394;
}
</style>
border-color css
<style>
span { border-color: #C10394; }
span { border-color: rgb(193,3,148); }
td.TdClassName
{
border-color: #C10394;
}
.TagClassName
{
border-color: #C10394;
}
</style>