Shades of Medium Red Violet #C12CA6
Tints of Medium Red Violet #C12CA6
RGB
CMYK
RGB Variations
Color information
#C12CA6 (or 0xC12CA6) is known color: Medium Red Violet. HEX triplet: C1, 2C and A6. RGB value is (193,44,166). Sum of RGB (Red+Green+Blue) = 193+44+166=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12CA6 is #3ED359. Grayscale: #666666. Windows color (decimal): -4117338 or 10890433. OLE color: 10890433.
HSL color Cylindrical-coordinate representation of color #C12CA6: hue angle of 310.87º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12CA6 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 166 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.24 |
| HSL | 310.87º | 0.63% | 0.46% | - |
| HSV(B) | 310.87º | 0.77% | 0.76% | - |
| XYZ | 29.78 | 15.89 | 37.57 | - |
| YUV | 102.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 166 | 0 | 0.77 | 0.14 | 0.24 | 310.87 | 0.63 | 0.46 |
| Hex | C1 | 2C | A6 | 0 | 4D | E | 18 | 137 | 3F | 2E |
| Octal | 301 | 54 | 246 | 0 | 115 | 16 | 30 | 467 | 77 | 56 |
| Binary | 11000001 | 101100 | 10100110 | 0 | 1001101 | 1110 | 11000 | 100110111 | 111111 | 101110 |
Color Harmonies of #C12CA6
Complementary color
Monochromatic Colors of #C12CA6
Black with #C12CA6
Text Example
Text Example
White with #C12CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CA6; }
p { color: rgb(193,44,166); }
H1.HeaderClassName
{
color: #C12CA6;
}
.AnyTagClassName
{
color: #C12CA6;
}
</style>
background-color css
<style>
a { background-color: #C12CA6; }
a { background-color: rgb(193,44,166); }
div.DivClassName
{
background-color: #C12CA6;
}
.BgClassName
{
background-color: #C12CA6;
}
</style>
border-color css
<style>
span { border-color: #C12CA6; }
span { border-color: rgb(193,44,166); }
td.TdClassName
{
border-color: #C12CA6;
}
.TagClassName
{
border-color: #C12CA6;
}
</style>