Shades of Medium Violet Red #C40083
Tints of Medium Violet Red #C40083
RGB
CMYK
RGB Variations
Color information
#C40083 (or 0xC40083) is known color: Medium Violet Red. HEX triplet: C4, 00 and 83. RGB value is (196,0,131). Sum of RGB (Red+Green+Blue) = 196+0+131=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C40083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40083 is #3BFF7C. Grayscale: #494949. Windows color (decimal): -3932029 or 8585412. OLE color: 8585412.
HSL color Cylindrical-coordinate representation of color #C40083: hue angle of 319.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40083 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.33 | 0.23 |
| HSL | 319.9º | 1% | 0.38% | - |
| HSV(B) | 319.9º | 1% | 0.77% | - |
| XYZ | 26.86 | 13.37 | 22.64 | - |
| YUV | 73.54 | 160.43 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 131 | 0 | 1 | 0.33 | 0.23 | 319.9 | 1 | 0.38 |
| Hex | C4 | 0 | 83 | 0 | 64 | 21 | 17 | 140 | 64 | 26 |
| Octal | 304 | 0 | 203 | 0 | 144 | 41 | 27 | 500 | 144 | 46 |
| Binary | 11000100 | 0 | 10000011 | 0 | 1100100 | 100001 | 10111 | 101000000 | 1100100 | 100110 |
Color Harmonies of #C40083
Complementary color
Monochromatic Colors of #C40083
Black with #C40083
Text Example
Text Example
White with #C40083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40083; }
p { color: rgb(196,0,131); }
H1.HeaderClassName
{
color: #C40083;
}
.AnyTagClassName
{
color: #C40083;
}
</style>
background-color css
<style>
a { background-color: #C40083; }
a { background-color: rgb(196,0,131); }
div.DivClassName
{
background-color: #C40083;
}
.BgClassName
{
background-color: #C40083;
}
</style>
border-color css
<style>
span { border-color: #C40083; }
span { border-color: rgb(196,0,131); }
td.TdClassName
{
border-color: #C40083;
}
.TagClassName
{
border-color: #C40083;
}
</style>