Shades of Medium Violet Red #C82697
Tints of Medium Violet Red #C82697
RGB
CMYK
RGB Variations
Color information
#C82697 (or 0xC82697) is known color: Medium Violet Red. HEX triplet: C8, 26 and 97. RGB value is (200,38,151). Sum of RGB (Red+Green+Blue) = 200+38+151=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C82697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82697 is #37D968. Grayscale: #636363. Windows color (decimal): -3660137 or 9905864. OLE color: 9905864.
HSL color Cylindrical-coordinate representation of color #C82697: hue angle of 318.15º degrees, saturation: 0.68, 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 #C82697 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 151 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.22 |
| HSL | 318.15º | 0.68% | 0.47% | - |
| HSV(B) | 318.15º | 0.81% | 0.78% | - |
| XYZ | 30.1 | 15.9 | 30.76 | - |
| YUV | 99.32 | 157.17 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 151 | 0 | 0.81 | 0.24 | 0.22 | 318.15 | 0.68 | 0.47 |
| Hex | C8 | 26 | 97 | 0 | 51 | 18 | 16 | 13E | 44 | 2F |
| Octal | 310 | 46 | 227 | 0 | 121 | 30 | 26 | 476 | 104 | 57 |
| Binary | 11001000 | 100110 | 10010111 | 0 | 1010001 | 11000 | 10110 | 100111110 | 1000100 | 101111 |
Color Harmonies of #C82697
Complementary color
Monochromatic Colors of #C82697
Black with #C82697
Text Example
Text Example
White with #C82697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82697; }
p { color: rgb(200,38,151); }
H1.HeaderClassName
{
color: #C82697;
}
.AnyTagClassName
{
color: #C82697;
}
</style>
background-color css
<style>
a { background-color: #C82697; }
a { background-color: rgb(200,38,151); }
div.DivClassName
{
background-color: #C82697;
}
.BgClassName
{
background-color: #C82697;
}
</style>
border-color css
<style>
span { border-color: #C82697; }
span { border-color: rgb(200,38,151); }
td.TdClassName
{
border-color: #C82697;
}
.TagClassName
{
border-color: #C82697;
}
</style>