Shades of Medium Violet Red #C82680
Tints of Medium Violet Red #C82680
RGB
CMYK
RGB Variations
Color information
#C82680 (or 0xC82680) is known color: Medium Violet Red. HEX triplet: C8, 26 and 80. RGB value is (200,38,128). Sum of RGB (Red+Green+Blue) = 200+38+128=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C82680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82680 is #37D97F. Grayscale: #606060. Windows color (decimal): -3660160 or 8398536. OLE color: 8398536.
HSL color Cylindrical-coordinate representation of color #C82680: hue angle of 326.67º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82680 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 128 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.22 |
| HSL | 326.67º | 0.68% | 0.47% | - |
| HSV(B) | 326.67º | 0.81% | 0.78% | - |
| XYZ | 28.41 | 15.22 | 21.86 | - |
| YUV | 96.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 128 | 0 | 0.81 | 0.36 | 0.22 | 326.67 | 0.68 | 0.47 |
| Hex | C8 | 26 | 80 | 0 | 51 | 24 | 16 | 147 | 44 | 2F |
| Octal | 310 | 46 | 200 | 0 | 121 | 44 | 26 | 507 | 104 | 57 |
| Binary | 11001000 | 100110 | 10000000 | 0 | 1010001 | 100100 | 10110 | 101000111 | 1000100 | 101111 |
Color Harmonies of #C82680
Complementary color
Monochromatic Colors of #C82680
Black with #C82680
Text Example
Text Example
White with #C82680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82680; }
p { color: rgb(200,38,128); }
H1.HeaderClassName
{
color: #C82680;
}
.AnyTagClassName
{
color: #C82680;
}
</style>
background-color css
<style>
a { background-color: #C82680; }
a { background-color: rgb(200,38,128); }
div.DivClassName
{
background-color: #C82680;
}
.BgClassName
{
background-color: #C82680;
}
</style>
border-color css
<style>
span { border-color: #C82680; }
span { border-color: rgb(200,38,128); }
td.TdClassName
{
border-color: #C82680;
}
.TagClassName
{
border-color: #C82680;
}
</style>