Shades of Medium Violet Red #C10392
Tints of Medium Violet Red #C10392
RGB
CMYK
RGB Variations
Color information
#C10392 (or 0xC10392) is known color: Medium Violet Red. HEX triplet: C1, 03 and 92. RGB value is (193,3,146). Sum of RGB (Red+Green+Blue) = 193+3+146=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C10392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10392 is #3EFC6D. Grayscale: #4B4B4B. Windows color (decimal): -4127854 or 9569217. OLE color: 9569217.
HSL color Cylindrical-coordinate representation of color #C10392: hue angle of 314.84º 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 #C10392 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 146 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.24 |
| HSL | 314.84º | 0.97% | 0.38% | - |
| HSV(B) | 314.84º | 0.98% | 0.76% | - |
| XYZ | 27.21 | 13.48 | 28.36 | - |
| YUV | 76.11 | 167.45 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 146 | 0 | 0.98 | 0.24 | 0.24 | 314.84 | 0.97 | 0.38 |
| Hex | C1 | 3 | 92 | 0 | 62 | 18 | 18 | 13B | 61 | 26 |
| Octal | 301 | 3 | 222 | 0 | 142 | 30 | 30 | 473 | 141 | 46 |
| Binary | 11000001 | 11 | 10010010 | 0 | 1100010 | 11000 | 11000 | 100111011 | 1100001 | 100110 |
Color Harmonies of #C10392
Complementary color
Monochromatic Colors of #C10392
Black with #C10392
Text Example
Text Example
White with #C10392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10392; }
p { color: rgb(193,3,146); }
H1.HeaderClassName
{
color: #C10392;
}
.AnyTagClassName
{
color: #C10392;
}
</style>
background-color css
<style>
a { background-color: #C10392; }
a { background-color: rgb(193,3,146); }
div.DivClassName
{
background-color: #C10392;
}
.BgClassName
{
background-color: #C10392;
}
</style>
border-color css
<style>
span { border-color: #C10392; }
span { border-color: rgb(193,3,146); }
td.TdClassName
{
border-color: #C10392;
}
.TagClassName
{
border-color: #C10392;
}
</style>