Shades of Medium Violet Red #C20C7F
Tints of Medium Violet Red #C20C7F
RGB
CMYK
RGB Variations
Color information
#C20C7F (or 0xC20C7F) is known color: Medium Violet Red. HEX triplet: C2, 0C and 7F. RGB value is (194,12,127). Sum of RGB (Red+Green+Blue) = 194+12+127=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C7F is #3DF380. Grayscale: #4F4F4F. Windows color (decimal): -4060033 or 8326338. OLE color: 8326338.
HSL color Cylindrical-coordinate representation of color #C20C7F: hue angle of 322.09º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C7F is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 127 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.24 |
| HSL | 322.09º | 0.88% | 0.4% | - |
| HSV(B) | 322.09º | 0.94% | 0.76% | - |
| XYZ | 26.21 | 13.26 | 21.26 | - |
| YUV | 79.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 127 | 0 | 0.94 | 0.35 | 0.24 | 322.09 | 0.88 | 0.4 |
| Hex | C2 | C | 7F | 0 | 5E | 23 | 18 | 142 | 58 | 28 |
| Octal | 302 | 14 | 177 | 0 | 136 | 43 | 30 | 502 | 130 | 50 |
| Binary | 11000010 | 1100 | 1111111 | 0 | 1011110 | 100011 | 11000 | 101000010 | 1011000 | 101000 |
Color Harmonies of #C20C7F
Complementary color
Monochromatic Colors of #C20C7F
Black with #C20C7F
Text Example
Text Example
White with #C20C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C7F; }
p { color: rgb(194,12,127); }
H1.HeaderClassName
{
color: #C20C7F;
}
.AnyTagClassName
{
color: #C20C7F;
}
</style>
background-color css
<style>
a { background-color: #C20C7F; }
a { background-color: rgb(194,12,127); }
div.DivClassName
{
background-color: #C20C7F;
}
.BgClassName
{
background-color: #C20C7F;
}
</style>
border-color css
<style>
span { border-color: #C20C7F; }
span { border-color: rgb(194,12,127); }
td.TdClassName
{
border-color: #C20C7F;
}
.TagClassName
{
border-color: #C20C7F;
}
</style>