Shades of Medium Violet Red #C20784
Tints of Medium Violet Red #C20784
RGB
CMYK
RGB Variations
Color information
#C20784 (or 0xC20784) is known color: Medium Violet Red. HEX triplet: C2, 07 and 84. RGB value is (194,7,132). Sum of RGB (Red+Green+Blue) = 194+7+132=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C20784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20784 is #3DF87B. Grayscale: #4C4C4C. Windows color (decimal): -4061308 or 8652738. OLE color: 8652738.
HSL color Cylindrical-coordinate representation of color #C20784: hue angle of 319.89º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20784 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 132 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.24 |
| HSL | 319.89º | 0.93% | 0.39% | - |
| HSV(B) | 319.89º | 0.96% | 0.76% | - |
| XYZ | 26.49 | 13.29 | 23 | - |
| YUV | 77.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 132 | 0 | 0.96 | 0.32 | 0.24 | 319.89 | 0.93 | 0.39 |
| Hex | C2 | 7 | 84 | 0 | 60 | 20 | 18 | 140 | 5D | 27 |
| Octal | 302 | 7 | 204 | 0 | 140 | 40 | 30 | 500 | 135 | 47 |
| Binary | 11000010 | 111 | 10000100 | 0 | 1100000 | 100000 | 11000 | 101000000 | 1011101 | 100111 |
Color Harmonies of #C20784
Complementary color
Monochromatic Colors of #C20784
Black with #C20784
Text Example
Text Example
White with #C20784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20784; }
p { color: rgb(194,7,132); }
H1.HeaderClassName
{
color: #C20784;
}
.AnyTagClassName
{
color: #C20784;
}
</style>
background-color css
<style>
a { background-color: #C20784; }
a { background-color: rgb(194,7,132); }
div.DivClassName
{
background-color: #C20784;
}
.BgClassName
{
background-color: #C20784;
}
</style>
border-color css
<style>
span { border-color: #C20784; }
span { border-color: rgb(194,7,132); }
td.TdClassName
{
border-color: #C20784;
}
.TagClassName
{
border-color: #C20784;
}
</style>