Shades of Medium Violet Red #C821A8
Tints of Medium Violet Red #C821A8
RGB
CMYK
RGB Variations
Color information
#C821A8 (or 0xC821A8) is known color: Medium Violet Red. HEX triplet: C8, 21 and A8. RGB value is (200,33,168). Sum of RGB (Red+Green+Blue) = 200+33+168=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C821A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821A8 is #37DE57. Grayscale: #616161. Windows color (decimal): -3661400 or 11018696. OLE color: 11018696.
HSL color Cylindrical-coordinate representation of color #C821A8: hue angle of 311.5º 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 #C821A8 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 168 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.22 |
| HSL | 311.5º | 0.72% | 0.46% | - |
| HSV(B) | 311.5º | 0.84% | 0.78% | - |
| XYZ | 31.43 | 16.19 | 38.51 | - |
| YUV | 98.32 | 167.33 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 168 | 0 | 0.84 | 0.16 | 0.22 | 311.5 | 0.72 | 0.46 |
| Hex | C8 | 21 | A8 | 0 | 54 | 10 | 16 | 137 | 48 | 2E |
| Octal | 310 | 41 | 250 | 0 | 124 | 20 | 26 | 467 | 110 | 56 |
| Binary | 11001000 | 100001 | 10101000 | 0 | 1010100 | 10000 | 10110 | 100110111 | 1001000 | 101110 |
Color Harmonies of #C821A8
Complementary color
Monochromatic Colors of #C821A8
Black with #C821A8
Text Example
Text Example
White with #C821A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821A8; }
p { color: rgb(200,33,168); }
H1.HeaderClassName
{
color: #C821A8;
}
.AnyTagClassName
{
color: #C821A8;
}
</style>
background-color css
<style>
a { background-color: #C821A8; }
a { background-color: rgb(200,33,168); }
div.DivClassName
{
background-color: #C821A8;
}
.BgClassName
{
background-color: #C821A8;
}
</style>
border-color css
<style>
span { border-color: #C821A8; }
span { border-color: rgb(200,33,168); }
td.TdClassName
{
border-color: #C821A8;
}
.TagClassName
{
border-color: #C821A8;
}
</style>