Shades of Medium Violet Red #C822AB
Tints of Medium Violet Red #C822AB
RGB
CMYK
RGB Variations
Color information
#C822AB (or 0xC822AB) is known color: Medium Violet Red. HEX triplet: C8, 22 and AB. RGB value is (200,34,171). Sum of RGB (Red+Green+Blue) = 200+34+171=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C822AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C822AB is #37DD54. Grayscale: #626262. Windows color (decimal): -3661141 or 11215560. OLE color: 11215560.
HSL color Cylindrical-coordinate representation of color #C822AB: hue angle of 310.48º degrees, saturation: 0.71, 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 #C822AB is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 171 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.22 |
| HSL | 310.48º | 0.71% | 0.46% | - |
| HSV(B) | 310.48º | 0.83% | 0.78% | - |
| XYZ | 31.74 | 16.36 | 40.01 | - |
| YUV | 99.25 | 168.5 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 171 | 0 | 0.83 | 0.14 | 0.22 | 310.48 | 0.71 | 0.46 |
| Hex | C8 | 22 | AB | 0 | 53 | E | 16 | 136 | 47 | 2E |
| Octal | 310 | 42 | 253 | 0 | 123 | 16 | 26 | 466 | 107 | 56 |
| Binary | 11001000 | 100010 | 10101011 | 0 | 1010011 | 1110 | 10110 | 100110110 | 1000111 | 101110 |
Color Harmonies of #C822AB
Complementary color
Monochromatic Colors of #C822AB
Black with #C822AB
Text Example
Text Example
White with #C822AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822AB; }
p { color: rgb(200,34,171); }
H1.HeaderClassName
{
color: #C822AB;
}
.AnyTagClassName
{
color: #C822AB;
}
</style>
background-color css
<style>
a { background-color: #C822AB; }
a { background-color: rgb(200,34,171); }
div.DivClassName
{
background-color: #C822AB;
}
.BgClassName
{
background-color: #C822AB;
}
</style>
border-color css
<style>
span { border-color: #C822AB; }
span { border-color: rgb(200,34,171); }
td.TdClassName
{
border-color: #C822AB;
}
.TagClassName
{
border-color: #C822AB;
}
</style>