Shades of Medium Red Violet #C12AAA
Tints of Medium Red Violet #C12AAA
RGB
CMYK
RGB Variations
Color information
#C12AAA (or 0xC12AAA) is known color: Medium Red Violet. HEX triplet: C1, 2A and AA. RGB value is (193,42,170). Sum of RGB (Red+Green+Blue) = 193+42+170=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12AAA is #3ED555. Grayscale: #656565. Windows color (decimal): -4117846 or 11152065. OLE color: 11152065.
HSL color Cylindrical-coordinate representation of color #C12AAA: hue angle of 309.14º 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 #C12AAA is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 170 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.24 |
| HSL | 309.14º | 0.64% | 0.46% | - |
| HSV(B) | 309.14º | 0.78% | 0.76% | - |
| XYZ | 30.08 | 15.9 | 39.51 | - |
| YUV | 101.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 170 | 0 | 0.78 | 0.12 | 0.24 | 309.14 | 0.64 | 0.46 |
| Hex | C1 | 2A | AA | 0 | 4E | C | 18 | 135 | 40 | 2E |
| Octal | 301 | 52 | 252 | 0 | 116 | 14 | 30 | 465 | 100 | 56 |
| Binary | 11000001 | 101010 | 10101010 | 0 | 1001110 | 1100 | 11000 | 100110101 | 1000000 | 101110 |
Color Harmonies of #C12AAA
Complementary color
Monochromatic Colors of #C12AAA
Black with #C12AAA
Text Example
Text Example
White with #C12AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AAA; }
p { color: rgb(193,42,170); }
H1.HeaderClassName
{
color: #C12AAA;
}
.AnyTagClassName
{
color: #C12AAA;
}
</style>
background-color css
<style>
a { background-color: #C12AAA; }
a { background-color: rgb(193,42,170); }
div.DivClassName
{
background-color: #C12AAA;
}
.BgClassName
{
background-color: #C12AAA;
}
</style>
border-color css
<style>
span { border-color: #C12AAA; }
span { border-color: rgb(193,42,170); }
td.TdClassName
{
border-color: #C12AAA;
}
.TagClassName
{
border-color: #C12AAA;
}
</style>