Shades of Medium Violet Red #C10F92
Tints of Medium Violet Red #C10F92
RGB
CMYK
RGB Variations
Color information
#C10F92 (or 0xC10F92) is known color: Medium Violet Red. HEX triplet: C1, 0F and 92. RGB value is (193,15,146). Sum of RGB (Red+Green+Blue) = 193+15+146=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10F92 is #3EF06D. Grayscale: #525252. Windows color (decimal): -4124782 or 9572289. OLE color: 9572289.
HSL color Cylindrical-coordinate representation of color #C10F92: hue angle of 315.84º 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 #C10F92 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 146 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.24 |
| HSL | 315.84º | 0.86% | 0.41% | - |
| HSV(B) | 315.84º | 0.92% | 0.76% | - |
| XYZ | 27.35 | 13.75 | 28.41 | - |
| YUV | 83.16 | 163.47 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 146 | 0 | 0.92 | 0.24 | 0.24 | 315.84 | 0.86 | 0.41 |
| Hex | C1 | F | 92 | 0 | 5C | 18 | 18 | 13C | 56 | 29 |
| Octal | 301 | 17 | 222 | 0 | 134 | 30 | 30 | 474 | 126 | 51 |
| Binary | 11000001 | 1111 | 10010010 | 0 | 1011100 | 11000 | 11000 | 100111100 | 1010110 | 101001 |
Color Harmonies of #C10F92
Complementary color
Monochromatic Colors of #C10F92
Black with #C10F92
Text Example
Text Example
White with #C10F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F92; }
p { color: rgb(193,15,146); }
H1.HeaderClassName
{
color: #C10F92;
}
.AnyTagClassName
{
color: #C10F92;
}
</style>
background-color css
<style>
a { background-color: #C10F92; }
a { background-color: rgb(193,15,146); }
div.DivClassName
{
background-color: #C10F92;
}
.BgClassName
{
background-color: #C10F92;
}
</style>
border-color css
<style>
span { border-color: #C10F92; }
span { border-color: rgb(193,15,146); }
td.TdClassName
{
border-color: #C10F92;
}
.TagClassName
{
border-color: #C10F92;
}
</style>