Shades of Medium Violet Red #C61B7B
Tints of Medium Violet Red #C61B7B
RGB
CMYK
RGB Variations
Color information
#C61B7B (or 0xC61B7B) is known color: Medium Violet Red. HEX triplet: C6, 1B and 7B. RGB value is (198,27,123). Sum of RGB (Red+Green+Blue) = 198+27+123=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B7B is #39E484. Grayscale: #585858. Windows color (decimal): -3794053 or 8068038. OLE color: 8068038.
HSL color Cylindrical-coordinate representation of color #C61B7B: hue angle of 326.32º 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 #C61B7B is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 123 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.22 |
| HSL | 326.32º | 0.76% | 0.44% | - |
| HSV(B) | 326.32º | 0.86% | 0.78% | - |
| XYZ | 27.26 | 14.22 | 20.05 | - |
| YUV | 89.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 123 | 0 | 0.86 | 0.38 | 0.22 | 326.32 | 0.76 | 0.44 |
| Hex | C6 | 1B | 7B | 0 | 56 | 26 | 16 | 146 | 4C | 2C |
| Octal | 306 | 33 | 173 | 0 | 126 | 46 | 26 | 506 | 114 | 54 |
| Binary | 11000110 | 11011 | 1111011 | 0 | 1010110 | 100110 | 10110 | 101000110 | 1001100 | 101100 |
Color Harmonies of #C61B7B
Complementary color
Monochromatic Colors of #C61B7B
Black with #C61B7B
Text Example
Text Example
White with #C61B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B7B; }
p { color: rgb(198,27,123); }
H1.HeaderClassName
{
color: #C61B7B;
}
.AnyTagClassName
{
color: #C61B7B;
}
</style>
background-color css
<style>
a { background-color: #C61B7B; }
a { background-color: rgb(198,27,123); }
div.DivClassName
{
background-color: #C61B7B;
}
.BgClassName
{
background-color: #C61B7B;
}
</style>
border-color css
<style>
span { border-color: #C61B7B; }
span { border-color: rgb(198,27,123); }
td.TdClassName
{
border-color: #C61B7B;
}
.TagClassName
{
border-color: #C61B7B;
}
</style>