Shades of Medium Violet Red #C821A1
Tints of Medium Violet Red #C821A1
RGB
CMYK
RGB Variations
Color information
#C821A1 (or 0xC821A1) is known color: Medium Violet Red. HEX triplet: C8, 21 and A1. RGB value is (200,33,161). Sum of RGB (Red+Green+Blue) = 200+33+161=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C821A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821A1 is #37DE5E. Grayscale: #616161. Windows color (decimal): -3661407 or 10559944. OLE color: 10559944.
HSL color Cylindrical-coordinate representation of color #C821A1: hue angle of 314.01º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C821A1 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 161 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.22 |
| HSL | 314.01º | 0.72% | 0.46% | - |
| HSV(B) | 314.01º | 0.84% | 0.78% | - |
| XYZ | 30.8 | 15.94 | 35.17 | - |
| YUV | 97.53 | 163.83 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 161 | 0 | 0.84 | 0.19 | 0.22 | 314.01 | 0.72 | 0.46 |
| Hex | C8 | 21 | A1 | 0 | 54 | 13 | 16 | 13A | 48 | 2E |
| Octal | 310 | 41 | 241 | 0 | 124 | 23 | 26 | 472 | 110 | 56 |
| Binary | 11001000 | 100001 | 10100001 | 0 | 1010100 | 10011 | 10110 | 100111010 | 1001000 | 101110 |
Color Harmonies of #C821A1
Complementary color
Monochromatic Colors of #C821A1
Black with #C821A1
Text Example
Text Example
White with #C821A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821A1; }
p { color: rgb(200,33,161); }
H1.HeaderClassName
{
color: #C821A1;
}
.AnyTagClassName
{
color: #C821A1;
}
</style>
background-color css
<style>
a { background-color: #C821A1; }
a { background-color: rgb(200,33,161); }
div.DivClassName
{
background-color: #C821A1;
}
.BgClassName
{
background-color: #C821A1;
}
</style>
border-color css
<style>
span { border-color: #C821A1; }
span { border-color: rgb(200,33,161); }
td.TdClassName
{
border-color: #C821A1;
}
.TagClassName
{
border-color: #C821A1;
}
</style>