Shades of Medium Violet Red #C920A5
Tints of Medium Violet Red #C920A5
RGB
CMYK
RGB Variations
Color information
#C920A5 (or 0xC920A5) is known color: Medium Violet Red. HEX triplet: C9, 20 and A5. RGB value is (201,32,165). Sum of RGB (Red+Green+Blue) = 201+32+165=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C920A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920A5 is #36DF5A. Grayscale: #616161. Windows color (decimal): -3596123 or 10821833. OLE color: 10821833.
HSL color Cylindrical-coordinate representation of color #C920A5: hue angle of 312.78º 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 #C920A5 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 165 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.21 |
| HSL | 312.78º | 0.73% | 0.46% | - |
| HSV(B) | 312.78º | 0.84% | 0.79% | - |
| XYZ | 31.4 | 16.17 | 37.06 | - |
| YUV | 97.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 165 | 0 | 0.84 | 0.18 | 0.21 | 312.78 | 0.73 | 0.46 |
| Hex | C9 | 20 | A5 | 0 | 54 | 12 | 15 | 139 | 49 | 2E |
| Octal | 311 | 40 | 245 | 0 | 124 | 22 | 25 | 471 | 111 | 56 |
| Binary | 11001001 | 100000 | 10100101 | 0 | 1010100 | 10010 | 10101 | 100111001 | 1001001 | 101110 |
Color Harmonies of #C920A5
Complementary color
Monochromatic Colors of #C920A5
Black with #C920A5
Text Example
Text Example
White with #C920A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920A5; }
p { color: rgb(201,32,165); }
H1.HeaderClassName
{
color: #C920A5;
}
.AnyTagClassName
{
color: #C920A5;
}
</style>
background-color css
<style>
a { background-color: #C920A5; }
a { background-color: rgb(201,32,165); }
div.DivClassName
{
background-color: #C920A5;
}
.BgClassName
{
background-color: #C920A5;
}
</style>
border-color css
<style>
span { border-color: #C920A5; }
span { border-color: rgb(201,32,165); }
td.TdClassName
{
border-color: #C920A5;
}
.TagClassName
{
border-color: #C920A5;
}
</style>