Shades of Medium Red Violet #C82E85
Tints of Medium Red Violet #C82E85
RGB
CMYK
RGB Variations
Color information
#C82E85 (or 0xC82E85) is known color: Medium Red Violet. HEX triplet: C8, 2E and 85. RGB value is (200,46,133). Sum of RGB (Red+Green+Blue) = 200+46+133=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82E85 is #37D17A. Grayscale: #656565. Windows color (decimal): -3658107 or 8728264. OLE color: 8728264.
HSL color Cylindrical-coordinate representation of color #C82E85: hue angle of 326.1º 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 #C82E85 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 133 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.22 |
| HSL | 326.1º | 0.63% | 0.48% | - |
| HSV(B) | 326.1º | 0.77% | 0.78% | - |
| XYZ | 29.03 | 15.93 | 23.73 | - |
| YUV | 101.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 133 | 0 | 0.77 | 0.34 | 0.22 | 326.1 | 0.63 | 0.48 |
| Hex | C8 | 2E | 85 | 0 | 4D | 22 | 16 | 146 | 3F | 30 |
| Octal | 310 | 56 | 205 | 0 | 115 | 42 | 26 | 506 | 77 | 60 |
| Binary | 11001000 | 101110 | 10000101 | 0 | 1001101 | 100010 | 10110 | 101000110 | 111111 | 110000 |
Color Harmonies of #C82E85
Complementary color
Monochromatic Colors of #C82E85
Black with #C82E85
Text Example
Text Example
White with #C82E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E85; }
p { color: rgb(200,46,133); }
H1.HeaderClassName
{
color: #C82E85;
}
.AnyTagClassName
{
color: #C82E85;
}
</style>
background-color css
<style>
a { background-color: #C82E85; }
a { background-color: rgb(200,46,133); }
div.DivClassName
{
background-color: #C82E85;
}
.BgClassName
{
background-color: #C82E85;
}
</style>
border-color css
<style>
span { border-color: #C82E85; }
span { border-color: rgb(200,46,133); }
td.TdClassName
{
border-color: #C82E85;
}
.TagClassName
{
border-color: #C82E85;
}
</style>