Shades of Medium Violet Red #C82796
Tints of Medium Violet Red #C82796
RGB
CMYK
RGB Variations
Color information
#C82796 (or 0xC82796) is known color: Medium Violet Red. HEX triplet: C8, 27 and 96. RGB value is (200,39,150). Sum of RGB (Red+Green+Blue) = 200+39+150=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C82796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82796 is #37D869. Grayscale: #636363. Windows color (decimal): -3659882 or 9840584. OLE color: 9840584.
HSL color Cylindrical-coordinate representation of color #C82796: hue angle of 318.63º degrees, saturation: 0.67, 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 #C82796 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 150 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.22 |
| HSL | 318.63º | 0.67% | 0.47% | - |
| HSV(B) | 318.63º | 0.81% | 0.78% | - |
| XYZ | 30.05 | 15.93 | 30.35 | - |
| YUV | 99.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 150 | 0 | 0.80 | 0.25 | 0.22 | 318.63 | 0.67 | 0.47 |
| Hex | C8 | 27 | 96 | 0 | 50 | 19 | 16 | 13F | 43 | 2F |
| Octal | 310 | 47 | 226 | 0 | 120 | 31 | 26 | 477 | 103 | 57 |
| Binary | 11001000 | 100111 | 10010110 | 0 | 1010000 | 11001 | 10110 | 100111111 | 1000011 | 101111 |
Color Harmonies of #C82796
Complementary color
Monochromatic Colors of #C82796
Black with #C82796
Text Example
Text Example
White with #C82796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82796; }
p { color: rgb(200,39,150); }
H1.HeaderClassName
{
color: #C82796;
}
.AnyTagClassName
{
color: #C82796;
}
</style>
background-color css
<style>
a { background-color: #C82796; }
a { background-color: rgb(200,39,150); }
div.DivClassName
{
background-color: #C82796;
}
.BgClassName
{
background-color: #C82796;
}
</style>
border-color css
<style>
span { border-color: #C82796; }
span { border-color: rgb(200,39,150); }
td.TdClassName
{
border-color: #C82796;
}
.TagClassName
{
border-color: #C82796;
}
</style>