Shades of Medium Violet Red #C61792
Tints of Medium Violet Red #C61792
RGB
CMYK
RGB Variations
Color information
#C61792 (or 0xC61792) is known color: Medium Violet Red. HEX triplet: C6, 17 and 92. RGB value is (198,23,146). Sum of RGB (Red+Green+Blue) = 198+23+146=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C61792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61792 is #39E86D. Grayscale: #595959. Windows color (decimal): -3795054 or 9574342. OLE color: 9574342.
HSL color Cylindrical-coordinate representation of color #C61792: hue angle of 317.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61792 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 146 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.22 |
| HSL | 317.83º | 0.79% | 0.43% | - |
| HSV(B) | 317.83º | 0.88% | 0.78% | - |
| XYZ | 28.78 | 14.69 | 28.51 | - |
| YUV | 89.35 | 159.98 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 146 | 0 | 0.88 | 0.26 | 0.22 | 317.83 | 0.79 | 0.43 |
| Hex | C6 | 17 | 92 | 0 | 58 | 1A | 16 | 13E | 4F | 2B |
| Octal | 306 | 27 | 222 | 0 | 130 | 32 | 26 | 476 | 117 | 53 |
| Binary | 11000110 | 10111 | 10010010 | 0 | 1011000 | 11010 | 10110 | 100111110 | 1001111 | 101011 |
Color Harmonies of #C61792
Complementary color
Monochromatic Colors of #C61792
Black with #C61792
Text Example
Text Example
White with #C61792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61792; }
p { color: rgb(198,23,146); }
H1.HeaderClassName
{
color: #C61792;
}
.AnyTagClassName
{
color: #C61792;
}
</style>
background-color css
<style>
a { background-color: #C61792; }
a { background-color: rgb(198,23,146); }
div.DivClassName
{
background-color: #C61792;
}
.BgClassName
{
background-color: #C61792;
}
</style>
border-color css
<style>
span { border-color: #C61792; }
span { border-color: rgb(198,23,146); }
td.TdClassName
{
border-color: #C61792;
}
.TagClassName
{
border-color: #C61792;
}
</style>