Shades of Medium Violet Red #C20984
Tints of Medium Violet Red #C20984
RGB
CMYK
RGB Variations
Color information
#C20984 (or 0xC20984) is known color: Medium Violet Red. HEX triplet: C2, 09 and 84. RGB value is (194,9,132). Sum of RGB (Red+Green+Blue) = 194+9+132=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C20984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20984 is #3DF67B. Grayscale: #4E4E4E. Windows color (decimal): -4060796 or 8653250. OLE color: 8653250.
HSL color Cylindrical-coordinate representation of color #C20984: hue angle of 320.11º 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 #C20984 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 132 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.24 |
| HSL | 320.11º | 0.91% | 0.4% | - |
| HSV(B) | 320.11º | 0.95% | 0.76% | - |
| XYZ | 26.51 | 13.33 | 23.01 | - |
| YUV | 78.34 | 158.29 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 132 | 0 | 0.95 | 0.32 | 0.24 | 320.11 | 0.91 | 0.4 |
| Hex | C2 | 9 | 84 | 0 | 5F | 20 | 18 | 140 | 5B | 28 |
| Octal | 302 | 11 | 204 | 0 | 137 | 40 | 30 | 500 | 133 | 50 |
| Binary | 11000010 | 1001 | 10000100 | 0 | 1011111 | 100000 | 11000 | 101000000 | 1011011 | 101000 |
Color Harmonies of #C20984
Complementary color
Monochromatic Colors of #C20984
Black with #C20984
Text Example
Text Example
White with #C20984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20984; }
p { color: rgb(194,9,132); }
H1.HeaderClassName
{
color: #C20984;
}
.AnyTagClassName
{
color: #C20984;
}
</style>
background-color css
<style>
a { background-color: #C20984; }
a { background-color: rgb(194,9,132); }
div.DivClassName
{
background-color: #C20984;
}
.BgClassName
{
background-color: #C20984;
}
</style>
border-color css
<style>
span { border-color: #C20984; }
span { border-color: rgb(194,9,132); }
td.TdClassName
{
border-color: #C20984;
}
.TagClassName
{
border-color: #C20984;
}
</style>