Shades of Medium Violet Red #C82180
Tints of Medium Violet Red #C82180
RGB
CMYK
RGB Variations
Color information
#C82180 (or 0xC82180) is known color: Medium Violet Red. HEX triplet: C8, 21 and 80. RGB value is (200,33,128). Sum of RGB (Red+Green+Blue) = 200+33+128=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C82180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82180 is #37DE7F. Grayscale: #5D5D5D. Windows color (decimal): -3661440 or 8397256. OLE color: 8397256.
HSL color Cylindrical-coordinate representation of color #C82180: hue angle of 325.87º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82180 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 128 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.22 |
| HSL | 325.87º | 0.72% | 0.46% | - |
| HSV(B) | 325.87º | 0.84% | 0.78% | - |
| XYZ | 28.26 | 14.93 | 21.81 | - |
| YUV | 93.76 | 147.33 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 128 | 0 | 0.84 | 0.36 | 0.22 | 325.87 | 0.72 | 0.46 |
| Hex | C8 | 21 | 80 | 0 | 54 | 24 | 16 | 146 | 48 | 2E |
| Octal | 310 | 41 | 200 | 0 | 124 | 44 | 26 | 506 | 110 | 56 |
| Binary | 11001000 | 100001 | 10000000 | 0 | 1010100 | 100100 | 10110 | 101000110 | 1001000 | 101110 |
Color Harmonies of #C82180
Complementary color
Monochromatic Colors of #C82180
Black with #C82180
Text Example
Text Example
White with #C82180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82180; }
p { color: rgb(200,33,128); }
H1.HeaderClassName
{
color: #C82180;
}
.AnyTagClassName
{
color: #C82180;
}
</style>
background-color css
<style>
a { background-color: #C82180; }
a { background-color: rgb(200,33,128); }
div.DivClassName
{
background-color: #C82180;
}
.BgClassName
{
background-color: #C82180;
}
</style>
border-color css
<style>
span { border-color: #C82180; }
span { border-color: rgb(200,33,128); }
td.TdClassName
{
border-color: #C82180;
}
.TagClassName
{
border-color: #C82180;
}
</style>