Shades of Medium Violet Red #C82083
Tints of Medium Violet Red #C82083
RGB
CMYK
RGB Variations
Color information
#C82083 (or 0xC82083) is known color: Medium Violet Red. HEX triplet: C8, 20 and 83. RGB value is (200,32,131). Sum of RGB (Red+Green+Blue) = 200+32+131=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C82083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82083 is #37DF7C. Grayscale: #5D5D5D. Windows color (decimal): -3661693 or 8593608. OLE color: 8593608.
HSL color Cylindrical-coordinate representation of color #C82083: hue angle of 324.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82083 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 131 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.22 |
| HSL | 324.64º | 0.72% | 0.45% | - |
| HSV(B) | 324.64º | 0.84% | 0.78% | - |
| XYZ | 28.43 | 14.95 | 22.86 | - |
| YUV | 93.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 131 | 0 | 0.84 | 0.34 | 0.22 | 324.64 | 0.72 | 0.45 |
| Hex | C8 | 20 | 83 | 0 | 54 | 22 | 16 | 145 | 48 | 2D |
| Octal | 310 | 40 | 203 | 0 | 124 | 42 | 26 | 505 | 110 | 55 |
| Binary | 11001000 | 100000 | 10000011 | 0 | 1010100 | 100010 | 10110 | 101000101 | 1001000 | 101101 |
Color Harmonies of #C82083
Complementary color
Monochromatic Colors of #C82083
Black with #C82083
Text Example
Text Example
White with #C82083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82083; }
p { color: rgb(200,32,131); }
H1.HeaderClassName
{
color: #C82083;
}
.AnyTagClassName
{
color: #C82083;
}
</style>
background-color css
<style>
a { background-color: #C82083; }
a { background-color: rgb(200,32,131); }
div.DivClassName
{
background-color: #C82083;
}
.BgClassName
{
background-color: #C82083;
}
</style>
border-color css
<style>
span { border-color: #C82083; }
span { border-color: rgb(200,32,131); }
td.TdClassName
{
border-color: #C82083;
}
.TagClassName
{
border-color: #C82083;
}
</style>