Shades of Medium Red Violet #C12A8B
Tints of Medium Red Violet #C12A8B
RGB
CMYK
RGB Variations
Color information
#C12A8B (or 0xC12A8B) is known color: Medium Red Violet. HEX triplet: C1, 2A and 8B. RGB value is (193,42,139). Sum of RGB (Red+Green+Blue) = 193+42+139=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A8B is #3ED574. Grayscale: #616161. Windows color (decimal): -4117877 or 9120449. OLE color: 9120449.
HSL color Cylindrical-coordinate representation of color #C12A8B: hue angle of 321.46º 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 #C12A8B is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 139 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.24 |
| HSL | 321.46º | 0.64% | 0.46% | - |
| HSV(B) | 321.46º | 0.78% | 0.76% | - |
| XYZ | 27.48 | 14.86 | 25.85 | - |
| YUV | 98.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 139 | 0 | 0.78 | 0.28 | 0.24 | 321.46 | 0.64 | 0.46 |
| Hex | C1 | 2A | 8B | 0 | 4E | 1C | 18 | 141 | 40 | 2E |
| Octal | 301 | 52 | 213 | 0 | 116 | 34 | 30 | 501 | 100 | 56 |
| Binary | 11000001 | 101010 | 10001011 | 0 | 1001110 | 11100 | 11000 | 101000001 | 1000000 | 101110 |
Color Harmonies of #C12A8B
Complementary color
Monochromatic Colors of #C12A8B
Black with #C12A8B
Text Example
Text Example
White with #C12A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A8B; }
p { color: rgb(193,42,139); }
H1.HeaderClassName
{
color: #C12A8B;
}
.AnyTagClassName
{
color: #C12A8B;
}
</style>
background-color css
<style>
a { background-color: #C12A8B; }
a { background-color: rgb(193,42,139); }
div.DivClassName
{
background-color: #C12A8B;
}
.BgClassName
{
background-color: #C12A8B;
}
</style>
border-color css
<style>
span { border-color: #C12A8B; }
span { border-color: rgb(193,42,139); }
td.TdClassName
{
border-color: #C12A8B;
}
.TagClassName
{
border-color: #C12A8B;
}
</style>