Shades of Medium Violet Red #C820AB
Tints of Medium Violet Red #C820AB
RGB
CMYK
RGB Variations
Color information
#C820AB (or 0xC820AB) is known color: Medium Violet Red. HEX triplet: C8, 20 and AB. RGB value is (200,32,171). Sum of RGB (Red+Green+Blue) = 200+32+171=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C820AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820AB is #37DF54. Grayscale: #616161. Windows color (decimal): -3661653 or 11215048. OLE color: 11215048.
HSL color Cylindrical-coordinate representation of color #C820AB: hue angle of 310.36º 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 #C820AB is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 171 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.22 |
| HSL | 310.36º | 0.72% | 0.45% | - |
| HSV(B) | 310.36º | 0.84% | 0.78% | - |
| XYZ | 31.69 | 16.25 | 40 | - |
| YUV | 98.08 | 169.16 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 171 | 0 | 0.84 | 0.14 | 0.22 | 310.36 | 0.72 | 0.45 |
| Hex | C8 | 20 | AB | 0 | 54 | E | 16 | 136 | 48 | 2D |
| Octal | 310 | 40 | 253 | 0 | 124 | 16 | 26 | 466 | 110 | 55 |
| Binary | 11001000 | 100000 | 10101011 | 0 | 1010100 | 1110 | 10110 | 100110110 | 1001000 | 101101 |
Color Harmonies of #C820AB
Complementary color
Monochromatic Colors of #C820AB
Black with #C820AB
Text Example
Text Example
White with #C820AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820AB; }
p { color: rgb(200,32,171); }
H1.HeaderClassName
{
color: #C820AB;
}
.AnyTagClassName
{
color: #C820AB;
}
</style>
background-color css
<style>
a { background-color: #C820AB; }
a { background-color: rgb(200,32,171); }
div.DivClassName
{
background-color: #C820AB;
}
.BgClassName
{
background-color: #C820AB;
}
</style>
border-color css
<style>
span { border-color: #C820AB; }
span { border-color: rgb(200,32,171); }
td.TdClassName
{
border-color: #C820AB;
}
.TagClassName
{
border-color: #C820AB;
}
</style>