Shades of Medium Violet Red #C820A8
Tints of Medium Violet Red #C820A8
RGB
CMYK
RGB Variations
Color information
#C820A8 (or 0xC820A8) is known color: Medium Violet Red. HEX triplet: C8, 20 and A8. RGB value is (200,32,168). Sum of RGB (Red+Green+Blue) = 200+32+168=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C820A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820A8 is #37DF57. Grayscale: #616161. Windows color (decimal): -3661656 or 11018440. OLE color: 11018440.
HSL color Cylindrical-coordinate representation of color #C820A8: hue angle of 311.43º 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 #C820A8 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 168 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.22 |
| HSL | 311.43º | 0.72% | 0.45% | - |
| HSV(B) | 311.43º | 0.84% | 0.78% | - |
| XYZ | 31.4 | 16.14 | 38.51 | - |
| YUV | 97.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 168 | 0 | 0.84 | 0.16 | 0.22 | 311.43 | 0.72 | 0.45 |
| Hex | C8 | 20 | A8 | 0 | 54 | 10 | 16 | 137 | 48 | 2D |
| Octal | 310 | 40 | 250 | 0 | 124 | 20 | 26 | 467 | 110 | 55 |
| Binary | 11001000 | 100000 | 10101000 | 0 | 1010100 | 10000 | 10110 | 100110111 | 1001000 | 101101 |
Color Harmonies of #C820A8
Complementary color
Monochromatic Colors of #C820A8
Black with #C820A8
Text Example
Text Example
White with #C820A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820A8; }
p { color: rgb(200,32,168); }
H1.HeaderClassName
{
color: #C820A8;
}
.AnyTagClassName
{
color: #C820A8;
}
</style>
background-color css
<style>
a { background-color: #C820A8; }
a { background-color: rgb(200,32,168); }
div.DivClassName
{
background-color: #C820A8;
}
.BgClassName
{
background-color: #C820A8;
}
</style>
border-color css
<style>
span { border-color: #C820A8; }
span { border-color: rgb(200,32,168); }
td.TdClassName
{
border-color: #C820A8;
}
.TagClassName
{
border-color: #C820A8;
}
</style>