Shades of Medium Violet Red #C821AA
Tints of Medium Violet Red #C821AA
RGB
CMYK
RGB Variations
Color information
#C821AA (or 0xC821AA) is known color: Medium Violet Red. HEX triplet: C8, 21 and AA. RGB value is (200,33,170). Sum of RGB (Red+Green+Blue) = 200+33+170=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C821AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821AA is #37DE55. Grayscale: #626262. Windows color (decimal): -3661398 or 11149768. OLE color: 11149768.
HSL color Cylindrical-coordinate representation of color #C821AA: hue angle of 310.78º 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 #C821AA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 170 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.22 |
| HSL | 310.78º | 0.72% | 0.46% | - |
| HSV(B) | 310.78º | 0.84% | 0.78% | - |
| XYZ | 31.62 | 16.27 | 39.5 | - |
| YUV | 98.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 170 | 0 | 0.84 | 0.15 | 0.22 | 310.78 | 0.72 | 0.46 |
| Hex | C8 | 21 | AA | 0 | 54 | F | 16 | 137 | 48 | 2E |
| Octal | 310 | 41 | 252 | 0 | 124 | 17 | 26 | 467 | 110 | 56 |
| Binary | 11001000 | 100001 | 10101010 | 0 | 1010100 | 1111 | 10110 | 100110111 | 1001000 | 101110 |
Color Harmonies of #C821AA
Complementary color
Monochromatic Colors of #C821AA
Black with #C821AA
Text Example
Text Example
White with #C821AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821AA; }
p { color: rgb(200,33,170); }
H1.HeaderClassName
{
color: #C821AA;
}
.AnyTagClassName
{
color: #C821AA;
}
</style>
background-color css
<style>
a { background-color: #C821AA; }
a { background-color: rgb(200,33,170); }
div.DivClassName
{
background-color: #C821AA;
}
.BgClassName
{
background-color: #C821AA;
}
</style>
border-color css
<style>
span { border-color: #C821AA; }
span { border-color: rgb(200,33,170); }
td.TdClassName
{
border-color: #C821AA;
}
.TagClassName
{
border-color: #C821AA;
}
</style>