Shades of Medium Red Violet #C12677
Tints of Medium Red Violet #C12677
RGB
CMYK
RGB Variations
Color information
#C12677 (or 0xC12677) is known color: Medium Red Violet. HEX triplet: C1, 26 and 77. RGB value is (193,38,119). Sum of RGB (Red+Green+Blue) = 193+38+119=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C12677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12677 is #3ED988. Grayscale: #5D5D5D. Windows color (decimal): -4118921 or 7808705. OLE color: 7808705.
HSL color Cylindrical-coordinate representation of color #C12677: hue angle of 328.65º 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 #C12677 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 119 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.24 |
| HSL | 328.65º | 0.67% | 0.45% | - |
| HSV(B) | 328.65º | 0.8% | 0.76% | - |
| XYZ | 26.02 | 14.06 | 18.79 | - |
| YUV | 93.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 119 | 0 | 0.80 | 0.38 | 0.24 | 328.65 | 0.67 | 0.45 |
| Hex | C1 | 26 | 77 | 0 | 50 | 26 | 18 | 149 | 43 | 2D |
| Octal | 301 | 46 | 167 | 0 | 120 | 46 | 30 | 511 | 103 | 55 |
| Binary | 11000001 | 100110 | 1110111 | 0 | 1010000 | 100110 | 11000 | 101001001 | 1000011 | 101101 |
Color Harmonies of #C12677
Complementary color
Monochromatic Colors of #C12677
Black with #C12677
Text Example
Text Example
White with #C12677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12677; }
p { color: rgb(193,38,119); }
H1.HeaderClassName
{
color: #C12677;
}
.AnyTagClassName
{
color: #C12677;
}
</style>
background-color css
<style>
a { background-color: #C12677; }
a { background-color: rgb(193,38,119); }
div.DivClassName
{
background-color: #C12677;
}
.BgClassName
{
background-color: #C12677;
}
</style>
border-color css
<style>
span { border-color: #C12677; }
span { border-color: rgb(193,38,119); }
td.TdClassName
{
border-color: #C12677;
}
.TagClassName
{
border-color: #C12677;
}
</style>