Shades of Medium Violet Red #C82396
Tints of Medium Violet Red #C82396
RGB
CMYK
RGB Variations
Color information
#C82396 (or 0xC82396) is known color: Medium Violet Red. HEX triplet: C8, 23 and 96. RGB value is (200,35,150). Sum of RGB (Red+Green+Blue) = 200+35+150=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C82396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82396 is #37DC69. Grayscale: #616161. Windows color (decimal): -3660906 or 9839560. OLE color: 9839560.
HSL color Cylindrical-coordinate representation of color #C82396: hue angle of 318.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82396 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 150 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.22 |
| HSL | 318.18º | 0.7% | 0.46% | - |
| HSV(B) | 318.18º | 0.83% | 0.78% | - |
| XYZ | 29.93 | 15.68 | 30.3 | - |
| YUV | 97.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 150 | 0 | 0.82 | 0.25 | 0.22 | 318.18 | 0.7 | 0.46 |
| Hex | C8 | 23 | 96 | 0 | 52 | 19 | 16 | 13E | 46 | 2E |
| Octal | 310 | 43 | 226 | 0 | 122 | 31 | 26 | 476 | 106 | 56 |
| Binary | 11001000 | 100011 | 10010110 | 0 | 1010010 | 11001 | 10110 | 100111110 | 1000110 | 101110 |
Color Harmonies of #C82396
Complementary color
Monochromatic Colors of #C82396
Black with #C82396
Text Example
Text Example
White with #C82396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82396; }
p { color: rgb(200,35,150); }
H1.HeaderClassName
{
color: #C82396;
}
.AnyTagClassName
{
color: #C82396;
}
</style>
background-color css
<style>
a { background-color: #C82396; }
a { background-color: rgb(200,35,150); }
div.DivClassName
{
background-color: #C82396;
}
.BgClassName
{
background-color: #C82396;
}
</style>
border-color css
<style>
span { border-color: #C82396; }
span { border-color: rgb(200,35,150); }
td.TdClassName
{
border-color: #C82396;
}
.TagClassName
{
border-color: #C82396;
}
</style>