Shades of Medium Violet Red #C12395
Tints of Medium Violet Red #C12395
RGB
CMYK
RGB Variations
Color information
#C12395 (or 0xC12395) is known color: Medium Violet Red. HEX triplet: C1, 23 and 95. RGB value is (193,35,149). Sum of RGB (Red+Green+Blue) = 193+35+149=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C12395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12395 is #3EDC6A. Grayscale: #5E5E5E. Windows color (decimal): -4119659 or 9774017. OLE color: 9774017.
HSL color Cylindrical-coordinate representation of color #C12395: hue angle of 316.71º 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 #C12395 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 149 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.24 |
| HSL | 316.71º | 0.69% | 0.45% | - |
| HSV(B) | 316.71º | 0.82% | 0.76% | - |
| XYZ | 28.02 | 14.71 | 29.8 | - |
| YUV | 95.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 149 | 0 | 0.82 | 0.23 | 0.24 | 316.71 | 0.69 | 0.45 |
| Hex | C1 | 23 | 95 | 0 | 52 | 17 | 18 | 13D | 45 | 2D |
| Octal | 301 | 43 | 225 | 0 | 122 | 27 | 30 | 475 | 105 | 55 |
| Binary | 11000001 | 100011 | 10010101 | 0 | 1010010 | 10111 | 11000 | 100111101 | 1000101 | 101101 |
Color Harmonies of #C12395
Complementary color
Monochromatic Colors of #C12395
Black with #C12395
Text Example
Text Example
White with #C12395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12395; }
p { color: rgb(193,35,149); }
H1.HeaderClassName
{
color: #C12395;
}
.AnyTagClassName
{
color: #C12395;
}
</style>
background-color css
<style>
a { background-color: #C12395; }
a { background-color: rgb(193,35,149); }
div.DivClassName
{
background-color: #C12395;
}
.BgClassName
{
background-color: #C12395;
}
</style>
border-color css
<style>
span { border-color: #C12395; }
span { border-color: rgb(193,35,149); }
td.TdClassName
{
border-color: #C12395;
}
.TagClassName
{
border-color: #C12395;
}
</style>