Shades of Medium Violet Red #C10683
Tints of Medium Violet Red #C10683
RGB
CMYK
RGB Variations
Color information
#C10683 (or 0xC10683) is known color: Medium Violet Red. HEX triplet: C1, 06 and 83. RGB value is (193,6,131). Sum of RGB (Red+Green+Blue) = 193+6+131=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C10683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10683 is #3EF97C. Grayscale: #4B4B4B. Windows color (decimal): -4127101 or 8586945. OLE color: 8586945.
HSL color Cylindrical-coordinate representation of color #C10683: hue angle of 319.89º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10683 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 131 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.24 |
| HSL | 319.89º | 0.94% | 0.39% | - |
| HSV(B) | 319.89º | 0.97% | 0.76% | - |
| XYZ | 26.15 | 13.11 | 22.62 | - |
| YUV | 76.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 131 | 0 | 0.97 | 0.32 | 0.24 | 319.89 | 0.94 | 0.39 |
| Hex | C1 | 6 | 83 | 0 | 61 | 20 | 18 | 140 | 5E | 27 |
| Octal | 301 | 6 | 203 | 0 | 141 | 40 | 30 | 500 | 136 | 47 |
| Binary | 11000001 | 110 | 10000011 | 0 | 1100001 | 100000 | 11000 | 101000000 | 1011110 | 100111 |
Color Harmonies of #C10683
Complementary color
Monochromatic Colors of #C10683
Black with #C10683
Text Example
Text Example
White with #C10683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10683; }
p { color: rgb(193,6,131); }
H1.HeaderClassName
{
color: #C10683;
}
.AnyTagClassName
{
color: #C10683;
}
</style>
background-color css
<style>
a { background-color: #C10683; }
a { background-color: rgb(193,6,131); }
div.DivClassName
{
background-color: #C10683;
}
.BgClassName
{
background-color: #C10683;
}
</style>
border-color css
<style>
span { border-color: #C10683; }
span { border-color: rgb(193,6,131); }
td.TdClassName
{
border-color: #C10683;
}
.TagClassName
{
border-color: #C10683;
}
</style>