Shades of Medium Violet Red #C61292
Tints of Medium Violet Red #C61292
RGB
CMYK
RGB Variations
Color information
#C61292 (or 0xC61292) is known color: Medium Violet Red. HEX triplet: C6, 12 and 92. RGB value is (198,18,146). Sum of RGB (Red+Green+Blue) = 198+18+146=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C61292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61292 is #39ED6D. Grayscale: #565656. Windows color (decimal): -3796334 or 9573062. OLE color: 9573062.
HSL color Cylindrical-coordinate representation of color #C61292: hue angle of 317.33º 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 #C61292 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 146 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.22 |
| HSL | 317.33º | 0.83% | 0.42% | - |
| HSV(B) | 317.33º | 0.91% | 0.78% | - |
| XYZ | 28.69 | 14.51 | 28.48 | - |
| YUV | 86.41 | 161.63 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 146 | 0 | 0.91 | 0.26 | 0.22 | 317.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 92 | 0 | 5B | 1A | 16 | 13D | 53 | 2A |
| Octal | 306 | 22 | 222 | 0 | 133 | 32 | 26 | 475 | 123 | 52 |
| Binary | 11000110 | 10010 | 10010010 | 0 | 1011011 | 11010 | 10110 | 100111101 | 1010011 | 101010 |
Color Harmonies of #C61292
Complementary color
Monochromatic Colors of #C61292
Black with #C61292
Text Example
Text Example
White with #C61292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61292; }
p { color: rgb(198,18,146); }
H1.HeaderClassName
{
color: #C61292;
}
.AnyTagClassName
{
color: #C61292;
}
</style>
background-color css
<style>
a { background-color: #C61292; }
a { background-color: rgb(198,18,146); }
div.DivClassName
{
background-color: #C61292;
}
.BgClassName
{
background-color: #C61292;
}
</style>
border-color css
<style>
span { border-color: #C61292; }
span { border-color: rgb(198,18,146); }
td.TdClassName
{
border-color: #C61292;
}
.TagClassName
{
border-color: #C61292;
}
</style>