Shades of Medium Violet Red #C821A4
Tints of Medium Violet Red #C821A4
RGB
CMYK
RGB Variations
Color information
#C821A4 (or 0xC821A4) is known color: Medium Violet Red. HEX triplet: C8, 21 and A4. RGB value is (200,33,164). Sum of RGB (Red+Green+Blue) = 200+33+164=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C821A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821A4 is #37DE5B. Grayscale: #616161. Windows color (decimal): -3661404 or 10756552. OLE color: 10756552.
HSL color Cylindrical-coordinate representation of color #C821A4: hue angle of 312.93º 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 #C821A4 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 164 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.22 |
| HSL | 312.93º | 0.72% | 0.46% | - |
| HSV(B) | 312.93º | 0.84% | 0.78% | - |
| XYZ | 31.06 | 16.05 | 36.58 | - |
| YUV | 97.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 164 | 0 | 0.84 | 0.18 | 0.22 | 312.93 | 0.72 | 0.46 |
| Hex | C8 | 21 | A4 | 0 | 54 | 12 | 16 | 139 | 48 | 2E |
| Octal | 310 | 41 | 244 | 0 | 124 | 22 | 26 | 471 | 110 | 56 |
| Binary | 11001000 | 100001 | 10100100 | 0 | 1010100 | 10010 | 10110 | 100111001 | 1001000 | 101110 |
Color Harmonies of #C821A4
Complementary color
Monochromatic Colors of #C821A4
Black with #C821A4
Text Example
Text Example
White with #C821A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821A4; }
p { color: rgb(200,33,164); }
H1.HeaderClassName
{
color: #C821A4;
}
.AnyTagClassName
{
color: #C821A4;
}
</style>
background-color css
<style>
a { background-color: #C821A4; }
a { background-color: rgb(200,33,164); }
div.DivClassName
{
background-color: #C821A4;
}
.BgClassName
{
background-color: #C821A4;
}
</style>
border-color css
<style>
span { border-color: #C821A4; }
span { border-color: rgb(200,33,164); }
td.TdClassName
{
border-color: #C821A4;
}
.TagClassName
{
border-color: #C821A4;
}
</style>