Shades of Medium Violet Red #C920AB
Tints of Medium Violet Red #C920AB
RGB
CMYK
RGB Variations
Color information
#C920AB (or 0xC920AB) is known color: Medium Violet Red. HEX triplet: C9, 20 and AB. RGB value is (201,32,171). Sum of RGB (Red+Green+Blue) = 201+32+171=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C920AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920AB is #36DF54. Grayscale: #616161. Windows color (decimal): -3596117 or 11215049. OLE color: 11215049.
HSL color Cylindrical-coordinate representation of color #C920AB: hue angle of 310.65º 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 #C920AB is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 171 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.21 |
| HSL | 310.65º | 0.73% | 0.46% | - |
| HSV(B) | 310.65º | 0.84% | 0.79% | - |
| XYZ | 31.95 | 16.39 | 40.01 | - |
| YUV | 98.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 171 | 0 | 0.84 | 0.15 | 0.21 | 310.65 | 0.73 | 0.46 |
| Hex | C9 | 20 | AB | 0 | 54 | F | 15 | 137 | 49 | 2E |
| Octal | 311 | 40 | 253 | 0 | 124 | 17 | 25 | 467 | 111 | 56 |
| Binary | 11001001 | 100000 | 10101011 | 0 | 1010100 | 1111 | 10101 | 100110111 | 1001001 | 101110 |
Color Harmonies of #C920AB
Complementary color
Monochromatic Colors of #C920AB
Black with #C920AB
Text Example
Text Example
White with #C920AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920AB; }
p { color: rgb(201,32,171); }
H1.HeaderClassName
{
color: #C920AB;
}
.AnyTagClassName
{
color: #C920AB;
}
</style>
background-color css
<style>
a { background-color: #C920AB; }
a { background-color: rgb(201,32,171); }
div.DivClassName
{
background-color: #C920AB;
}
.BgClassName
{
background-color: #C920AB;
}
</style>
border-color css
<style>
span { border-color: #C920AB; }
span { border-color: rgb(201,32,171); }
td.TdClassName
{
border-color: #C920AB;
}
.TagClassName
{
border-color: #C920AB;
}
</style>