Shades of Medium Violet Red #C71F7B
Tints of Medium Violet Red #C71F7B
RGB
CMYK
RGB Variations
Color information
#C71F7B (or 0xC71F7B) is known color: Medium Violet Red. HEX triplet: C7, 1F and 7B. RGB value is (199,31,123). Sum of RGB (Red+Green+Blue) = 199+31+123=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F7B is #38E084. Grayscale: #5B5B5B. Windows color (decimal): -3727493 or 8069063. OLE color: 8069063.
HSL color Cylindrical-coordinate representation of color #C71F7B: hue angle of 327.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F7B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 123 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.22 |
| HSL | 327.14º | 0.73% | 0.45% | - |
| HSV(B) | 327.14º | 0.84% | 0.78% | - |
| XYZ | 27.62 | 14.55 | 20.09 | - |
| YUV | 91.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 123 | 0 | 0.84 | 0.38 | 0.22 | 327.14 | 0.73 | 0.45 |
| Hex | C7 | 1F | 7B | 0 | 54 | 26 | 16 | 147 | 49 | 2D |
| Octal | 307 | 37 | 173 | 0 | 124 | 46 | 26 | 507 | 111 | 55 |
| Binary | 11000111 | 11111 | 1111011 | 0 | 1010100 | 100110 | 10110 | 101000111 | 1001001 | 101101 |
Color Harmonies of #C71F7B
Complementary color
Monochromatic Colors of #C71F7B
Black with #C71F7B
Text Example
Text Example
White with #C71F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F7B; }
p { color: rgb(199,31,123); }
H1.HeaderClassName
{
color: #C71F7B;
}
.AnyTagClassName
{
color: #C71F7B;
}
</style>
background-color css
<style>
a { background-color: #C71F7B; }
a { background-color: rgb(199,31,123); }
div.DivClassName
{
background-color: #C71F7B;
}
.BgClassName
{
background-color: #C71F7B;
}
</style>
border-color css
<style>
span { border-color: #C71F7B; }
span { border-color: rgb(199,31,123); }
td.TdClassName
{
border-color: #C71F7B;
}
.TagClassName
{
border-color: #C71F7B;
}
</style>