Shades of Medium Violet Red #C20983
Tints of Medium Violet Red #C20983
RGB
CMYK
RGB Variations
Color information
#C20983 (or 0xC20983) is known color: Medium Violet Red. HEX triplet: C2, 09 and 83. RGB value is (194,9,131). Sum of RGB (Red+Green+Blue) = 194+9+131=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C20983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20983 is #3DF67C. Grayscale: #4D4D4D. Windows color (decimal): -4060797 or 8587714. OLE color: 8587714.
HSL color Cylindrical-coordinate representation of color #C20983: hue angle of 320.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20983 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 131 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.24 |
| HSL | 320.43º | 0.91% | 0.4% | - |
| HSV(B) | 320.43º | 0.95% | 0.76% | - |
| XYZ | 26.44 | 13.3 | 22.65 | - |
| YUV | 78.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 131 | 0 | 0.95 | 0.32 | 0.24 | 320.43 | 0.91 | 0.4 |
| Hex | C2 | 9 | 83 | 0 | 5F | 20 | 18 | 140 | 5B | 28 |
| Octal | 302 | 11 | 203 | 0 | 137 | 40 | 30 | 500 | 133 | 50 |
| Binary | 11000010 | 1001 | 10000011 | 0 | 1011111 | 100000 | 11000 | 101000000 | 1011011 | 101000 |
Color Harmonies of #C20983
Complementary color
Monochromatic Colors of #C20983
Black with #C20983
Text Example
Text Example
White with #C20983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20983; }
p { color: rgb(194,9,131); }
H1.HeaderClassName
{
color: #C20983;
}
.AnyTagClassName
{
color: #C20983;
}
</style>
background-color css
<style>
a { background-color: #C20983; }
a { background-color: rgb(194,9,131); }
div.DivClassName
{
background-color: #C20983;
}
.BgClassName
{
background-color: #C20983;
}
</style>
border-color css
<style>
span { border-color: #C20983; }
span { border-color: rgb(194,9,131); }
td.TdClassName
{
border-color: #C20983;
}
.TagClassName
{
border-color: #C20983;
}
</style>