Shades of Medium Violet Red #C10094
Tints of Medium Violet Red #C10094
RGB
CMYK
RGB Variations
Color information
#C10094 (or 0xC10094) is known color: Medium Violet Red. HEX triplet: C1, 00 and 94. RGB value is (193,0,148). Sum of RGB (Red+Green+Blue) = 193+0+148=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C10094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10094 is #3EFF6B. Grayscale: #4A4A4A. Windows color (decimal): -4128620 or 9699521. OLE color: 9699521.
HSL color Cylindrical-coordinate representation of color #C10094: hue angle of 313.99º 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 #C10094 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.23 | 0.24 |
| HSL | 313.99º | 1% | 0.38% | - |
| HSV(B) | 313.99º | 1% | 0.76% | - |
| XYZ | 27.34 | 13.48 | 29.18 | - |
| YUV | 74.58 | 169.44 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 148 | 0 | 1 | 0.23 | 0.24 | 313.99 | 1 | 0.38 |
| Hex | C1 | 0 | 94 | 0 | 64 | 17 | 18 | 13A | 64 | 26 |
| Octal | 301 | 0 | 224 | 0 | 144 | 27 | 30 | 472 | 144 | 46 |
| Binary | 11000001 | 0 | 10010100 | 0 | 1100100 | 10111 | 11000 | 100111010 | 1100100 | 100110 |
Color Harmonies of #C10094
Complementary color
Monochromatic Colors of #C10094
Black with #C10094
Text Example
Text Example
White with #C10094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10094; }
p { color: rgb(193,0,148); }
H1.HeaderClassName
{
color: #C10094;
}
.AnyTagClassName
{
color: #C10094;
}
</style>
background-color css
<style>
a { background-color: #C10094; }
a { background-color: rgb(193,0,148); }
div.DivClassName
{
background-color: #C10094;
}
.BgClassName
{
background-color: #C10094;
}
</style>
border-color css
<style>
span { border-color: #C10094; }
span { border-color: rgb(193,0,148); }
td.TdClassName
{
border-color: #C10094;
}
.TagClassName
{
border-color: #C10094;
}
</style>