Shades of Medium Red Violet #C12FA4
Tints of Medium Red Violet #C12FA4
RGB
CMYK
RGB Variations
Color information
#C12FA4 (or 0xC12FA4) is known color: Medium Red Violet. HEX triplet: C1, 2F and A4. RGB value is (193,47,164). Sum of RGB (Red+Green+Blue) = 193+47+164=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12FA4 is #3ED05B. Grayscale: #676767. Windows color (decimal): -4116572 or 10760129. OLE color: 10760129.
HSL color Cylindrical-coordinate representation of color #C12FA4: hue angle of 311.92º 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 #C12FA4 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 164 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.24 |
| HSL | 311.92º | 0.61% | 0.47% | - |
| HSV(B) | 311.92º | 0.76% | 0.76% | - |
| XYZ | 29.71 | 16.05 | 36.65 | - |
| YUV | 103.99 | 161.87 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 164 | 0 | 0.76 | 0.15 | 0.24 | 311.92 | 0.61 | 0.47 |
| Hex | C1 | 2F | A4 | 0 | 4C | F | 18 | 138 | 3D | 2F |
| Octal | 301 | 57 | 244 | 0 | 114 | 17 | 30 | 470 | 75 | 57 |
| Binary | 11000001 | 101111 | 10100100 | 0 | 1001100 | 1111 | 11000 | 100111000 | 111101 | 101111 |
Color Harmonies of #C12FA4
Complementary color
Monochromatic Colors of #C12FA4
Black with #C12FA4
Text Example
Text Example
White with #C12FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FA4; }
p { color: rgb(193,47,164); }
H1.HeaderClassName
{
color: #C12FA4;
}
.AnyTagClassName
{
color: #C12FA4;
}
</style>
background-color css
<style>
a { background-color: #C12FA4; }
a { background-color: rgb(193,47,164); }
div.DivClassName
{
background-color: #C12FA4;
}
.BgClassName
{
background-color: #C12FA4;
}
</style>
border-color css
<style>
span { border-color: #C12FA4; }
span { border-color: rgb(193,47,164); }
td.TdClassName
{
border-color: #C12FA4;
}
.TagClassName
{
border-color: #C12FA4;
}
</style>