Shades of Medium Red Violet #C12BA7
Tints of Medium Red Violet #C12BA7
RGB
CMYK
RGB Variations
Color information
#C12BA7 (or 0xC12BA7) is known color: Medium Red Violet. HEX triplet: C1, 2B and A7. RGB value is (193,43,167). Sum of RGB (Red+Green+Blue) = 193+43+167=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12BA7 is #3ED458. Grayscale: #656565. Windows color (decimal): -4117593 or 10955713. OLE color: 10955713.
HSL color Cylindrical-coordinate representation of color #C12BA7: hue angle of 310.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12BA7 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 167 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.24 |
| HSL | 310.4º | 0.64% | 0.46% | - |
| HSV(B) | 310.4º | 0.78% | 0.76% | - |
| XYZ | 29.83 | 15.86 | 38.05 | - |
| YUV | 101.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 167 | 0 | 0.78 | 0.13 | 0.24 | 310.4 | 0.64 | 0.46 |
| Hex | C1 | 2B | A7 | 0 | 4E | D | 18 | 136 | 40 | 2E |
| Octal | 301 | 53 | 247 | 0 | 116 | 15 | 30 | 466 | 100 | 56 |
| Binary | 11000001 | 101011 | 10100111 | 0 | 1001110 | 1101 | 11000 | 100110110 | 1000000 | 101110 |
Color Harmonies of #C12BA7
Complementary color
Monochromatic Colors of #C12BA7
Black with #C12BA7
Text Example
Text Example
White with #C12BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BA7; }
p { color: rgb(193,43,167); }
H1.HeaderClassName
{
color: #C12BA7;
}
.AnyTagClassName
{
color: #C12BA7;
}
</style>
background-color css
<style>
a { background-color: #C12BA7; }
a { background-color: rgb(193,43,167); }
div.DivClassName
{
background-color: #C12BA7;
}
.BgClassName
{
background-color: #C12BA7;
}
</style>
border-color css
<style>
span { border-color: #C12BA7; }
span { border-color: rgb(193,43,167); }
td.TdClassName
{
border-color: #C12BA7;
}
.TagClassName
{
border-color: #C12BA7;
}
</style>