Shades of Medium Violet Red #C61790
Tints of Medium Violet Red #C61790
RGB
CMYK
RGB Variations
Color information
#C61790 (or 0xC61790) is known color: Medium Violet Red. HEX triplet: C6, 17 and 90. RGB value is (198,23,144). Sum of RGB (Red+Green+Blue) = 198+23+144=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C61790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61790 is #39E86F. Grayscale: #585858. Windows color (decimal): -3795056 or 9443270. OLE color: 9443270.
HSL color Cylindrical-coordinate representation of color #C61790: hue angle of 318.51º 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 #C61790 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 144 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.22 |
| HSL | 318.51º | 0.79% | 0.43% | - |
| HSV(B) | 318.51º | 0.88% | 0.78% | - |
| XYZ | 28.63 | 14.63 | 27.7 | - |
| YUV | 89.12 | 158.98 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 144 | 0 | 0.88 | 0.27 | 0.22 | 318.51 | 0.79 | 0.43 |
| Hex | C6 | 17 | 90 | 0 | 58 | 1B | 16 | 13F | 4F | 2B |
| Octal | 306 | 27 | 220 | 0 | 130 | 33 | 26 | 477 | 117 | 53 |
| Binary | 11000110 | 10111 | 10010000 | 0 | 1011000 | 11011 | 10110 | 100111111 | 1001111 | 101011 |
Color Harmonies of #C61790
Complementary color
Monochromatic Colors of #C61790
Black with #C61790
Text Example
Text Example
White with #C61790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61790; }
p { color: rgb(198,23,144); }
H1.HeaderClassName
{
color: #C61790;
}
.AnyTagClassName
{
color: #C61790;
}
</style>
background-color css
<style>
a { background-color: #C61790; }
a { background-color: rgb(198,23,144); }
div.DivClassName
{
background-color: #C61790;
}
.BgClassName
{
background-color: #C61790;
}
</style>
border-color css
<style>
span { border-color: #C61790; }
span { border-color: rgb(198,23,144); }
td.TdClassName
{
border-color: #C61790;
}
.TagClassName
{
border-color: #C61790;
}
</style>