Shades of Medium Violet Red #C61393
Tints of Medium Violet Red #C61393
RGB
CMYK
RGB Variations
Color information
#C61393 (or 0xC61393) is known color: Medium Violet Red. HEX triplet: C6, 13 and 93. RGB value is (198,19,147). Sum of RGB (Red+Green+Blue) = 198+19+147=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C61393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61393 is #39EC6C. Grayscale: #565656. Windows color (decimal): -3796077 or 9638854. OLE color: 9638854.
HSL color Cylindrical-coordinate representation of color #C61393: hue angle of 317.09º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61393 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 147 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.22 |
| HSL | 317.1º | 0.82% | 0.43% | - |
| HSV(B) | 317.1º | 0.9% | 0.78% | - |
| XYZ | 28.79 | 14.58 | 28.9 | - |
| YUV | 87.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 147 | 0 | 0.90 | 0.26 | 0.22 | 317.1 | 0.82 | 0.43 |
| Hex | C6 | 13 | 93 | 0 | 5A | 1A | 16 | 13D | 52 | 2B |
| Octal | 306 | 23 | 223 | 0 | 132 | 32 | 26 | 475 | 122 | 53 |
| Binary | 11000110 | 10011 | 10010011 | 0 | 1011010 | 11010 | 10110 | 100111101 | 1010010 | 101011 |
Color Harmonies of #C61393
Complementary color
Monochromatic Colors of #C61393
Black with #C61393
Text Example
Text Example
White with #C61393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61393; }
p { color: rgb(198,19,147); }
H1.HeaderClassName
{
color: #C61393;
}
.AnyTagClassName
{
color: #C61393;
}
</style>
background-color css
<style>
a { background-color: #C61393; }
a { background-color: rgb(198,19,147); }
div.DivClassName
{
background-color: #C61393;
}
.BgClassName
{
background-color: #C61393;
}
</style>
border-color css
<style>
span { border-color: #C61393; }
span { border-color: rgb(198,19,147); }
td.TdClassName
{
border-color: #C61393;
}
.TagClassName
{
border-color: #C61393;
}
</style>