Shades of Medium Violet Red #C20884
Tints of Medium Violet Red #C20884
RGB
CMYK
RGB Variations
Color information
#C20884 (or 0xC20884) is known color: Medium Violet Red. HEX triplet: C2, 08 and 84. RGB value is (194,8,132). Sum of RGB (Red+Green+Blue) = 194+8+132=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C20884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20884 is #3DF77B. Grayscale: #4D4D4D. Windows color (decimal): -4061052 or 8652994. OLE color: 8652994.
HSL color Cylindrical-coordinate representation of color #C20884: hue angle of 320º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20884 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.24 |
| HSL | 320º | 0.92% | 0.4% | - |
| HSV(B) | 320º | 0.96% | 0.76% | - |
| XYZ | 26.5 | 13.31 | 23 | - |
| YUV | 77.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 132 | 0 | 0.96 | 0.32 | 0.24 | 320 | 0.92 | 0.4 |
| Hex | C2 | 8 | 84 | 0 | 60 | 20 | 18 | 140 | 5C | 28 |
| Octal | 302 | 10 | 204 | 0 | 140 | 40 | 30 | 500 | 134 | 50 |
| Binary | 11000010 | 1000 | 10000100 | 0 | 1100000 | 100000 | 11000 | 101000000 | 1011100 | 101000 |
Color Harmonies of #C20884
Complementary color
Monochromatic Colors of #C20884
Black with #C20884
Text Example
Text Example
White with #C20884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20884; }
p { color: rgb(194,8,132); }
H1.HeaderClassName
{
color: #C20884;
}
.AnyTagClassName
{
color: #C20884;
}
</style>
background-color css
<style>
a { background-color: #C20884; }
a { background-color: rgb(194,8,132); }
div.DivClassName
{
background-color: #C20884;
}
.BgClassName
{
background-color: #C20884;
}
</style>
border-color css
<style>
span { border-color: #C20884; }
span { border-color: rgb(194,8,132); }
td.TdClassName
{
border-color: #C20884;
}
.TagClassName
{
border-color: #C20884;
}
</style>