Shades of Medium Red Violet #C6379F
Tints of Medium Red Violet #C6379F
RGB
CMYK
RGB Variations
Color information
#C6379F (or 0xC6379F) is known color: Medium Red Violet. HEX triplet: C6, 37 and 9F. RGB value is (198,55,159). Sum of RGB (Red+Green+Blue) = 198+55+159=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6379F is #39C860. Grayscale: #6D6D6D. Windows color (decimal): -3786849 or 10434502. OLE color: 10434502.
HSL color Cylindrical-coordinate representation of color #C6379F: hue angle of 316.36º 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 #C6379F is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 159 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.22 |
| HSL | 316.36º | 0.57% | 0.5% | - |
| HSV(B) | 316.36º | 0.72% | 0.78% | - |
| XYZ | 30.91 | 17.24 | 34.5 | - |
| YUV | 109.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 159 | 0 | 0.72 | 0.20 | 0.22 | 316.36 | 0.57 | 0.5 |
| Hex | C6 | 37 | 9F | 0 | 48 | 14 | 16 | 13C | 39 | 32 |
| Octal | 306 | 67 | 237 | 0 | 110 | 24 | 26 | 474 | 71 | 62 |
| Binary | 11000110 | 110111 | 10011111 | 0 | 1001000 | 10100 | 10110 | 100111100 | 111001 | 110010 |
Color Harmonies of #C6379F
Complementary color
Monochromatic Colors of #C6379F
Black with #C6379F
Text Example
Text Example
White with #C6379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6379F; }
p { color: rgb(198,55,159); }
H1.HeaderClassName
{
color: #C6379F;
}
.AnyTagClassName
{
color: #C6379F;
}
</style>
background-color css
<style>
a { background-color: #C6379F; }
a { background-color: rgb(198,55,159); }
div.DivClassName
{
background-color: #C6379F;
}
.BgClassName
{
background-color: #C6379F;
}
</style>
border-color css
<style>
span { border-color: #C6379F; }
span { border-color: rgb(198,55,159); }
td.TdClassName
{
border-color: #C6379F;
}
.TagClassName
{
border-color: #C6379F;
}
</style>