Shades of Medium Violet Red #C61B7F
Tints of Medium Violet Red #C61B7F
RGB
CMYK
RGB Variations
Color information
#C61B7F (or 0xC61B7F) is known color: Medium Violet Red. HEX triplet: C6, 1B and 7F. RGB value is (198,27,127). Sum of RGB (Red+Green+Blue) = 198+27+127=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B7F is #39E480. Grayscale: #595959. Windows color (decimal): -3794049 or 8330182. OLE color: 8330182.
HSL color Cylindrical-coordinate representation of color #C61B7F: hue angle of 324.91º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B7F is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 127 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.22 |
| HSL | 324.91º | 0.76% | 0.44% | - |
| HSV(B) | 324.91º | 0.86% | 0.78% | - |
| XYZ | 27.51 | 14.32 | 21.39 | - |
| YUV | 89.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 127 | 0 | 0.86 | 0.36 | 0.22 | 324.91 | 0.76 | 0.44 |
| Hex | C6 | 1B | 7F | 0 | 56 | 24 | 16 | 145 | 4C | 2C |
| Octal | 306 | 33 | 177 | 0 | 126 | 44 | 26 | 505 | 114 | 54 |
| Binary | 11000110 | 11011 | 1111111 | 0 | 1010110 | 100100 | 10110 | 101000101 | 1001100 | 101100 |
Color Harmonies of #C61B7F
Complementary color
Monochromatic Colors of #C61B7F
Black with #C61B7F
Text Example
Text Example
White with #C61B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B7F; }
p { color: rgb(198,27,127); }
H1.HeaderClassName
{
color: #C61B7F;
}
.AnyTagClassName
{
color: #C61B7F;
}
</style>
background-color css
<style>
a { background-color: #C61B7F; }
a { background-color: rgb(198,27,127); }
div.DivClassName
{
background-color: #C61B7F;
}
.BgClassName
{
background-color: #C61B7F;
}
</style>
border-color css
<style>
span { border-color: #C61B7F; }
span { border-color: rgb(198,27,127); }
td.TdClassName
{
border-color: #C61B7F;
}
.TagClassName
{
border-color: #C61B7F;
}
</style>