Shades of Medium Violet Red #C91F9A
Tints of Medium Violet Red #C91F9A
RGB
CMYK
RGB Variations
Color information
#C91F9A (or 0xC91F9A) is known color: Medium Violet Red. HEX triplet: C9, 1F and 9A. RGB value is (201,31,154). Sum of RGB (Red+Green+Blue) = 201+31+154=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91F9A is #36E065. Grayscale: #5F5F5F. Windows color (decimal): -3596390 or 10100681. OLE color: 10100681.
HSL color Cylindrical-coordinate representation of color #C91F9A: hue angle of 316.59º 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 #C91F9A is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 154 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.21 |
| HSL | 316.59º | 0.73% | 0.45% | - |
| HSV(B) | 316.59º | 0.85% | 0.79% | - |
| XYZ | 30.41 | 15.73 | 32.01 | - |
| YUV | 95.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 154 | 0 | 0.85 | 0.23 | 0.21 | 316.59 | 0.73 | 0.45 |
| Hex | C9 | 1F | 9A | 0 | 55 | 17 | 15 | 13D | 49 | 2D |
| Octal | 311 | 37 | 232 | 0 | 125 | 27 | 25 | 475 | 111 | 55 |
| Binary | 11001001 | 11111 | 10011010 | 0 | 1010101 | 10111 | 10101 | 100111101 | 1001001 | 101101 |
Color Harmonies of #C91F9A
Complementary color
Monochromatic Colors of #C91F9A
Black with #C91F9A
Text Example
Text Example
White with #C91F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F9A; }
p { color: rgb(201,31,154); }
H1.HeaderClassName
{
color: #C91F9A;
}
.AnyTagClassName
{
color: #C91F9A;
}
</style>
background-color css
<style>
a { background-color: #C91F9A; }
a { background-color: rgb(201,31,154); }
div.DivClassName
{
background-color: #C91F9A;
}
.BgClassName
{
background-color: #C91F9A;
}
</style>
border-color css
<style>
span { border-color: #C91F9A; }
span { border-color: rgb(201,31,154); }
td.TdClassName
{
border-color: #C91F9A;
}
.TagClassName
{
border-color: #C91F9A;
}
</style>