Shades of Medium Red Violet #C12671
Tints of Medium Red Violet #C12671
RGB
CMYK
RGB Variations
Color information
#C12671 (or 0xC12671) is known color: Medium Red Violet. HEX triplet: C1, 26 and 71. RGB value is (193,38,113). Sum of RGB (Red+Green+Blue) = 193+38+113=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C12671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12671 is #3ED98E. Grayscale: #5C5C5C. Windows color (decimal): -4118927 or 7415489. OLE color: 7415489.
HSL color Cylindrical-coordinate representation of color #C12671: hue angle of 330.97º 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 #C12671 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 113 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.24 |
| HSL | 330.97º | 0.67% | 0.45% | - |
| HSV(B) | 330.97º | 0.8% | 0.76% | - |
| XYZ | 25.67 | 13.92 | 16.96 | - |
| YUV | 92.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 113 | 0 | 0.80 | 0.41 | 0.24 | 330.97 | 0.67 | 0.45 |
| Hex | C1 | 26 | 71 | 0 | 50 | 29 | 18 | 14B | 43 | 2D |
| Octal | 301 | 46 | 161 | 0 | 120 | 51 | 30 | 513 | 103 | 55 |
| Binary | 11000001 | 100110 | 1110001 | 0 | 1010000 | 101001 | 11000 | 101001011 | 1000011 | 101101 |
Color Harmonies of #C12671
Complementary color
Monochromatic Colors of #C12671
Black with #C12671
Text Example
Text Example
White with #C12671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12671; }
p { color: rgb(193,38,113); }
H1.HeaderClassName
{
color: #C12671;
}
.AnyTagClassName
{
color: #C12671;
}
</style>
background-color css
<style>
a { background-color: #C12671; }
a { background-color: rgb(193,38,113); }
div.DivClassName
{
background-color: #C12671;
}
.BgClassName
{
background-color: #C12671;
}
</style>
border-color css
<style>
span { border-color: #C12671; }
span { border-color: rgb(193,38,113); }
td.TdClassName
{
border-color: #C12671;
}
.TagClassName
{
border-color: #C12671;
}
</style>