Shades of Medium Violet Red #C922A0
Tints of Medium Violet Red #C922A0
RGB
CMYK
RGB Variations
Color information
#C922A0 (or 0xC922A0) is known color: Medium Violet Red. HEX triplet: C9, 22 and A0. RGB value is (201,34,160). Sum of RGB (Red+Green+Blue) = 201+34+160=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C922A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C922A0 is #36DD5F. Grayscale: #616161. Windows color (decimal): -3595616 or 10494665. OLE color: 10494665.
HSL color Cylindrical-coordinate representation of color #C922A0: hue angle of 314.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C922A0 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 160 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.21 |
| HSL | 314.73º | 0.71% | 0.46% | - |
| HSV(B) | 314.73º | 0.83% | 0.79% | - |
| XYZ | 31 | 16.1 | 34.73 | - |
| YUV | 98.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 160 | 0 | 0.83 | 0.20 | 0.21 | 314.73 | 0.71 | 0.46 |
| Hex | C9 | 22 | A0 | 0 | 53 | 14 | 15 | 13B | 47 | 2E |
| Octal | 311 | 42 | 240 | 0 | 123 | 24 | 25 | 473 | 107 | 56 |
| Binary | 11001001 | 100010 | 10100000 | 0 | 1010011 | 10100 | 10101 | 100111011 | 1000111 | 101110 |
Color Harmonies of #C922A0
Complementary color
Monochromatic Colors of #C922A0
Black with #C922A0
Text Example
Text Example
White with #C922A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922A0; }
p { color: rgb(201,34,160); }
H1.HeaderClassName
{
color: #C922A0;
}
.AnyTagClassName
{
color: #C922A0;
}
</style>
background-color css
<style>
a { background-color: #C922A0; }
a { background-color: rgb(201,34,160); }
div.DivClassName
{
background-color: #C922A0;
}
.BgClassName
{
background-color: #C922A0;
}
</style>
border-color css
<style>
span { border-color: #C922A0; }
span { border-color: rgb(201,34,160); }
td.TdClassName
{
border-color: #C922A0;
}
.TagClassName
{
border-color: #C922A0;
}
</style>