Shades of Medium Red Violet #C12695
Tints of Medium Red Violet #C12695
RGB
CMYK
RGB Variations
Color information
#C12695 (or 0xC12695) is known color: Medium Red Violet. HEX triplet: C1, 26 and 95. RGB value is (193,38,149). Sum of RGB (Red+Green+Blue) = 193+38+149=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C12695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12695 is #3ED96A. Grayscale: #606060. Windows color (decimal): -4118891 or 9774785. OLE color: 9774785.
HSL color Cylindrical-coordinate representation of color #C12695: hue angle of 317.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12695 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 149 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.24 |
| HSL | 317.03º | 0.67% | 0.45% | - |
| HSV(B) | 317.03º | 0.8% | 0.76% | - |
| XYZ | 28.11 | 14.89 | 29.83 | - |
| YUV | 97 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 149 | 0 | 0.80 | 0.23 | 0.24 | 317.03 | 0.67 | 0.45 |
| Hex | C1 | 26 | 95 | 0 | 50 | 17 | 18 | 13D | 43 | 2D |
| Octal | 301 | 46 | 225 | 0 | 120 | 27 | 30 | 475 | 103 | 55 |
| Binary | 11000001 | 100110 | 10010101 | 0 | 1010000 | 10111 | 11000 | 100111101 | 1000011 | 101101 |
Color Harmonies of #C12695
Complementary color
Monochromatic Colors of #C12695
Black with #C12695
Text Example
Text Example
White with #C12695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12695; }
p { color: rgb(193,38,149); }
H1.HeaderClassName
{
color: #C12695;
}
.AnyTagClassName
{
color: #C12695;
}
</style>
background-color css
<style>
a { background-color: #C12695; }
a { background-color: rgb(193,38,149); }
div.DivClassName
{
background-color: #C12695;
}
.BgClassName
{
background-color: #C12695;
}
</style>
border-color css
<style>
span { border-color: #C12695; }
span { border-color: rgb(193,38,149); }
td.TdClassName
{
border-color: #C12695;
}
.TagClassName
{
border-color: #C12695;
}
</style>