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