Shades of Medium Violet Red #C821A2
Tints of Medium Violet Red #C821A2
RGB
CMYK
RGB Variations
Color information
#C821A2 (or 0xC821A2) is known color: Medium Violet Red. HEX triplet: C8, 21 and A2. RGB value is (200,33,162). Sum of RGB (Red+Green+Blue) = 200+33+162=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C821A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821A2 is #37DE5D. Grayscale: #616161. Windows color (decimal): -3661406 or 10625480. OLE color: 10625480.
HSL color Cylindrical-coordinate representation of color #C821A2: hue angle of 313.65º 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 #C821A2 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 162 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.22 |
| HSL | 313.65º | 0.72% | 0.46% | - |
| HSV(B) | 313.65º | 0.84% | 0.78% | - |
| XYZ | 30.88 | 15.98 | 35.64 | - |
| YUV | 97.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 162 | 0 | 0.84 | 0.19 | 0.22 | 313.65 | 0.72 | 0.46 |
| Hex | C8 | 21 | A2 | 0 | 54 | 13 | 16 | 13A | 48 | 2E |
| Octal | 310 | 41 | 242 | 0 | 124 | 23 | 26 | 472 | 110 | 56 |
| Binary | 11001000 | 100001 | 10100010 | 0 | 1010100 | 10011 | 10110 | 100111010 | 1001000 | 101110 |
Color Harmonies of #C821A2
Complementary color
Monochromatic Colors of #C821A2
Black with #C821A2
Text Example
Text Example
White with #C821A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821A2; }
p { color: rgb(200,33,162); }
H1.HeaderClassName
{
color: #C821A2;
}
.AnyTagClassName
{
color: #C821A2;
}
</style>
background-color css
<style>
a { background-color: #C821A2; }
a { background-color: rgb(200,33,162); }
div.DivClassName
{
background-color: #C821A2;
}
.BgClassName
{
background-color: #C821A2;
}
</style>
border-color css
<style>
span { border-color: #C821A2; }
span { border-color: rgb(200,33,162); }
td.TdClassName
{
border-color: #C821A2;
}
.TagClassName
{
border-color: #C821A2;
}
</style>