Shades of Medium Violet Red #C20084
Tints of Medium Violet Red #C20084
RGB
CMYK
RGB Variations
Color information
#C20084 (or 0xC20084) is known color: Medium Violet Red. HEX triplet: C2, 00 and 84. RGB value is (194,0,132). Sum of RGB (Red+Green+Blue) = 194+0+132=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C20084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20084 is #3DFF7B. Grayscale: #484848. Windows color (decimal): -4063100 or 8650946. OLE color: 8650946.
HSL color Cylindrical-coordinate representation of color #C20084: hue angle of 319.18º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20084 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.32 | 0.24 |
| HSL | 319.18º | 1% | 0.38% | - |
| HSV(B) | 319.18º | 1% | 0.76% | - |
| XYZ | 26.41 | 13.14 | 22.97 | - |
| YUV | 73.05 | 161.27 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 132 | 0 | 1 | 0.32 | 0.24 | 319.18 | 1 | 0.38 |
| Hex | C2 | 0 | 84 | 0 | 64 | 20 | 18 | 13F | 64 | 26 |
| Octal | 302 | 0 | 204 | 0 | 144 | 40 | 30 | 477 | 144 | 46 |
| Binary | 11000010 | 0 | 10000100 | 0 | 1100100 | 100000 | 11000 | 100111111 | 1100100 | 100110 |
Color Harmonies of #C20084
Complementary color
Monochromatic Colors of #C20084
Black with #C20084
Text Example
Text Example
White with #C20084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20084; }
p { color: rgb(194,0,132); }
H1.HeaderClassName
{
color: #C20084;
}
.AnyTagClassName
{
color: #C20084;
}
</style>
background-color css
<style>
a { background-color: #C20084; }
a { background-color: rgb(194,0,132); }
div.DivClassName
{
background-color: #C20084;
}
.BgClassName
{
background-color: #C20084;
}
</style>
border-color css
<style>
span { border-color: #C20084; }
span { border-color: rgb(194,0,132); }
td.TdClassName
{
border-color: #C20084;
}
.TagClassName
{
border-color: #C20084;
}
</style>