Shades of Medium Violet Red #C61B8B
Tints of Medium Violet Red #C61B8B
RGB
CMYK
RGB Variations
Color information
#C61B8B (or 0xC61B8B) is known color: Medium Violet Red. HEX triplet: C6, 1B and 8B. RGB value is (198,27,139). Sum of RGB (Red+Green+Blue) = 198+27+139=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61B8B is #39E474. Grayscale: #5A5A5A. Windows color (decimal): -3794037 or 9116614. OLE color: 9116614.
HSL color Cylindrical-coordinate representation of color #C61B8B: hue angle of 320.7º 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 #C61B8B is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 139 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.22 |
| HSL | 320.7º | 0.76% | 0.44% | - |
| HSV(B) | 320.7º | 0.86% | 0.78% | - |
| XYZ | 28.34 | 14.65 | 25.76 | - |
| YUV | 90.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 139 | 0 | 0.86 | 0.30 | 0.22 | 320.7 | 0.76 | 0.44 |
| Hex | C6 | 1B | 8B | 0 | 56 | 1E | 16 | 141 | 4C | 2C |
| Octal | 306 | 33 | 213 | 0 | 126 | 36 | 26 | 501 | 114 | 54 |
| Binary | 11000110 | 11011 | 10001011 | 0 | 1010110 | 11110 | 10110 | 101000001 | 1001100 | 101100 |
Color Harmonies of #C61B8B
Complementary color
Monochromatic Colors of #C61B8B
Black with #C61B8B
Text Example
Text Example
White with #C61B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B8B; }
p { color: rgb(198,27,139); }
H1.HeaderClassName
{
color: #C61B8B;
}
.AnyTagClassName
{
color: #C61B8B;
}
</style>
background-color css
<style>
a { background-color: #C61B8B; }
a { background-color: rgb(198,27,139); }
div.DivClassName
{
background-color: #C61B8B;
}
.BgClassName
{
background-color: #C61B8B;
}
</style>
border-color css
<style>
span { border-color: #C61B8B; }
span { border-color: rgb(198,27,139); }
td.TdClassName
{
border-color: #C61B8B;
}
.TagClassName
{
border-color: #C61B8B;
}
</style>