Shades of Medium Violet Red #C91FA5
Tints of Medium Violet Red #C91FA5
RGB
CMYK
RGB Variations
Color information
#C91FA5 (or 0xC91FA5) is known color: Medium Violet Red. HEX triplet: C9, 1F and A5. RGB value is (201,31,165). Sum of RGB (Red+Green+Blue) = 201+31+165=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91FA5 is #36E05A. Grayscale: #606060. Windows color (decimal): -3596379 or 10821577. OLE color: 10821577.
HSL color Cylindrical-coordinate representation of color #C91FA5: hue angle of 312.71º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91FA5 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 165 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.21 |
| HSL | 312.71º | 0.73% | 0.45% | - |
| HSV(B) | 312.71º | 0.85% | 0.79% | - |
| XYZ | 31.37 | 16.11 | 37.05 | - |
| YUV | 97.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 165 | 0 | 0.85 | 0.18 | 0.21 | 312.71 | 0.73 | 0.45 |
| Hex | C9 | 1F | A5 | 0 | 55 | 12 | 15 | 139 | 49 | 2D |
| Octal | 311 | 37 | 245 | 0 | 125 | 22 | 25 | 471 | 111 | 55 |
| Binary | 11001001 | 11111 | 10100101 | 0 | 1010101 | 10010 | 10101 | 100111001 | 1001001 | 101101 |
Color Harmonies of #C91FA5
Complementary color
Monochromatic Colors of #C91FA5
Black with #C91FA5
Text Example
Text Example
White with #C91FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FA5; }
p { color: rgb(201,31,165); }
H1.HeaderClassName
{
color: #C91FA5;
}
.AnyTagClassName
{
color: #C91FA5;
}
</style>
background-color css
<style>
a { background-color: #C91FA5; }
a { background-color: rgb(201,31,165); }
div.DivClassName
{
background-color: #C91FA5;
}
.BgClassName
{
background-color: #C91FA5;
}
</style>
border-color css
<style>
span { border-color: #C91FA5; }
span { border-color: rgb(201,31,165); }
td.TdClassName
{
border-color: #C91FA5;
}
.TagClassName
{
border-color: #C91FA5;
}
</style>