Shades of Medium Violet Red #C10292
Tints of Medium Violet Red #C10292
RGB
CMYK
RGB Variations
Color information
#C10292 (or 0xC10292) is known color: Medium Violet Red. HEX triplet: C1, 02 and 92. RGB value is (193,2,146). Sum of RGB (Red+Green+Blue) = 193+2+146=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C10292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10292 is #3EFD6D. Grayscale: #4B4B4B. Windows color (decimal): -4128110 or 9568961. OLE color: 9568961.
HSL color Cylindrical-coordinate representation of color #C10292: hue angle of 314.76º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10292 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.24 |
| HSL | 314.76º | 0.98% | 0.38% | - |
| HSV(B) | 314.76º | 0.99% | 0.76% | - |
| XYZ | 27.2 | 13.46 | 28.36 | - |
| YUV | 75.53 | 167.78 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 146 | 0 | 0.99 | 0.24 | 0.24 | 314.76 | 0.98 | 0.38 |
| Hex | C1 | 2 | 92 | 0 | 63 | 18 | 18 | 13B | 62 | 26 |
| Octal | 301 | 2 | 222 | 0 | 143 | 30 | 30 | 473 | 142 | 46 |
| Binary | 11000001 | 10 | 10010010 | 0 | 1100011 | 11000 | 11000 | 100111011 | 1100010 | 100110 |
Color Harmonies of #C10292
Complementary color
Monochromatic Colors of #C10292
Black with #C10292
Text Example
Text Example
White with #C10292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10292; }
p { color: rgb(193,2,146); }
H1.HeaderClassName
{
color: #C10292;
}
.AnyTagClassName
{
color: #C10292;
}
</style>
background-color css
<style>
a { background-color: #C10292; }
a { background-color: rgb(193,2,146); }
div.DivClassName
{
background-color: #C10292;
}
.BgClassName
{
background-color: #C10292;
}
</style>
border-color css
<style>
span { border-color: #C10292; }
span { border-color: rgb(193,2,146); }
td.TdClassName
{
border-color: #C10292;
}
.TagClassName
{
border-color: #C10292;
}
</style>