Shades of Medium Red Violet #C12A93
Tints of Medium Red Violet #C12A93
RGB
CMYK
RGB Variations
Color information
#C12A93 (or 0xC12A93) is known color: Medium Red Violet. HEX triplet: C1, 2A and 93. RGB value is (193,42,147). Sum of RGB (Red+Green+Blue) = 193+42+147=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A93 is #3ED56C. Grayscale: #626262. Windows color (decimal): -4117869 or 9644737. OLE color: 9644737.
HSL color Cylindrical-coordinate representation of color #C12A93: hue angle of 318.28º 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 #C12A93 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 147 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.24 |
| HSL | 318.28º | 0.64% | 0.46% | - |
| HSV(B) | 318.28º | 0.78% | 0.76% | - |
| XYZ | 28.09 | 15.1 | 29.04 | - |
| YUV | 99.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 147 | 0 | 0.78 | 0.24 | 0.24 | 318.28 | 0.64 | 0.46 |
| Hex | C1 | 2A | 93 | 0 | 4E | 18 | 18 | 13E | 40 | 2E |
| Octal | 301 | 52 | 223 | 0 | 116 | 30 | 30 | 476 | 100 | 56 |
| Binary | 11000001 | 101010 | 10010011 | 0 | 1001110 | 11000 | 11000 | 100111110 | 1000000 | 101110 |
Color Harmonies of #C12A93
Complementary color
Monochromatic Colors of #C12A93
Black with #C12A93
Text Example
Text Example
White with #C12A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A93; }
p { color: rgb(193,42,147); }
H1.HeaderClassName
{
color: #C12A93;
}
.AnyTagClassName
{
color: #C12A93;
}
</style>
background-color css
<style>
a { background-color: #C12A93; }
a { background-color: rgb(193,42,147); }
div.DivClassName
{
background-color: #C12A93;
}
.BgClassName
{
background-color: #C12A93;
}
</style>
border-color css
<style>
span { border-color: #C12A93; }
span { border-color: rgb(193,42,147); }
td.TdClassName
{
border-color: #C12A93;
}
.TagClassName
{
border-color: #C12A93;
}
</style>