Shades of Medium Violet Red #C82497
Tints of Medium Violet Red #C82497
RGB
CMYK
RGB Variations
Color information
#C82497 (or 0xC82497) is known color: Medium Violet Red. HEX triplet: C8, 24 and 97. RGB value is (200,36,151). Sum of RGB (Red+Green+Blue) = 200+36+151=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C82497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82497 is #37DB68. Grayscale: #616161. Windows color (decimal): -3660649 or 9905352. OLE color: 9905352.
HSL color Cylindrical-coordinate representation of color #C82497: hue angle of 317.93º degrees, saturation: 0.69, 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 #C82497 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 151 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.22 |
| HSL | 317.93º | 0.69% | 0.46% | - |
| HSV(B) | 317.93º | 0.82% | 0.78% | - |
| XYZ | 30.04 | 15.78 | 30.74 | - |
| YUV | 98.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 151 | 0 | 0.82 | 0.24 | 0.22 | 317.93 | 0.69 | 0.46 |
| Hex | C8 | 24 | 97 | 0 | 52 | 18 | 16 | 13E | 45 | 2E |
| Octal | 310 | 44 | 227 | 0 | 122 | 30 | 26 | 476 | 105 | 56 |
| Binary | 11001000 | 100100 | 10010111 | 0 | 1010010 | 11000 | 10110 | 100111110 | 1000101 | 101110 |
Color Harmonies of #C82497
Complementary color
Monochromatic Colors of #C82497
Black with #C82497
Text Example
Text Example
White with #C82497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82497; }
p { color: rgb(200,36,151); }
H1.HeaderClassName
{
color: #C82497;
}
.AnyTagClassName
{
color: #C82497;
}
</style>
background-color css
<style>
a { background-color: #C82497; }
a { background-color: rgb(200,36,151); }
div.DivClassName
{
background-color: #C82497;
}
.BgClassName
{
background-color: #C82497;
}
</style>
border-color css
<style>
span { border-color: #C82497; }
span { border-color: rgb(200,36,151); }
td.TdClassName
{
border-color: #C82497;
}
.TagClassName
{
border-color: #C82497;
}
</style>