Shades of Medium Violet Red #C920AC
Tints of Medium Violet Red #C920AC
RGB
CMYK
RGB Variations
Color information
#C920AC (or 0xC920AC) is known color: Medium Violet Red. HEX triplet: C9, 20 and AC. RGB value is (201,32,172). Sum of RGB (Red+Green+Blue) = 201+32+172=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C920AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920AC is #36DF53. Grayscale: #626262. Windows color (decimal): -3596116 or 11280585. OLE color: 11280585.
HSL color Cylindrical-coordinate representation of color #C920AC: hue angle of 310.3º 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 #C920AC is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 172 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.21 |
| HSL | 310.3º | 0.73% | 0.46% | - |
| HSV(B) | 310.3º | 0.84% | 0.79% | - |
| XYZ | 32.05 | 16.43 | 40.51 | - |
| YUV | 98.49 | 169.49 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 172 | 0 | 0.84 | 0.14 | 0.21 | 310.3 | 0.73 | 0.46 |
| Hex | C9 | 20 | AC | 0 | 54 | E | 15 | 136 | 49 | 2E |
| Octal | 311 | 40 | 254 | 0 | 124 | 16 | 25 | 466 | 111 | 56 |
| Binary | 11001001 | 100000 | 10101100 | 0 | 1010100 | 1110 | 10101 | 100110110 | 1001001 | 101110 |
Color Harmonies of #C920AC
Complementary color
Monochromatic Colors of #C920AC
Black with #C920AC
Text Example
Text Example
White with #C920AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920AC; }
p { color: rgb(201,32,172); }
H1.HeaderClassName
{
color: #C920AC;
}
.AnyTagClassName
{
color: #C920AC;
}
</style>
background-color css
<style>
a { background-color: #C920AC; }
a { background-color: rgb(201,32,172); }
div.DivClassName
{
background-color: #C920AC;
}
.BgClassName
{
background-color: #C920AC;
}
</style>
border-color css
<style>
span { border-color: #C920AC; }
span { border-color: rgb(201,32,172); }
td.TdClassName
{
border-color: #C920AC;
}
.TagClassName
{
border-color: #C920AC;
}
</style>