Shades of Medium Violet Red #C12386
Tints of Medium Violet Red #C12386
RGB
CMYK
RGB Variations
Color information
#C12386 (or 0xC12386) is known color: Medium Violet Red. HEX triplet: C1, 23 and 86. RGB value is (193,35,134). Sum of RGB (Red+Green+Blue) = 193+35+134=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C12386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12386 is #3EDC79. Grayscale: #5D5D5D. Windows color (decimal): -4119674 or 8790977. OLE color: 8790977.
HSL color Cylindrical-coordinate representation of color #C12386: hue angle of 322.41º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12386 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 134 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.24 |
| HSL | 322.41º | 0.69% | 0.45% | - |
| HSV(B) | 322.41º | 0.82% | 0.76% | - |
| XYZ | 26.9 | 14.26 | 23.89 | - |
| YUV | 93.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 134 | 0 | 0.82 | 0.31 | 0.24 | 322.41 | 0.69 | 0.45 |
| Hex | C1 | 23 | 86 | 0 | 52 | 1F | 18 | 142 | 45 | 2D |
| Octal | 301 | 43 | 206 | 0 | 122 | 37 | 30 | 502 | 105 | 55 |
| Binary | 11000001 | 100011 | 10000110 | 0 | 1010010 | 11111 | 11000 | 101000010 | 1000101 | 101101 |
Color Harmonies of #C12386
Complementary color
Monochromatic Colors of #C12386
Black with #C12386
Text Example
Text Example
White with #C12386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12386; }
p { color: rgb(193,35,134); }
H1.HeaderClassName
{
color: #C12386;
}
.AnyTagClassName
{
color: #C12386;
}
</style>
background-color css
<style>
a { background-color: #C12386; }
a { background-color: rgb(193,35,134); }
div.DivClassName
{
background-color: #C12386;
}
.BgClassName
{
background-color: #C12386;
}
</style>
border-color css
<style>
span { border-color: #C12386; }
span { border-color: rgb(193,35,134); }
td.TdClassName
{
border-color: #C12386;
}
.TagClassName
{
border-color: #C12386;
}
</style>