Shades of Medium Red Violet #C12AAC
Tints of Medium Red Violet #C12AAC
RGB
CMYK
RGB Variations
Color information
#C12AAC (or 0xC12AAC) is known color: Medium Red Violet. HEX triplet: C1, 2A and AC. RGB value is (193,42,172). Sum of RGB (Red+Green+Blue) = 193+42+172=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12AAC is #3ED553. Grayscale: #656565. Windows color (decimal): -4117844 or 11283137. OLE color: 11283137.
HSL color Cylindrical-coordinate representation of color #C12AAC: hue angle of 308.34º 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 #C12AAC is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 172 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.24 |
| HSL | 308.34º | 0.64% | 0.46% | - |
| HSV(B) | 308.34º | 0.78% | 0.76% | - |
| XYZ | 30.27 | 15.97 | 40.52 | - |
| YUV | 101.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 172 | 0 | 0.78 | 0.11 | 0.24 | 308.34 | 0.64 | 0.46 |
| Hex | C1 | 2A | AC | 0 | 4E | B | 18 | 134 | 40 | 2E |
| Octal | 301 | 52 | 254 | 0 | 116 | 13 | 30 | 464 | 100 | 56 |
| Binary | 11000001 | 101010 | 10101100 | 0 | 1001110 | 1011 | 11000 | 100110100 | 1000000 | 101110 |
Color Harmonies of #C12AAC
Complementary color
Monochromatic Colors of #C12AAC
Black with #C12AAC
Text Example
Text Example
White with #C12AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AAC; }
p { color: rgb(193,42,172); }
H1.HeaderClassName
{
color: #C12AAC;
}
.AnyTagClassName
{
color: #C12AAC;
}
</style>
background-color css
<style>
a { background-color: #C12AAC; }
a { background-color: rgb(193,42,172); }
div.DivClassName
{
background-color: #C12AAC;
}
.BgClassName
{
background-color: #C12AAC;
}
</style>
border-color css
<style>
span { border-color: #C12AAC; }
span { border-color: rgb(193,42,172); }
td.TdClassName
{
border-color: #C12AAC;
}
.TagClassName
{
border-color: #C12AAC;
}
</style>