Shades of Medium Violet Red #C82197
Tints of Medium Violet Red #C82197
RGB
CMYK
RGB Variations
Color information
#C82197 (or 0xC82197) is known color: Medium Violet Red. HEX triplet: C8, 21 and 97. RGB value is (200,33,151). Sum of RGB (Red+Green+Blue) = 200+33+151=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C82197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82197 is #37DE68. Grayscale: #606060. Windows color (decimal): -3661417 or 9904584. OLE color: 9904584.
HSL color Cylindrical-coordinate representation of color #C82197: hue angle of 317.6º degrees, saturation: 0.72, 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 #C82197 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 151 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.22 |
| HSL | 317.6º | 0.72% | 0.46% | - |
| HSV(B) | 317.6º | 0.84% | 0.78% | - |
| XYZ | 29.95 | 15.6 | 30.71 | - |
| YUV | 96.39 | 158.83 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 151 | 0 | 0.84 | 0.24 | 0.22 | 317.6 | 0.72 | 0.46 |
| Hex | C8 | 21 | 97 | 0 | 54 | 18 | 16 | 13E | 48 | 2E |
| Octal | 310 | 41 | 227 | 0 | 124 | 30 | 26 | 476 | 110 | 56 |
| Binary | 11001000 | 100001 | 10010111 | 0 | 1010100 | 11000 | 10110 | 100111110 | 1001000 | 101110 |
Color Harmonies of #C82197
Complementary color
Monochromatic Colors of #C82197
Black with #C82197
Text Example
Text Example
White with #C82197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82197; }
p { color: rgb(200,33,151); }
H1.HeaderClassName
{
color: #C82197;
}
.AnyTagClassName
{
color: #C82197;
}
</style>
background-color css
<style>
a { background-color: #C82197; }
a { background-color: rgb(200,33,151); }
div.DivClassName
{
background-color: #C82197;
}
.BgClassName
{
background-color: #C82197;
}
</style>
border-color css
<style>
span { border-color: #C82197; }
span { border-color: rgb(200,33,151); }
td.TdClassName
{
border-color: #C82197;
}
.TagClassName
{
border-color: #C82197;
}
</style>