Shades of Medium Violet Red #C820A2
Tints of Medium Violet Red #C820A2
RGB
CMYK
RGB Variations
Color information
#C820A2 (or 0xC820A2) is known color: Medium Violet Red. HEX triplet: C8, 20 and A2. RGB value is (200,32,162). Sum of RGB (Red+Green+Blue) = 200+32+162=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C820A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820A2 is #37DF5D. Grayscale: #606060. Windows color (decimal): -3661662 or 10625224. OLE color: 10625224.
HSL color Cylindrical-coordinate representation of color #C820A2: hue angle of 313.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C820A2 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 162 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.22 |
| HSL | 313.57º | 0.72% | 0.45% | - |
| HSV(B) | 313.57º | 0.84% | 0.78% | - |
| XYZ | 30.86 | 15.92 | 35.63 | - |
| YUV | 97.05 | 164.66 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 162 | 0 | 0.84 | 0.19 | 0.22 | 313.57 | 0.72 | 0.45 |
| Hex | C8 | 20 | A2 | 0 | 54 | 13 | 16 | 13A | 48 | 2D |
| Octal | 310 | 40 | 242 | 0 | 124 | 23 | 26 | 472 | 110 | 55 |
| Binary | 11001000 | 100000 | 10100010 | 0 | 1010100 | 10011 | 10110 | 100111010 | 1001000 | 101101 |
Color Harmonies of #C820A2
Complementary color
Monochromatic Colors of #C820A2
Black with #C820A2
Text Example
Text Example
White with #C820A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820A2; }
p { color: rgb(200,32,162); }
H1.HeaderClassName
{
color: #C820A2;
}
.AnyTagClassName
{
color: #C820A2;
}
</style>
background-color css
<style>
a { background-color: #C820A2; }
a { background-color: rgb(200,32,162); }
div.DivClassName
{
background-color: #C820A2;
}
.BgClassName
{
background-color: #C820A2;
}
</style>
border-color css
<style>
span { border-color: #C820A2; }
span { border-color: rgb(200,32,162); }
td.TdClassName
{
border-color: #C820A2;
}
.TagClassName
{
border-color: #C820A2;
}
</style>