Shades of Medium Violet Red #C822A1
Tints of Medium Violet Red #C822A1
RGB
CMYK
RGB Variations
Color information
#C822A1 (or 0xC822A1) is known color: Medium Violet Red. HEX triplet: C8, 22 and A1. RGB value is (200,34,161). Sum of RGB (Red+Green+Blue) = 200+34+161=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C822A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C822A1 is #37DD5E. Grayscale: #616161. Windows color (decimal): -3661151 or 10560200. OLE color: 10560200.
HSL color Cylindrical-coordinate representation of color #C822A1: hue angle of 314.1º 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 #C822A1 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 161 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.22 |
| HSL | 314.1º | 0.71% | 0.46% | - |
| HSV(B) | 314.1º | 0.83% | 0.78% | - |
| XYZ | 30.82 | 16 | 35.18 | - |
| YUV | 98.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 161 | 0 | 0.83 | 0.19 | 0.22 | 314.1 | 0.71 | 0.46 |
| Hex | C8 | 22 | A1 | 0 | 53 | 13 | 16 | 13A | 47 | 2E |
| Octal | 310 | 42 | 241 | 0 | 123 | 23 | 26 | 472 | 107 | 56 |
| Binary | 11001000 | 100010 | 10100001 | 0 | 1010011 | 10011 | 10110 | 100111010 | 1000111 | 101110 |
Color Harmonies of #C822A1
Complementary color
Monochromatic Colors of #C822A1
Black with #C822A1
Text Example
Text Example
White with #C822A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822A1; }
p { color: rgb(200,34,161); }
H1.HeaderClassName
{
color: #C822A1;
}
.AnyTagClassName
{
color: #C822A1;
}
</style>
background-color css
<style>
a { background-color: #C822A1; }
a { background-color: rgb(200,34,161); }
div.DivClassName
{
background-color: #C822A1;
}
.BgClassName
{
background-color: #C822A1;
}
</style>
border-color css
<style>
span { border-color: #C822A1; }
span { border-color: rgb(200,34,161); }
td.TdClassName
{
border-color: #C822A1;
}
.TagClassName
{
border-color: #C822A1;
}
</style>