Shades of Medium Red Violet #C12CAC
Tints of Medium Red Violet #C12CAC
RGB
CMYK
RGB Variations
Color information
#C12CAC (or 0xC12CAC) is known color: Medium Red Violet. HEX triplet: C1, 2C and AC. RGB value is (193,44,172). Sum of RGB (Red+Green+Blue) = 193+44+172=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12CAC is #3ED353. Grayscale: #666666. Windows color (decimal): -4117332 or 11283649. OLE color: 11283649.
HSL color Cylindrical-coordinate representation of color #C12CAC: hue angle of 308.46º 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 #C12CAC is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 172 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.24 |
| HSL | 308.46º | 0.63% | 0.46% | - |
| HSV(B) | 308.46º | 0.77% | 0.76% | - |
| XYZ | 30.34 | 16.12 | 40.54 | - |
| YUV | 103.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 172 | 0 | 0.77 | 0.11 | 0.24 | 308.46 | 0.63 | 0.46 |
| Hex | C1 | 2C | AC | 0 | 4D | B | 18 | 134 | 3F | 2E |
| Octal | 301 | 54 | 254 | 0 | 115 | 13 | 30 | 464 | 77 | 56 |
| Binary | 11000001 | 101100 | 10101100 | 0 | 1001101 | 1011 | 11000 | 100110100 | 111111 | 101110 |
Color Harmonies of #C12CAC
Complementary color
Monochromatic Colors of #C12CAC
Black with #C12CAC
Text Example
Text Example
White with #C12CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CAC; }
p { color: rgb(193,44,172); }
H1.HeaderClassName
{
color: #C12CAC;
}
.AnyTagClassName
{
color: #C12CAC;
}
</style>
background-color css
<style>
a { background-color: #C12CAC; }
a { background-color: rgb(193,44,172); }
div.DivClassName
{
background-color: #C12CAC;
}
.BgClassName
{
background-color: #C12CAC;
}
</style>
border-color css
<style>
span { border-color: #C12CAC; }
span { border-color: rgb(193,44,172); }
td.TdClassName
{
border-color: #C12CAC;
}
.TagClassName
{
border-color: #C12CAC;
}
</style>