Shades of Medium Red Violet #C82EA5
Tints of Medium Red Violet #C82EA5
RGB
CMYK
RGB Variations
Color information
#C82EA5 (or 0xC82EA5) is known color: Medium Red Violet. HEX triplet: C8, 2E and A5. RGB value is (200,46,165). Sum of RGB (Red+Green+Blue) = 200+46+165=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82EA5 is #37D15A. Grayscale: #696969. Windows color (decimal): -3658075 or 10825416. OLE color: 10825416.
HSL color Cylindrical-coordinate representation of color #C82EA5: hue angle of 313.64º 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 #C82EA5 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 165 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.22 |
| HSL | 313.64º | 0.63% | 0.48% | - |
| HSV(B) | 313.64º | 0.77% | 0.78% | - |
| XYZ | 31.59 | 16.95 | 37.2 | - |
| YUV | 105.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 165 | 0 | 0.77 | 0.18 | 0.22 | 313.64 | 0.63 | 0.48 |
| Hex | C8 | 2E | A5 | 0 | 4D | 12 | 16 | 13A | 3F | 30 |
| Octal | 310 | 56 | 245 | 0 | 115 | 22 | 26 | 472 | 77 | 60 |
| Binary | 11001000 | 101110 | 10100101 | 0 | 1001101 | 10010 | 10110 | 100111010 | 111111 | 110000 |
Color Harmonies of #C82EA5
Complementary color
Monochromatic Colors of #C82EA5
Black with #C82EA5
Text Example
Text Example
White with #C82EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EA5; }
p { color: rgb(200,46,165); }
H1.HeaderClassName
{
color: #C82EA5;
}
.AnyTagClassName
{
color: #C82EA5;
}
</style>
background-color css
<style>
a { background-color: #C82EA5; }
a { background-color: rgb(200,46,165); }
div.DivClassName
{
background-color: #C82EA5;
}
.BgClassName
{
background-color: #C82EA5;
}
</style>
border-color css
<style>
span { border-color: #C82EA5; }
span { border-color: rgb(200,46,165); }
td.TdClassName
{
border-color: #C82EA5;
}
.TagClassName
{
border-color: #C82EA5;
}
</style>