Shades of Medium Violet Red #C61B6C
Tints of Medium Violet Red #C61B6C
RGB
CMYK
RGB Variations
Color information
#C61B6C (or 0xC61B6C) is known color: Medium Violet Red. HEX triplet: C6, 1B and 6C. RGB value is (198,27,108). Sum of RGB (Red+Green+Blue) = 198+27+108=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B6C is #39E493. Grayscale: #575757. Windows color (decimal): -3794068 or 7084998. OLE color: 7084998.
HSL color Cylindrical-coordinate representation of color #C61B6C: hue angle of 331.58º 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 #C61B6C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 108 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.22 |
| HSL | 331.58º | 0.76% | 0.44% | - |
| HSV(B) | 331.58º | 0.86% | 0.78% | - |
| XYZ | 26.39 | 13.87 | 15.47 | - |
| YUV | 87.36 | 139.65 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 108 | 0 | 0.86 | 0.45 | 0.22 | 331.58 | 0.76 | 0.44 |
| Hex | C6 | 1B | 6C | 0 | 56 | 2D | 16 | 14C | 4C | 2C |
| Octal | 306 | 33 | 154 | 0 | 126 | 55 | 26 | 514 | 114 | 54 |
| Binary | 11000110 | 11011 | 1101100 | 0 | 1010110 | 101101 | 10110 | 101001100 | 1001100 | 101100 |
Color Harmonies of #C61B6C
Complementary color
Monochromatic Colors of #C61B6C
Black with #C61B6C
Text Example
Text Example
White with #C61B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B6C; }
p { color: rgb(198,27,108); }
H1.HeaderClassName
{
color: #C61B6C;
}
.AnyTagClassName
{
color: #C61B6C;
}
</style>
background-color css
<style>
a { background-color: #C61B6C; }
a { background-color: rgb(198,27,108); }
div.DivClassName
{
background-color: #C61B6C;
}
.BgClassName
{
background-color: #C61B6C;
}
</style>
border-color css
<style>
span { border-color: #C61B6C; }
span { border-color: rgb(198,27,108); }
td.TdClassName
{
border-color: #C61B6C;
}
.TagClassName
{
border-color: #C61B6C;
}
</style>