Shades of Medium Red Violet #C12C83
Tints of Medium Red Violet #C12C83
RGB
CMYK
RGB Variations
Color information
#C12C83 (or 0xC12C83) is known color: Medium Red Violet. HEX triplet: C1, 2C and 83. RGB value is (193,44,131). Sum of RGB (Red+Green+Blue) = 193+44+131=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C83 is #3ED37C. Grayscale: #626262. Windows color (decimal): -4117373 or 8596673. OLE color: 8596673.
HSL color Cylindrical-coordinate representation of color #C12C83: hue angle of 324.97º 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 #C12C83 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 131 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.24 |
| HSL | 324.97º | 0.63% | 0.46% | - |
| HSV(B) | 324.97º | 0.77% | 0.76% | - |
| XYZ | 26.99 | 14.78 | 22.9 | - |
| YUV | 98.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 131 | 0 | 0.77 | 0.32 | 0.24 | 324.97 | 0.63 | 0.46 |
| Hex | C1 | 2C | 83 | 0 | 4D | 20 | 18 | 145 | 3F | 2E |
| Octal | 301 | 54 | 203 | 0 | 115 | 40 | 30 | 505 | 77 | 56 |
| Binary | 11000001 | 101100 | 10000011 | 0 | 1001101 | 100000 | 11000 | 101000101 | 111111 | 101110 |
Color Harmonies of #C12C83
Complementary color
Monochromatic Colors of #C12C83
Black with #C12C83
Text Example
Text Example
White with #C12C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C83; }
p { color: rgb(193,44,131); }
H1.HeaderClassName
{
color: #C12C83;
}
.AnyTagClassName
{
color: #C12C83;
}
</style>
background-color css
<style>
a { background-color: #C12C83; }
a { background-color: rgb(193,44,131); }
div.DivClassName
{
background-color: #C12C83;
}
.BgClassName
{
background-color: #C12C83;
}
</style>
border-color css
<style>
span { border-color: #C12C83; }
span { border-color: rgb(193,44,131); }
td.TdClassName
{
border-color: #C12C83;
}
.TagClassName
{
border-color: #C12C83;
}
</style>