Shades of Medium Violet Red #C61A90
Tints of Medium Violet Red #C61A90
RGB
CMYK
RGB Variations
Color information
#C61A90 (or 0xC61A90) is known color: Medium Violet Red. HEX triplet: C6, 1A and 90. RGB value is (198,26,144). Sum of RGB (Red+Green+Blue) = 198+26+144=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61A90 is #39E56F. Grayscale: #5A5A5A. Windows color (decimal): -3794288 or 9444038. OLE color: 9444038.
HSL color Cylindrical-coordinate representation of color #C61A90: hue angle of 318.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A90 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 144 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.22 |
| HSL | 318.84º | 0.77% | 0.44% | - |
| HSV(B) | 318.84º | 0.87% | 0.78% | - |
| XYZ | 28.69 | 14.76 | 27.72 | - |
| YUV | 90.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 144 | 0 | 0.87 | 0.27 | 0.22 | 318.84 | 0.77 | 0.44 |
| Hex | C6 | 1A | 90 | 0 | 57 | 1B | 16 | 13F | 4D | 2C |
| Octal | 306 | 32 | 220 | 0 | 127 | 33 | 26 | 477 | 115 | 54 |
| Binary | 11000110 | 11010 | 10010000 | 0 | 1010111 | 11011 | 10110 | 100111111 | 1001101 | 101100 |
Color Harmonies of #C61A90
Complementary color
Monochromatic Colors of #C61A90
Black with #C61A90
Text Example
Text Example
White with #C61A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A90; }
p { color: rgb(198,26,144); }
H1.HeaderClassName
{
color: #C61A90;
}
.AnyTagClassName
{
color: #C61A90;
}
</style>
background-color css
<style>
a { background-color: #C61A90; }
a { background-color: rgb(198,26,144); }
div.DivClassName
{
background-color: #C61A90;
}
.BgClassName
{
background-color: #C61A90;
}
</style>
border-color css
<style>
span { border-color: #C61A90; }
span { border-color: rgb(198,26,144); }
td.TdClassName
{
border-color: #C61A90;
}
.TagClassName
{
border-color: #C61A90;
}
</style>