Shades of Medium Violet Red #C82096
Tints of Medium Violet Red #C82096
RGB
CMYK
RGB Variations
Color information
#C82096 (or 0xC82096) is known color: Medium Violet Red. HEX triplet: C8, 20 and 96. RGB value is (200,32,150). Sum of RGB (Red+Green+Blue) = 200+32+150=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C82096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82096 is #37DF69. Grayscale: #5F5F5F. Windows color (decimal): -3661674 or 9838792. OLE color: 9838792.
HSL color Cylindrical-coordinate representation of color #C82096: hue angle of 317.86º 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 #C82096 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 150 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.22 |
| HSL | 317.86º | 0.72% | 0.45% | - |
| HSV(B) | 317.86º | 0.84% | 0.78% | - |
| XYZ | 29.84 | 15.51 | 30.28 | - |
| YUV | 95.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 150 | 0 | 0.84 | 0.25 | 0.22 | 317.86 | 0.72 | 0.45 |
| Hex | C8 | 20 | 96 | 0 | 54 | 19 | 16 | 13E | 48 | 2D |
| Octal | 310 | 40 | 226 | 0 | 124 | 31 | 26 | 476 | 110 | 55 |
| Binary | 11001000 | 100000 | 10010110 | 0 | 1010100 | 11001 | 10110 | 100111110 | 1001000 | 101101 |
Color Harmonies of #C82096
Complementary color
Monochromatic Colors of #C82096
Black with #C82096
Text Example
Text Example
White with #C82096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82096; }
p { color: rgb(200,32,150); }
H1.HeaderClassName
{
color: #C82096;
}
.AnyTagClassName
{
color: #C82096;
}
</style>
background-color css
<style>
a { background-color: #C82096; }
a { background-color: rgb(200,32,150); }
div.DivClassName
{
background-color: #C82096;
}
.BgClassName
{
background-color: #C82096;
}
</style>
border-color css
<style>
span { border-color: #C82096; }
span { border-color: rgb(200,32,150); }
td.TdClassName
{
border-color: #C82096;
}
.TagClassName
{
border-color: #C82096;
}
</style>