Shades of Medium Red Violet #C12EA5
Tints of Medium Red Violet #C12EA5
RGB
CMYK
RGB Variations
Color information
#C12EA5 (or 0xC12EA5) is known color: Medium Red Violet. HEX triplet: C1, 2E and A5. RGB value is (193,46,165). Sum of RGB (Red+Green+Blue) = 193+46+165=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C12EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12EA5 is #3ED15A. Grayscale: #676767. Windows color (decimal): -4116827 or 10825409. OLE color: 10825409.
HSL color Cylindrical-coordinate representation of color #C12EA5: hue angle of 311.43º 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 #C12EA5 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 46 | 165 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.24 |
| HSL | 311.43º | 0.62% | 0.47% | - |
| HSV(B) | 311.43º | 0.76% | 0.76% | - |
| XYZ | 29.76 | 16.01 | 37.12 | - |
| YUV | 103.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 165 | 0 | 0.76 | 0.15 | 0.24 | 311.43 | 0.62 | 0.47 |
| Hex | C1 | 2E | A5 | 0 | 4C | F | 18 | 137 | 3E | 2F |
| Octal | 301 | 56 | 245 | 0 | 114 | 17 | 30 | 467 | 76 | 57 |
| Binary | 11000001 | 101110 | 10100101 | 0 | 1001100 | 1111 | 11000 | 100110111 | 111110 | 101111 |
Color Harmonies of #C12EA5
Complementary color
Monochromatic Colors of #C12EA5
Black with #C12EA5
Text Example
Text Example
White with #C12EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12EA5; }
p { color: rgb(193,46,165); }
H1.HeaderClassName
{
color: #C12EA5;
}
.AnyTagClassName
{
color: #C12EA5;
}
</style>
background-color css
<style>
a { background-color: #C12EA5; }
a { background-color: rgb(193,46,165); }
div.DivClassName
{
background-color: #C12EA5;
}
.BgClassName
{
background-color: #C12EA5;
}
</style>
border-color css
<style>
span { border-color: #C12EA5; }
span { border-color: rgb(193,46,165); }
td.TdClassName
{
border-color: #C12EA5;
}
.TagClassName
{
border-color: #C12EA5;
}
</style>