Shades of Medium Violet Red #C82797
Tints of Medium Violet Red #C82797
RGB
CMYK
RGB Variations
Color information
#C82797 (or 0xC82797) is known color: Medium Violet Red. HEX triplet: C8, 27 and 97. RGB value is (200,39,151). Sum of RGB (Red+Green+Blue) = 200+39+151=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C82797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82797 is #37D868. Grayscale: #636363. Windows color (decimal): -3659881 or 9906120. OLE color: 9906120.
HSL color Cylindrical-coordinate representation of color #C82797: hue angle of 318.26º degrees, saturation: 0.67, 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 #C82797 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 151 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.22 |
| HSL | 318.26º | 0.67% | 0.47% | - |
| HSV(B) | 318.26º | 0.81% | 0.78% | - |
| XYZ | 30.13 | 15.96 | 30.77 | - |
| YUV | 99.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 151 | 0 | 0.80 | 0.24 | 0.22 | 318.26 | 0.67 | 0.47 |
| Hex | C8 | 27 | 97 | 0 | 50 | 18 | 16 | 13E | 43 | 2F |
| Octal | 310 | 47 | 227 | 0 | 120 | 30 | 26 | 476 | 103 | 57 |
| Binary | 11001000 | 100111 | 10010111 | 0 | 1010000 | 11000 | 10110 | 100111110 | 1000011 | 101111 |
Color Harmonies of #C82797
Complementary color
Monochromatic Colors of #C82797
Black with #C82797
Text Example
Text Example
White with #C82797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82797; }
p { color: rgb(200,39,151); }
H1.HeaderClassName
{
color: #C82797;
}
.AnyTagClassName
{
color: #C82797;
}
</style>
background-color css
<style>
a { background-color: #C82797; }
a { background-color: rgb(200,39,151); }
div.DivClassName
{
background-color: #C82797;
}
.BgClassName
{
background-color: #C82797;
}
</style>
border-color css
<style>
span { border-color: #C82797; }
span { border-color: rgb(200,39,151); }
td.TdClassName
{
border-color: #C82797;
}
.TagClassName
{
border-color: #C82797;
}
</style>