Shades of Medium Red Violet #C82EA2
Tints of Medium Red Violet #C82EA2
RGB
CMYK
RGB Variations
Color information
#C82EA2 (or 0xC82EA2) is known color: Medium Red Violet. HEX triplet: C8, 2E and A2. RGB value is (200,46,162). Sum of RGB (Red+Green+Blue) = 200+46+162=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82EA2 is #37D15D. Grayscale: #686868. Windows color (decimal): -3658078 or 10628808. OLE color: 10628808.
HSL color Cylindrical-coordinate representation of color #C82EA2: hue angle of 314.81º 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 #C82EA2 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 162 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.22 |
| HSL | 314.81º | 0.63% | 0.48% | - |
| HSV(B) | 314.81º | 0.77% | 0.78% | - |
| XYZ | 31.32 | 16.84 | 35.78 | - |
| YUV | 105.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 162 | 0 | 0.77 | 0.19 | 0.22 | 314.81 | 0.63 | 0.48 |
| Hex | C8 | 2E | A2 | 0 | 4D | 13 | 16 | 13B | 3F | 30 |
| Octal | 310 | 56 | 242 | 0 | 115 | 23 | 26 | 473 | 77 | 60 |
| Binary | 11001000 | 101110 | 10100010 | 0 | 1001101 | 10011 | 10110 | 100111011 | 111111 | 110000 |
Color Harmonies of #C82EA2
Complementary color
Monochromatic Colors of #C82EA2
Black with #C82EA2
Text Example
Text Example
White with #C82EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EA2; }
p { color: rgb(200,46,162); }
H1.HeaderClassName
{
color: #C82EA2;
}
.AnyTagClassName
{
color: #C82EA2;
}
</style>
background-color css
<style>
a { background-color: #C82EA2; }
a { background-color: rgb(200,46,162); }
div.DivClassName
{
background-color: #C82EA2;
}
.BgClassName
{
background-color: #C82EA2;
}
</style>
border-color css
<style>
span { border-color: #C82EA2; }
span { border-color: rgb(200,46,162); }
td.TdClassName
{
border-color: #C82EA2;
}
.TagClassName
{
border-color: #C82EA2;
}
</style>