Shades of Medium Violet Red #C61890
Tints of Medium Violet Red #C61890
RGB
CMYK
RGB Variations
Color information
#C61890 (or 0xC61890) is known color: Medium Violet Red. HEX triplet: C6, 18 and 90. RGB value is (198,24,144). Sum of RGB (Red+Green+Blue) = 198+24+144=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C61890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61890 is #39E76F. Grayscale: #595959. Windows color (decimal): -3794800 or 9443526. OLE color: 9443526.
HSL color Cylindrical-coordinate representation of color #C61890: hue angle of 318.62º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61890 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 144 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.22 |
| HSL | 318.62º | 0.78% | 0.44% | - |
| HSV(B) | 318.62º | 0.88% | 0.78% | - |
| XYZ | 28.65 | 14.67 | 27.71 | - |
| YUV | 89.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 144 | 0 | 0.88 | 0.27 | 0.22 | 318.62 | 0.78 | 0.44 |
| Hex | C6 | 18 | 90 | 0 | 58 | 1B | 16 | 13F | 4E | 2C |
| Octal | 306 | 30 | 220 | 0 | 130 | 33 | 26 | 477 | 116 | 54 |
| Binary | 11000110 | 11000 | 10010000 | 0 | 1011000 | 11011 | 10110 | 100111111 | 1001110 | 101100 |
Color Harmonies of #C61890
Complementary color
Monochromatic Colors of #C61890
Black with #C61890
Text Example
Text Example
White with #C61890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61890; }
p { color: rgb(198,24,144); }
H1.HeaderClassName
{
color: #C61890;
}
.AnyTagClassName
{
color: #C61890;
}
</style>
background-color css
<style>
a { background-color: #C61890; }
a { background-color: rgb(198,24,144); }
div.DivClassName
{
background-color: #C61890;
}
.BgClassName
{
background-color: #C61890;
}
</style>
border-color css
<style>
span { border-color: #C61890; }
span { border-color: rgb(198,24,144); }
td.TdClassName
{
border-color: #C61890;
}
.TagClassName
{
border-color: #C61890;
}
</style>