Shades of Medium Red Violet #C12FA5
Tints of Medium Red Violet #C12FA5
RGB
CMYK
RGB Variations
Color information
#C12FA5 (or 0xC12FA5) is known color: Medium Red Violet. HEX triplet: C1, 2F and A5. RGB value is (193,47,165). Sum of RGB (Red+Green+Blue) = 193+47+165=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12FA5 is #3ED05A. Grayscale: #676767. Windows color (decimal): -4116571 or 10825665. OLE color: 10825665.
HSL color Cylindrical-coordinate representation of color #C12FA5: hue angle of 311.51º degrees, saturation: 0.61, 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 #C12FA5 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 165 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.24 |
| HSL | 311.51º | 0.61% | 0.47% | - |
| HSV(B) | 311.51º | 0.76% | 0.76% | - |
| XYZ | 29.8 | 16.09 | 37.13 | - |
| YUV | 104.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 165 | 0 | 0.76 | 0.15 | 0.24 | 311.51 | 0.61 | 0.47 |
| Hex | C1 | 2F | A5 | 0 | 4C | F | 18 | 138 | 3D | 2F |
| Octal | 301 | 57 | 245 | 0 | 114 | 17 | 30 | 470 | 75 | 57 |
| Binary | 11000001 | 101111 | 10100101 | 0 | 1001100 | 1111 | 11000 | 100111000 | 111101 | 101111 |
Color Harmonies of #C12FA5
Complementary color
Monochromatic Colors of #C12FA5
Black with #C12FA5
Text Example
Text Example
White with #C12FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FA5; }
p { color: rgb(193,47,165); }
H1.HeaderClassName
{
color: #C12FA5;
}
.AnyTagClassName
{
color: #C12FA5;
}
</style>
background-color css
<style>
a { background-color: #C12FA5; }
a { background-color: rgb(193,47,165); }
div.DivClassName
{
background-color: #C12FA5;
}
.BgClassName
{
background-color: #C12FA5;
}
</style>
border-color css
<style>
span { border-color: #C12FA5; }
span { border-color: rgb(193,47,165); }
td.TdClassName
{
border-color: #C12FA5;
}
.TagClassName
{
border-color: #C12FA5;
}
</style>