Shades of Medium Violet Red #C920A6
Tints of Medium Violet Red #C920A6
RGB
CMYK
RGB Variations
Color information
#C920A6 (or 0xC920A6) is known color: Medium Violet Red. HEX triplet: C9, 20 and A6. RGB value is (201,32,166). Sum of RGB (Red+Green+Blue) = 201+32+166=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C920A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920A6 is #36DF59. Grayscale: #616161. Windows color (decimal): -3596122 or 10887369. OLE color: 10887369.
HSL color Cylindrical-coordinate representation of color #C920A6: hue angle of 312.43º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C920A6 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 166 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.21 |
| HSL | 312.43º | 0.73% | 0.46% | - |
| HSV(B) | 312.43º | 0.84% | 0.79% | - |
| XYZ | 31.49 | 16.2 | 37.54 | - |
| YUV | 97.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 166 | 0 | 0.84 | 0.17 | 0.21 | 312.43 | 0.73 | 0.46 |
| Hex | C9 | 20 | A6 | 0 | 54 | 11 | 15 | 138 | 49 | 2E |
| Octal | 311 | 40 | 246 | 0 | 124 | 21 | 25 | 470 | 111 | 56 |
| Binary | 11001001 | 100000 | 10100110 | 0 | 1010100 | 10001 | 10101 | 100111000 | 1001001 | 101110 |
Color Harmonies of #C920A6
Complementary color
Monochromatic Colors of #C920A6
Black with #C920A6
Text Example
Text Example
White with #C920A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920A6; }
p { color: rgb(201,32,166); }
H1.HeaderClassName
{
color: #C920A6;
}
.AnyTagClassName
{
color: #C920A6;
}
</style>
background-color css
<style>
a { background-color: #C920A6; }
a { background-color: rgb(201,32,166); }
div.DivClassName
{
background-color: #C920A6;
}
.BgClassName
{
background-color: #C920A6;
}
</style>
border-color css
<style>
span { border-color: #C920A6; }
span { border-color: rgb(201,32,166); }
td.TdClassName
{
border-color: #C920A6;
}
.TagClassName
{
border-color: #C920A6;
}
</style>