Shades of Medium Violet Red #C6128D
Tints of Medium Violet Red #C6128D
RGB
CMYK
RGB Variations
Color information
#C6128D (or 0xC6128D) is known color: Medium Violet Red. HEX triplet: C6, 12 and 8D. RGB value is (198,18,141). Sum of RGB (Red+Green+Blue) = 198+18+141=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6128D is #39ED72. Grayscale: #555555. Windows color (decimal): -3796339 or 9245382. OLE color: 9245382.
HSL color Cylindrical-coordinate representation of color #C6128D: hue angle of 319º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6128D is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 141 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.22 |
| HSL | 319º | 0.83% | 0.42% | - |
| HSV(B) | 319º | 0.91% | 0.78% | - |
| XYZ | 28.31 | 14.36 | 26.48 | - |
| YUV | 85.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 141 | 0 | 0.91 | 0.29 | 0.22 | 319 | 0.83 | 0.42 |
| Hex | C6 | 12 | 8D | 0 | 5B | 1D | 16 | 13F | 53 | 2A |
| Octal | 306 | 22 | 215 | 0 | 133 | 35 | 26 | 477 | 123 | 52 |
| Binary | 11000110 | 10010 | 10001101 | 0 | 1011011 | 11101 | 10110 | 100111111 | 1010011 | 101010 |
Color Harmonies of #C6128D
Complementary color
Monochromatic Colors of #C6128D
Black with #C6128D
Text Example
Text Example
White with #C6128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6128D; }
p { color: rgb(198,18,141); }
H1.HeaderClassName
{
color: #C6128D;
}
.AnyTagClassName
{
color: #C6128D;
}
</style>
background-color css
<style>
a { background-color: #C6128D; }
a { background-color: rgb(198,18,141); }
div.DivClassName
{
background-color: #C6128D;
}
.BgClassName
{
background-color: #C6128D;
}
</style>
border-color css
<style>
span { border-color: #C6128D; }
span { border-color: rgb(198,18,141); }
td.TdClassName
{
border-color: #C6128D;
}
.TagClassName
{
border-color: #C6128D;
}
</style>