Shades of Medium Red Violet #C12B9C
Tints of Medium Red Violet #C12B9C
RGB
CMYK
RGB Variations
Color information
#C12B9C (or 0xC12B9C) is known color: Medium Red Violet. HEX triplet: C1, 2B and 9C. RGB value is (193,43,156). Sum of RGB (Red+Green+Blue) = 193+43+156=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B9C is #3ED463. Grayscale: #646464. Windows color (decimal): -4117604 or 10234817. OLE color: 10234817.
HSL color Cylindrical-coordinate representation of color #C12B9C: hue angle of 314.8º 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 #C12B9C is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 156 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.24 |
| HSL | 314.8º | 0.64% | 0.46% | - |
| HSV(B) | 314.8º | 0.78% | 0.76% | - |
| XYZ | 28.86 | 15.47 | 32.92 | - |
| YUV | 100.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 156 | 0 | 0.78 | 0.19 | 0.24 | 314.8 | 0.64 | 0.46 |
| Hex | C1 | 2B | 9C | 0 | 4E | 13 | 18 | 13B | 40 | 2E |
| Octal | 301 | 53 | 234 | 0 | 116 | 23 | 30 | 473 | 100 | 56 |
| Binary | 11000001 | 101011 | 10011100 | 0 | 1001110 | 10011 | 11000 | 100111011 | 1000000 | 101110 |
Color Harmonies of #C12B9C
Complementary color
Monochromatic Colors of #C12B9C
Black with #C12B9C
Text Example
Text Example
White with #C12B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B9C; }
p { color: rgb(193,43,156); }
H1.HeaderClassName
{
color: #C12B9C;
}
.AnyTagClassName
{
color: #C12B9C;
}
</style>
background-color css
<style>
a { background-color: #C12B9C; }
a { background-color: rgb(193,43,156); }
div.DivClassName
{
background-color: #C12B9C;
}
.BgClassName
{
background-color: #C12B9C;
}
</style>
border-color css
<style>
span { border-color: #C12B9C; }
span { border-color: rgb(193,43,156); }
td.TdClassName
{
border-color: #C12B9C;
}
.TagClassName
{
border-color: #C12B9C;
}
</style>