Shades of Medium Violet Red #C82296
Tints of Medium Violet Red #C82296
RGB
CMYK
RGB Variations
Color information
#C82296 (or 0xC82296) is known color: Medium Violet Red. HEX triplet: C8, 22 and 96. RGB value is (200,34,150). Sum of RGB (Red+Green+Blue) = 200+34+150=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C82296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82296 is #37DD69. Grayscale: #606060. Windows color (decimal): -3661162 or 9839304. OLE color: 9839304.
HSL color Cylindrical-coordinate representation of color #C82296: hue angle of 318.07º degrees, saturation: 0.71, 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 #C82296 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 150 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.22 |
| HSL | 318.07º | 0.71% | 0.46% | - |
| HSV(B) | 318.07º | 0.83% | 0.78% | - |
| XYZ | 29.9 | 15.63 | 30.29 | - |
| YUV | 96.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 150 | 0 | 0.83 | 0.25 | 0.22 | 318.07 | 0.71 | 0.46 |
| Hex | C8 | 22 | 96 | 0 | 53 | 19 | 16 | 13E | 47 | 2E |
| Octal | 310 | 42 | 226 | 0 | 123 | 31 | 26 | 476 | 107 | 56 |
| Binary | 11001000 | 100010 | 10010110 | 0 | 1010011 | 11001 | 10110 | 100111110 | 1000111 | 101110 |
Color Harmonies of #C82296
Complementary color
Monochromatic Colors of #C82296
Black with #C82296
Text Example
Text Example
White with #C82296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82296; }
p { color: rgb(200,34,150); }
H1.HeaderClassName
{
color: #C82296;
}
.AnyTagClassName
{
color: #C82296;
}
</style>
background-color css
<style>
a { background-color: #C82296; }
a { background-color: rgb(200,34,150); }
div.DivClassName
{
background-color: #C82296;
}
.BgClassName
{
background-color: #C82296;
}
</style>
border-color css
<style>
span { border-color: #C82296; }
span { border-color: rgb(200,34,150); }
td.TdClassName
{
border-color: #C82296;
}
.TagClassName
{
border-color: #C82296;
}
</style>