Shades of Medium Violet Red #C2127C
Tints of Medium Violet Red #C2127C
RGB
CMYK
RGB Variations
Color information
#C2127C (or 0xC2127C) is known color: Medium Violet Red. HEX triplet: C2, 12 and 7C. RGB value is (194,18,124). Sum of RGB (Red+Green+Blue) = 194+18+124=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2127C is #3DED83. Grayscale: #525252. Windows color (decimal): -4058500 or 8131266. OLE color: 8131266.
HSL color Cylindrical-coordinate representation of color #C2127C: hue angle of 323.86º 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 #C2127C is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 124 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.24 |
| HSL | 323.86º | 0.83% | 0.42% | - |
| HSV(B) | 323.86º | 0.91% | 0.76% | - |
| XYZ | 26.1 | 13.36 | 20.27 | - |
| YUV | 82.71 | 151.31 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 124 | 0 | 0.91 | 0.36 | 0.24 | 323.86 | 0.83 | 0.42 |
| Hex | C2 | 12 | 7C | 0 | 5B | 24 | 18 | 144 | 53 | 2A |
| Octal | 302 | 22 | 174 | 0 | 133 | 44 | 30 | 504 | 123 | 52 |
| Binary | 11000010 | 10010 | 1111100 | 0 | 1011011 | 100100 | 11000 | 101000100 | 1010011 | 101010 |
Color Harmonies of #C2127C
Complementary color
Monochromatic Colors of #C2127C
Black with #C2127C
Text Example
Text Example
White with #C2127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2127C; }
p { color: rgb(194,18,124); }
H1.HeaderClassName
{
color: #C2127C;
}
.AnyTagClassName
{
color: #C2127C;
}
</style>
background-color css
<style>
a { background-color: #C2127C; }
a { background-color: rgb(194,18,124); }
div.DivClassName
{
background-color: #C2127C;
}
.BgClassName
{
background-color: #C2127C;
}
</style>
border-color css
<style>
span { border-color: #C2127C; }
span { border-color: rgb(194,18,124); }
td.TdClassName
{
border-color: #C2127C;
}
.TagClassName
{
border-color: #C2127C;
}
</style>