Shades of Medium Violet Red #C61F7E
Tints of Medium Violet Red #C61F7E
RGB
CMYK
RGB Variations
Color information
#C61F7E (or 0xC61F7E) is known color: Medium Violet Red. HEX triplet: C6, 1F and 7E. RGB value is (198,31,126). Sum of RGB (Red+Green+Blue) = 198+31+126=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61F7E is #39E081. Grayscale: #5B5B5B. Windows color (decimal): -3793026 or 8265670. OLE color: 8265670.
HSL color Cylindrical-coordinate representation of color #C61F7E: hue angle of 325.87º 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 #C61F7E is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 126 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.22 |
| HSL | 325.87º | 0.73% | 0.45% | - |
| HSV(B) | 325.87º | 0.84% | 0.78% | - |
| XYZ | 27.54 | 14.49 | 21.08 | - |
| YUV | 91.76 | 147.33 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 126 | 0 | 0.84 | 0.36 | 0.22 | 325.87 | 0.73 | 0.45 |
| Hex | C6 | 1F | 7E | 0 | 54 | 24 | 16 | 146 | 49 | 2D |
| Octal | 306 | 37 | 176 | 0 | 124 | 44 | 26 | 506 | 111 | 55 |
| Binary | 11000110 | 11111 | 1111110 | 0 | 1010100 | 100100 | 10110 | 101000110 | 1001001 | 101101 |
Color Harmonies of #C61F7E
Complementary color
Monochromatic Colors of #C61F7E
Black with #C61F7E
Text Example
Text Example
White with #C61F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61F7E; }
p { color: rgb(198,31,126); }
H1.HeaderClassName
{
color: #C61F7E;
}
.AnyTagClassName
{
color: #C61F7E;
}
</style>
background-color css
<style>
a { background-color: #C61F7E; }
a { background-color: rgb(198,31,126); }
div.DivClassName
{
background-color: #C61F7E;
}
.BgClassName
{
background-color: #C61F7E;
}
</style>
border-color css
<style>
span { border-color: #C61F7E; }
span { border-color: rgb(198,31,126); }
td.TdClassName
{
border-color: #C61F7E;
}
.TagClassName
{
border-color: #C61F7E;
}
</style>