Shades of Medium Violet Red #C122A2
Tints of Medium Violet Red #C122A2
RGB
CMYK
RGB Variations
Color information
#C122A2 (or 0xC122A2) is known color: Medium Violet Red. HEX triplet: C1, 22 and A2. RGB value is (193,34,162). Sum of RGB (Red+Green+Blue) = 193+34+162=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C122A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122A2 is #3EDD5D. Grayscale: #5F5F5F. Windows color (decimal): -4119902 or 10625729. OLE color: 10625729.
HSL color Cylindrical-coordinate representation of color #C122A2: hue angle of 311.7º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C122A2 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 162 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.24 |
| HSL | 311.7º | 0.7% | 0.45% | - |
| HSV(B) | 311.7º | 0.82% | 0.76% | - |
| XYZ | 29.09 | 15.09 | 35.56 | - |
| YUV | 96.13 | 165.18 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 162 | 0 | 0.82 | 0.16 | 0.24 | 311.7 | 0.7 | 0.45 |
| Hex | C1 | 22 | A2 | 0 | 52 | 10 | 18 | 138 | 46 | 2D |
| Octal | 301 | 42 | 242 | 0 | 122 | 20 | 30 | 470 | 106 | 55 |
| Binary | 11000001 | 100010 | 10100010 | 0 | 1010010 | 10000 | 11000 | 100111000 | 1000110 | 101101 |
Color Harmonies of #C122A2
Complementary color
Monochromatic Colors of #C122A2
Black with #C122A2
Text Example
Text Example
White with #C122A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122A2; }
p { color: rgb(193,34,162); }
H1.HeaderClassName
{
color: #C122A2;
}
.AnyTagClassName
{
color: #C122A2;
}
</style>
background-color css
<style>
a { background-color: #C122A2; }
a { background-color: rgb(193,34,162); }
div.DivClassName
{
background-color: #C122A2;
}
.BgClassName
{
background-color: #C122A2;
}
</style>
border-color css
<style>
span { border-color: #C122A2; }
span { border-color: rgb(193,34,162); }
td.TdClassName
{
border-color: #C122A2;
}
.TagClassName
{
border-color: #C122A2;
}
</style>