Shades of Medium Violet Red #C61296
Tints of Medium Violet Red #C61296
RGB
CMYK
RGB Variations
Color information
#C61296 (or 0xC61296) is known color: Medium Violet Red. HEX triplet: C6, 12 and 96. RGB value is (198,18,150). Sum of RGB (Red+Green+Blue) = 198+18+150=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C61296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61296 is #39ED69. Grayscale: #565656. Windows color (decimal): -3796330 or 9835206. OLE color: 9835206.
HSL color Cylindrical-coordinate representation of color #C61296: hue angle of 316º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61296 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 150 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.22 |
| HSL | 316º | 0.83% | 0.42% | - |
| HSV(B) | 316º | 0.91% | 0.78% | - |
| XYZ | 29.01 | 14.64 | 30.15 | - |
| YUV | 86.87 | 163.63 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 150 | 0 | 0.91 | 0.24 | 0.22 | 316 | 0.83 | 0.42 |
| Hex | C6 | 12 | 96 | 0 | 5B | 18 | 16 | 13C | 53 | 2A |
| Octal | 306 | 22 | 226 | 0 | 133 | 30 | 26 | 474 | 123 | 52 |
| Binary | 11000110 | 10010 | 10010110 | 0 | 1011011 | 11000 | 10110 | 100111100 | 1010011 | 101010 |
Color Harmonies of #C61296
Complementary color
Monochromatic Colors of #C61296
Black with #C61296
Text Example
Text Example
White with #C61296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61296; }
p { color: rgb(198,18,150); }
H1.HeaderClassName
{
color: #C61296;
}
.AnyTagClassName
{
color: #C61296;
}
</style>
background-color css
<style>
a { background-color: #C61296; }
a { background-color: rgb(198,18,150); }
div.DivClassName
{
background-color: #C61296;
}
.BgClassName
{
background-color: #C61296;
}
</style>
border-color css
<style>
span { border-color: #C61296; }
span { border-color: rgb(198,18,150); }
td.TdClassName
{
border-color: #C61296;
}
.TagClassName
{
border-color: #C61296;
}
</style>