Shades of Medium Violet Red #C61A93
Tints of Medium Violet Red #C61A93
RGB
CMYK
RGB Variations
Color information
#C61A93 (or 0xC61A93) is known color: Medium Violet Red. HEX triplet: C6, 1A and 93. RGB value is (198,26,147). Sum of RGB (Red+Green+Blue) = 198+26+147=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61A93 is #39E56C. Grayscale: #5A5A5A. Windows color (decimal): -3794285 or 9640646. OLE color: 9640646.
HSL color Cylindrical-coordinate representation of color #C61A93: hue angle of 317.79º 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 #C61A93 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 147 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.22 |
| HSL | 317.79º | 0.77% | 0.44% | - |
| HSV(B) | 317.79º | 0.87% | 0.78% | - |
| XYZ | 28.92 | 14.85 | 28.95 | - |
| YUV | 91.22 | 159.48 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 147 | 0 | 0.87 | 0.26 | 0.22 | 317.79 | 0.77 | 0.44 |
| Hex | C6 | 1A | 93 | 0 | 57 | 1A | 16 | 13E | 4D | 2C |
| Octal | 306 | 32 | 223 | 0 | 127 | 32 | 26 | 476 | 115 | 54 |
| Binary | 11000110 | 11010 | 10010011 | 0 | 1010111 | 11010 | 10110 | 100111110 | 1001101 | 101100 |
Color Harmonies of #C61A93
Complementary color
Monochromatic Colors of #C61A93
Black with #C61A93
Text Example
Text Example
White with #C61A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A93; }
p { color: rgb(198,26,147); }
H1.HeaderClassName
{
color: #C61A93;
}
.AnyTagClassName
{
color: #C61A93;
}
</style>
background-color css
<style>
a { background-color: #C61A93; }
a { background-color: rgb(198,26,147); }
div.DivClassName
{
background-color: #C61A93;
}
.BgClassName
{
background-color: #C61A93;
}
</style>
border-color css
<style>
span { border-color: #C61A93; }
span { border-color: rgb(198,26,147); }
td.TdClassName
{
border-color: #C61A93;
}
.TagClassName
{
border-color: #C61A93;
}
</style>