Shades of Medium Red Violet #C82E91
Tints of Medium Red Violet #C82E91
RGB
CMYK
RGB Variations
Color information
#C82E91 (or 0xC82E91) is known color: Medium Red Violet. HEX triplet: C8, 2E and 91. RGB value is (200,46,145). Sum of RGB (Red+Green+Blue) = 200+46+145=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82E91 is #37D16E. Grayscale: #676767. Windows color (decimal): -3658095 or 9514696. OLE color: 9514696.
HSL color Cylindrical-coordinate representation of color #C82E91: hue angle of 321.43º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E91 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 145 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.22 |
| HSL | 321.43º | 0.63% | 0.48% | - |
| HSV(B) | 321.43º | 0.77% | 0.78% | - |
| XYZ | 29.91 | 16.28 | 28.35 | - |
| YUV | 103.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 145 | 0 | 0.77 | 0.28 | 0.22 | 321.43 | 0.63 | 0.48 |
| Hex | C8 | 2E | 91 | 0 | 4D | 1C | 16 | 141 | 3F | 30 |
| Octal | 310 | 56 | 221 | 0 | 115 | 34 | 26 | 501 | 77 | 60 |
| Binary | 11001000 | 101110 | 10010001 | 0 | 1001101 | 11100 | 10110 | 101000001 | 111111 | 110000 |
Color Harmonies of #C82E91
Complementary color
Monochromatic Colors of #C82E91
Black with #C82E91
Text Example
Text Example
White with #C82E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E91; }
p { color: rgb(200,46,145); }
H1.HeaderClassName
{
color: #C82E91;
}
.AnyTagClassName
{
color: #C82E91;
}
</style>
background-color css
<style>
a { background-color: #C82E91; }
a { background-color: rgb(200,46,145); }
div.DivClassName
{
background-color: #C82E91;
}
.BgClassName
{
background-color: #C82E91;
}
</style>
border-color css
<style>
span { border-color: #C82E91; }
span { border-color: rgb(200,46,145); }
td.TdClassName
{
border-color: #C82E91;
}
.TagClassName
{
border-color: #C82E91;
}
</style>