Shades of Medium Red Violet #C12B9A
Tints of Medium Red Violet #C12B9A
RGB
CMYK
RGB Variations
Color information
#C12B9A (or 0xC12B9A) is known color: Medium Red Violet. HEX triplet: C1, 2B and 9A. RGB value is (193,43,154). Sum of RGB (Red+Green+Blue) = 193+43+154=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B9A is #3ED465. Grayscale: #646464. Windows color (decimal): -4117606 or 10103745. OLE color: 10103745.
HSL color Cylindrical-coordinate representation of color #C12B9A: hue angle of 315.6º 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 #C12B9A is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 154 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.24 |
| HSL | 315.6º | 0.64% | 0.46% | - |
| HSV(B) | 315.6º | 0.78% | 0.76% | - |
| XYZ | 28.69 | 15.4 | 32.03 | - |
| YUV | 100.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 154 | 0 | 0.78 | 0.20 | 0.24 | 315.6 | 0.64 | 0.46 |
| Hex | C1 | 2B | 9A | 0 | 4E | 14 | 18 | 13C | 40 | 2E |
| Octal | 301 | 53 | 232 | 0 | 116 | 24 | 30 | 474 | 100 | 56 |
| Binary | 11000001 | 101011 | 10011010 | 0 | 1001110 | 10100 | 11000 | 100111100 | 1000000 | 101110 |
Color Harmonies of #C12B9A
Complementary color
Monochromatic Colors of #C12B9A
Black with #C12B9A
Text Example
Text Example
White with #C12B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B9A; }
p { color: rgb(193,43,154); }
H1.HeaderClassName
{
color: #C12B9A;
}
.AnyTagClassName
{
color: #C12B9A;
}
</style>
background-color css
<style>
a { background-color: #C12B9A; }
a { background-color: rgb(193,43,154); }
div.DivClassName
{
background-color: #C12B9A;
}
.BgClassName
{
background-color: #C12B9A;
}
</style>
border-color css
<style>
span { border-color: #C12B9A; }
span { border-color: rgb(193,43,154); }
td.TdClassName
{
border-color: #C12B9A;
}
.TagClassName
{
border-color: #C12B9A;
}
</style>