Shades of Medium Violet Red #C6168C
Tints of Medium Violet Red #C6168C
RGB
CMYK
RGB Variations
Color information
#C6168C (or 0xC6168C) is known color: Medium Violet Red. HEX triplet: C6, 16 and 8C. RGB value is (198,22,140). Sum of RGB (Red+Green+Blue) = 198+22+140=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6168C is #39E973. Grayscale: #575757. Windows color (decimal): -3795316 or 9180870. OLE color: 9180870.
HSL color Cylindrical-coordinate representation of color #C6168C: hue angle of 319.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6168C is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 140 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.22 |
| HSL | 319.77º | 0.8% | 0.43% | - |
| HSV(B) | 319.77º | 0.89% | 0.78% | - |
| XYZ | 28.31 | 14.47 | 26.11 | - |
| YUV | 88.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 140 | 0 | 0.89 | 0.29 | 0.22 | 319.77 | 0.8 | 0.43 |
| Hex | C6 | 16 | 8C | 0 | 59 | 1D | 16 | 140 | 50 | 2B |
| Octal | 306 | 26 | 214 | 0 | 131 | 35 | 26 | 500 | 120 | 53 |
| Binary | 11000110 | 10110 | 10001100 | 0 | 1011001 | 11101 | 10110 | 101000000 | 1010000 | 101011 |
Color Harmonies of #C6168C
Complementary color
Monochromatic Colors of #C6168C
Black with #C6168C
Text Example
Text Example
White with #C6168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6168C; }
p { color: rgb(198,22,140); }
H1.HeaderClassName
{
color: #C6168C;
}
.AnyTagClassName
{
color: #C6168C;
}
</style>
background-color css
<style>
a { background-color: #C6168C; }
a { background-color: rgb(198,22,140); }
div.DivClassName
{
background-color: #C6168C;
}
.BgClassName
{
background-color: #C6168C;
}
</style>
border-color css
<style>
span { border-color: #C6168C; }
span { border-color: rgb(198,22,140); }
td.TdClassName
{
border-color: #C6168C;
}
.TagClassName
{
border-color: #C6168C;
}
</style>