Shades of Medium Violet Red #C61B7D
Tints of Medium Violet Red #C61B7D
RGB
CMYK
RGB Variations
Color information
#C61B7D (or 0xC61B7D) is known color: Medium Violet Red. HEX triplet: C6, 1B and 7D. RGB value is (198,27,125). Sum of RGB (Red+Green+Blue) = 198+27+125=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B7D is #39E482. Grayscale: #595959. Windows color (decimal): -3794051 or 8199110. OLE color: 8199110.
HSL color Cylindrical-coordinate representation of color #C61B7D: hue angle of 325.61º 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 #C61B7D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 125 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.22 |
| HSL | 325.61º | 0.76% | 0.44% | - |
| HSV(B) | 325.61º | 0.86% | 0.78% | - |
| XYZ | 27.38 | 14.27 | 20.71 | - |
| YUV | 89.3 | 148.15 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 125 | 0 | 0.86 | 0.37 | 0.22 | 325.61 | 0.76 | 0.44 |
| Hex | C6 | 1B | 7D | 0 | 56 | 25 | 16 | 146 | 4C | 2C |
| Octal | 306 | 33 | 175 | 0 | 126 | 45 | 26 | 506 | 114 | 54 |
| Binary | 11000110 | 11011 | 1111101 | 0 | 1010110 | 100101 | 10110 | 101000110 | 1001100 | 101100 |
Color Harmonies of #C61B7D
Complementary color
Monochromatic Colors of #C61B7D
Black with #C61B7D
Text Example
Text Example
White with #C61B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B7D; }
p { color: rgb(198,27,125); }
H1.HeaderClassName
{
color: #C61B7D;
}
.AnyTagClassName
{
color: #C61B7D;
}
</style>
background-color css
<style>
a { background-color: #C61B7D; }
a { background-color: rgb(198,27,125); }
div.DivClassName
{
background-color: #C61B7D;
}
.BgClassName
{
background-color: #C61B7D;
}
</style>
border-color css
<style>
span { border-color: #C61B7D; }
span { border-color: rgb(198,27,125); }
td.TdClassName
{
border-color: #C61B7D;
}
.TagClassName
{
border-color: #C61B7D;
}
</style>