Shades of Medium Red Violet #C12AA9
Tints of Medium Red Violet #C12AA9
RGB
CMYK
RGB Variations
Color information
#C12AA9 (or 0xC12AA9) is known color: Medium Red Violet. HEX triplet: C1, 2A and A9. RGB value is (193,42,169). Sum of RGB (Red+Green+Blue) = 193+42+169=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12AA9 is #3ED556. Grayscale: #656565. Windows color (decimal): -4117847 or 11086529. OLE color: 11086529.
HSL color Cylindrical-coordinate representation of color #C12AA9: hue angle of 309.54º 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 #C12AA9 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 169 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.24 |
| HSL | 309.54º | 0.64% | 0.46% | - |
| HSV(B) | 309.54º | 0.78% | 0.76% | - |
| XYZ | 29.98 | 15.86 | 39.02 | - |
| YUV | 101.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 169 | 0 | 0.78 | 0.12 | 0.24 | 309.54 | 0.64 | 0.46 |
| Hex | C1 | 2A | A9 | 0 | 4E | C | 18 | 136 | 40 | 2E |
| Octal | 301 | 52 | 251 | 0 | 116 | 14 | 30 | 466 | 100 | 56 |
| Binary | 11000001 | 101010 | 10101001 | 0 | 1001110 | 1100 | 11000 | 100110110 | 1000000 | 101110 |
Color Harmonies of #C12AA9
Complementary color
Monochromatic Colors of #C12AA9
Black with #C12AA9
Text Example
Text Example
White with #C12AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AA9; }
p { color: rgb(193,42,169); }
H1.HeaderClassName
{
color: #C12AA9;
}
.AnyTagClassName
{
color: #C12AA9;
}
</style>
background-color css
<style>
a { background-color: #C12AA9; }
a { background-color: rgb(193,42,169); }
div.DivClassName
{
background-color: #C12AA9;
}
.BgClassName
{
background-color: #C12AA9;
}
</style>
border-color css
<style>
span { border-color: #C12AA9; }
span { border-color: rgb(193,42,169); }
td.TdClassName
{
border-color: #C12AA9;
}
.TagClassName
{
border-color: #C12AA9;
}
</style>