Shades of Medium Violet Red #C91AAC
Tints of Medium Violet Red #C91AAC
RGB
CMYK
RGB Variations
Color information
#C91AAC (or 0xC91AAC) is known color: Medium Violet Red. HEX triplet: C9, 1A and AC. RGB value is (201,26,172). Sum of RGB (Red+Green+Blue) = 201+26+172=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C91AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91AAC is #36E553. Grayscale: #5E5E5E. Windows color (decimal): -3597652 or 11279049. OLE color: 11279049.
HSL color Cylindrical-coordinate representation of color #C91AAC: hue angle of 309.94º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91AAC is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 172 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.21 |
| HSL | 309.94º | 0.77% | 0.45% | - |
| HSV(B) | 309.94º | 0.87% | 0.79% | - |
| XYZ | 31.9 | 16.13 | 40.46 | - |
| YUV | 94.97 | 171.48 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 172 | 0 | 0.87 | 0.14 | 0.21 | 309.94 | 0.77 | 0.45 |
| Hex | C9 | 1A | AC | 0 | 57 | E | 15 | 136 | 4D | 2D |
| Octal | 311 | 32 | 254 | 0 | 127 | 16 | 25 | 466 | 115 | 55 |
| Binary | 11001001 | 11010 | 10101100 | 0 | 1010111 | 1110 | 10101 | 100110110 | 1001101 | 101101 |
Color Harmonies of #C91AAC
Complementary color
Monochromatic Colors of #C91AAC
Black with #C91AAC
Text Example
Text Example
White with #C91AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91AAC; }
p { color: rgb(201,26,172); }
H1.HeaderClassName
{
color: #C91AAC;
}
.AnyTagClassName
{
color: #C91AAC;
}
</style>
background-color css
<style>
a { background-color: #C91AAC; }
a { background-color: rgb(201,26,172); }
div.DivClassName
{
background-color: #C91AAC;
}
.BgClassName
{
background-color: #C91AAC;
}
</style>
border-color css
<style>
span { border-color: #C91AAC; }
span { border-color: rgb(201,26,172); }
td.TdClassName
{
border-color: #C91AAC;
}
.TagClassName
{
border-color: #C91AAC;
}
</style>