Shades of Medium Violet Red #C2127A
Tints of Medium Violet Red #C2127A
RGB
CMYK
RGB Variations
Color information
#C2127A (or 0xC2127A) is known color: Medium Violet Red. HEX triplet: C2, 12 and 7A. RGB value is (194,18,122). Sum of RGB (Red+Green+Blue) = 194+18+122=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2127A is #3DED85. Grayscale: #525252. Windows color (decimal): -4058502 or 8000194. OLE color: 8000194.
HSL color Cylindrical-coordinate representation of color #C2127A: hue angle of 324.55º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2127A is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 122 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.24 |
| HSL | 324.55º | 0.83% | 0.42% | - |
| HSV(B) | 324.55º | 0.91% | 0.76% | - |
| XYZ | 25.98 | 13.31 | 19.61 | - |
| YUV | 82.48 | 150.31 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 122 | 0 | 0.91 | 0.37 | 0.24 | 324.55 | 0.83 | 0.42 |
| Hex | C2 | 12 | 7A | 0 | 5B | 25 | 18 | 145 | 53 | 2A |
| Octal | 302 | 22 | 172 | 0 | 133 | 45 | 30 | 505 | 123 | 52 |
| Binary | 11000010 | 10010 | 1111010 | 0 | 1011011 | 100101 | 11000 | 101000101 | 1010011 | 101010 |
Color Harmonies of #C2127A
Complementary color
Monochromatic Colors of #C2127A
Black with #C2127A
Text Example
Text Example
White with #C2127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2127A; }
p { color: rgb(194,18,122); }
H1.HeaderClassName
{
color: #C2127A;
}
.AnyTagClassName
{
color: #C2127A;
}
</style>
background-color css
<style>
a { background-color: #C2127A; }
a { background-color: rgb(194,18,122); }
div.DivClassName
{
background-color: #C2127A;
}
.BgClassName
{
background-color: #C2127A;
}
</style>
border-color css
<style>
span { border-color: #C2127A; }
span { border-color: rgb(194,18,122); }
td.TdClassName
{
border-color: #C2127A;
}
.TagClassName
{
border-color: #C2127A;
}
</style>