Shades of Medium Red Violet #C6379E
Tints of Medium Red Violet #C6379E
RGB
CMYK
RGB Variations
Color information
#C6379E (or 0xC6379E) is known color: Medium Red Violet. HEX triplet: C6, 37 and 9E. RGB value is (198,55,158). Sum of RGB (Red+Green+Blue) = 198+55+158=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6379E is #39C861. Grayscale: #6D6D6D. Windows color (decimal): -3786850 or 10368966. OLE color: 10368966.
HSL color Cylindrical-coordinate representation of color #C6379E: hue angle of 316.78º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6379E is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 158 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.22 |
| HSL | 316.78º | 0.57% | 0.5% | - |
| HSV(B) | 316.78º | 0.72% | 0.78% | - |
| XYZ | 30.83 | 17.21 | 34.04 | - |
| YUV | 109.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 158 | 0 | 0.72 | 0.20 | 0.22 | 316.78 | 0.57 | 0.5 |
| Hex | C6 | 37 | 9E | 0 | 48 | 14 | 16 | 13D | 39 | 32 |
| Octal | 306 | 67 | 236 | 0 | 110 | 24 | 26 | 475 | 71 | 62 |
| Binary | 11000110 | 110111 | 10011110 | 0 | 1001000 | 10100 | 10110 | 100111101 | 111001 | 110010 |
Color Harmonies of #C6379E
Complementary color
Monochromatic Colors of #C6379E
Black with #C6379E
Text Example
Text Example
White with #C6379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6379E; }
p { color: rgb(198,55,158); }
H1.HeaderClassName
{
color: #C6379E;
}
.AnyTagClassName
{
color: #C6379E;
}
</style>
background-color css
<style>
a { background-color: #C6379E; }
a { background-color: rgb(198,55,158); }
div.DivClassName
{
background-color: #C6379E;
}
.BgClassName
{
background-color: #C6379E;
}
</style>
border-color css
<style>
span { border-color: #C6379E; }
span { border-color: rgb(198,55,158); }
td.TdClassName
{
border-color: #C6379E;
}
.TagClassName
{
border-color: #C6379E;
}
</style>