Shades of Medium Violet Red #C91FA1
Tints of Medium Violet Red #C91FA1
RGB
CMYK
RGB Variations
Color information
#C91FA1 (or 0xC91FA1) is known color: Medium Violet Red. HEX triplet: C9, 1F and A1. RGB value is (201,31,161). Sum of RGB (Red+Green+Blue) = 201+31+161=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91FA1 is #36E05E. Grayscale: #606060. Windows color (decimal): -3596383 or 10559433. OLE color: 10559433.
HSL color Cylindrical-coordinate representation of color #C91FA1: hue angle of 314.12º 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 #C91FA1 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 161 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.21 |
| HSL | 314.12º | 0.73% | 0.45% | - |
| HSV(B) | 314.12º | 0.85% | 0.79% | - |
| XYZ | 31.01 | 15.97 | 35.17 | - |
| YUV | 96.65 | 164.32 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 161 | 0 | 0.85 | 0.20 | 0.21 | 314.12 | 0.73 | 0.45 |
| Hex | C9 | 1F | A1 | 0 | 55 | 14 | 15 | 13A | 49 | 2D |
| Octal | 311 | 37 | 241 | 0 | 125 | 24 | 25 | 472 | 111 | 55 |
| Binary | 11001001 | 11111 | 10100001 | 0 | 1010101 | 10100 | 10101 | 100111010 | 1001001 | 101101 |
Color Harmonies of #C91FA1
Complementary color
Monochromatic Colors of #C91FA1
Black with #C91FA1
Text Example
Text Example
White with #C91FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FA1; }
p { color: rgb(201,31,161); }
H1.HeaderClassName
{
color: #C91FA1;
}
.AnyTagClassName
{
color: #C91FA1;
}
</style>
background-color css
<style>
a { background-color: #C91FA1; }
a { background-color: rgb(201,31,161); }
div.DivClassName
{
background-color: #C91FA1;
}
.BgClassName
{
background-color: #C91FA1;
}
</style>
border-color css
<style>
span { border-color: #C91FA1; }
span { border-color: rgb(201,31,161); }
td.TdClassName
{
border-color: #C91FA1;
}
.TagClassName
{
border-color: #C91FA1;
}
</style>