Shades of Medium Violet Red #C6139D
Tints of Medium Violet Red #C6139D
RGB
CMYK
RGB Variations
Color information
#C6139D (or 0xC6139D) is known color: Medium Violet Red. HEX triplet: C6, 13 and 9D. RGB value is (198,19,157). Sum of RGB (Red+Green+Blue) = 198+19+157=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6139D is #39EC62. Grayscale: #575757. Windows color (decimal): -3796067 or 10294214. OLE color: 10294214.
HSL color Cylindrical-coordinate representation of color #C6139D: hue angle of 313.74º 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 #C6139D is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 157 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.22 |
| HSL | 313.74º | 0.82% | 0.43% | - |
| HSV(B) | 313.74º | 0.9% | 0.78% | - |
| XYZ | 29.61 | 14.91 | 33.21 | - |
| YUV | 88.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 157 | 0 | 0.90 | 0.21 | 0.22 | 313.74 | 0.82 | 0.43 |
| Hex | C6 | 13 | 9D | 0 | 5A | 15 | 16 | 13A | 52 | 2B |
| Octal | 306 | 23 | 235 | 0 | 132 | 25 | 26 | 472 | 122 | 53 |
| Binary | 11000110 | 10011 | 10011101 | 0 | 1011010 | 10101 | 10110 | 100111010 | 1010010 | 101011 |
Color Harmonies of #C6139D
Complementary color
Monochromatic Colors of #C6139D
Black with #C6139D
Text Example
Text Example
White with #C6139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6139D; }
p { color: rgb(198,19,157); }
H1.HeaderClassName
{
color: #C6139D;
}
.AnyTagClassName
{
color: #C6139D;
}
</style>
background-color css
<style>
a { background-color: #C6139D; }
a { background-color: rgb(198,19,157); }
div.DivClassName
{
background-color: #C6139D;
}
.BgClassName
{
background-color: #C6139D;
}
</style>
border-color css
<style>
span { border-color: #C6139D; }
span { border-color: rgb(198,19,157); }
td.TdClassName
{
border-color: #C6139D;
}
.TagClassName
{
border-color: #C6139D;
}
</style>