Shades of Medium Violet Red #C20083
Tints of Medium Violet Red #C20083
RGB
CMYK
RGB Variations
Color information
#C20083 (or 0xC20083) is known color: Medium Violet Red. HEX triplet: C2, 00 and 83. RGB value is (194,0,131). Sum of RGB (Red+Green+Blue) = 194+0+131=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C20083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20083 is #3DFF7C. Grayscale: #484848. Windows color (decimal): -4063101 or 8585410. OLE color: 8585410.
HSL color Cylindrical-coordinate representation of color #C20083: hue angle of 319.48º 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 #C20083 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.32 | 0.24 |
| HSL | 319.48º | 1% | 0.38% | - |
| HSV(B) | 319.48º | 1% | 0.76% | - |
| XYZ | 26.34 | 13.11 | 22.61 | - |
| YUV | 72.94 | 160.77 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 131 | 0 | 1 | 0.32 | 0.24 | 319.48 | 1 | 0.38 |
| Hex | C2 | 0 | 83 | 0 | 64 | 20 | 18 | 13F | 64 | 26 |
| Octal | 302 | 0 | 203 | 0 | 144 | 40 | 30 | 477 | 144 | 46 |
| Binary | 11000010 | 0 | 10000011 | 0 | 1100100 | 100000 | 11000 | 100111111 | 1100100 | 100110 |
Color Harmonies of #C20083
Complementary color
Monochromatic Colors of #C20083
Black with #C20083
Text Example
Text Example
White with #C20083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20083; }
p { color: rgb(194,0,131); }
H1.HeaderClassName
{
color: #C20083;
}
.AnyTagClassName
{
color: #C20083;
}
</style>
background-color css
<style>
a { background-color: #C20083; }
a { background-color: rgb(194,0,131); }
div.DivClassName
{
background-color: #C20083;
}
.BgClassName
{
background-color: #C20083;
}
</style>
border-color css
<style>
span { border-color: #C20083; }
span { border-color: rgb(194,0,131); }
td.TdClassName
{
border-color: #C20083;
}
.TagClassName
{
border-color: #C20083;
}
</style>