Shades of Medium Violet Red #C91F7E
Tints of Medium Violet Red #C91F7E
RGB
CMYK
RGB Variations
Color information
#C91F7E (or 0xC91F7E) is known color: Medium Violet Red. HEX triplet: C9, 1F and 7E. RGB value is (201,31,126). Sum of RGB (Red+Green+Blue) = 201+31+126=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91F7E is #36E081. Grayscale: #5C5C5C. Windows color (decimal): -3596418 or 8265673. OLE color: 8265673.
HSL color Cylindrical-coordinate representation of color #C91F7E: hue angle of 326.47º 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 #C91F7E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 126 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.21 |
| HSL | 326.47º | 0.73% | 0.45% | - |
| HSV(B) | 326.47º | 0.85% | 0.79% | - |
| XYZ | 28.34 | 14.9 | 21.12 | - |
| YUV | 92.66 | 146.82 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 126 | 0 | 0.85 | 0.37 | 0.21 | 326.47 | 0.73 | 0.45 |
| Hex | C9 | 1F | 7E | 0 | 55 | 25 | 15 | 146 | 49 | 2D |
| Octal | 311 | 37 | 176 | 0 | 125 | 45 | 25 | 506 | 111 | 55 |
| Binary | 11001001 | 11111 | 1111110 | 0 | 1010101 | 100101 | 10101 | 101000110 | 1001001 | 101101 |
Color Harmonies of #C91F7E
Complementary color
Monochromatic Colors of #C91F7E
Black with #C91F7E
Text Example
Text Example
White with #C91F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F7E; }
p { color: rgb(201,31,126); }
H1.HeaderClassName
{
color: #C91F7E;
}
.AnyTagClassName
{
color: #C91F7E;
}
</style>
background-color css
<style>
a { background-color: #C91F7E; }
a { background-color: rgb(201,31,126); }
div.DivClassName
{
background-color: #C91F7E;
}
.BgClassName
{
background-color: #C91F7E;
}
</style>
border-color css
<style>
span { border-color: #C91F7E; }
span { border-color: rgb(201,31,126); }
td.TdClassName
{
border-color: #C91F7E;
}
.TagClassName
{
border-color: #C91F7E;
}
</style>