Shades of Medium Red Violet #C12E9F
Tints of Medium Red Violet #C12E9F
RGB
CMYK
RGB Variations
Color information
#C12E9F (or 0xC12E9F) is known color: Medium Red Violet. HEX triplet: C1, 2E and 9F. RGB value is (193,46,159). Sum of RGB (Red+Green+Blue) = 193+46+159=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12E9F is #3ED160. Grayscale: #666666. Windows color (decimal): -4116833 or 10432193. OLE color: 10432193.
HSL color Cylindrical-coordinate representation of color #C12E9F: hue angle of 313.88º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12E9F is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 46 | 159 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.24 |
| HSL | 313.88º | 0.62% | 0.47% | - |
| HSV(B) | 313.88º | 0.76% | 0.76% | - |
| XYZ | 29.23 | 15.79 | 34.31 | - |
| YUV | 102.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 159 | 0 | 0.76 | 0.18 | 0.24 | 313.88 | 0.62 | 0.47 |
| Hex | C1 | 2E | 9F | 0 | 4C | 12 | 18 | 13A | 3E | 2F |
| Octal | 301 | 56 | 237 | 0 | 114 | 22 | 30 | 472 | 76 | 57 |
| Binary | 11000001 | 101110 | 10011111 | 0 | 1001100 | 10010 | 11000 | 100111010 | 111110 | 101111 |
Color Harmonies of #C12E9F
Complementary color
Monochromatic Colors of #C12E9F
Black with #C12E9F
Text Example
Text Example
White with #C12E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12E9F; }
p { color: rgb(193,46,159); }
H1.HeaderClassName
{
color: #C12E9F;
}
.AnyTagClassName
{
color: #C12E9F;
}
</style>
background-color css
<style>
a { background-color: #C12E9F; }
a { background-color: rgb(193,46,159); }
div.DivClassName
{
background-color: #C12E9F;
}
.BgClassName
{
background-color: #C12E9F;
}
</style>
border-color css
<style>
span { border-color: #C12E9F; }
span { border-color: rgb(193,46,159); }
td.TdClassName
{
border-color: #C12E9F;
}
.TagClassName
{
border-color: #C12E9F;
}
</style>