Shades of Medium Violet Red #C2127F
Tints of Medium Violet Red #C2127F
RGB
CMYK
RGB Variations
Color information
#C2127F (or 0xC2127F) is known color: Medium Violet Red. HEX triplet: C2, 12 and 7F. RGB value is (194,18,127). Sum of RGB (Red+Green+Blue) = 194+18+127=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2127F is #3DED80. Grayscale: #525252. Windows color (decimal): -4058497 or 8327874. OLE color: 8327874.
HSL color Cylindrical-coordinate representation of color #C2127F: hue angle of 322.84º 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 #C2127F is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 127 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.24 |
| HSL | 322.84º | 0.83% | 0.42% | - |
| HSV(B) | 322.84º | 0.91% | 0.76% | - |
| XYZ | 26.3 | 13.43 | 21.29 | - |
| YUV | 83.05 | 152.81 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 127 | 0 | 0.91 | 0.35 | 0.24 | 322.84 | 0.83 | 0.42 |
| Hex | C2 | 12 | 7F | 0 | 5B | 23 | 18 | 143 | 53 | 2A |
| Octal | 302 | 22 | 177 | 0 | 133 | 43 | 30 | 503 | 123 | 52 |
| Binary | 11000010 | 10010 | 1111111 | 0 | 1011011 | 100011 | 11000 | 101000011 | 1010011 | 101010 |
Color Harmonies of #C2127F
Complementary color
Monochromatic Colors of #C2127F
Black with #C2127F
Text Example
Text Example
White with #C2127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2127F; }
p { color: rgb(194,18,127); }
H1.HeaderClassName
{
color: #C2127F;
}
.AnyTagClassName
{
color: #C2127F;
}
</style>
background-color css
<style>
a { background-color: #C2127F; }
a { background-color: rgb(194,18,127); }
div.DivClassName
{
background-color: #C2127F;
}
.BgClassName
{
background-color: #C2127F;
}
</style>
border-color css
<style>
span { border-color: #C2127F; }
span { border-color: rgb(194,18,127); }
td.TdClassName
{
border-color: #C2127F;
}
.TagClassName
{
border-color: #C2127F;
}
</style>