Shades of Medium Red Violet #C6397E
Tints of Medium Red Violet #C6397E
RGB
CMYK
RGB Variations
Color information
#C6397E (or 0xC6397E) is known color: Medium Red Violet. HEX triplet: C6, 39 and 7E. RGB value is (198,57,126). Sum of RGB (Red+Green+Blue) = 198+57+126=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6397E is #39C681. Grayscale: #6A6A6A. Windows color (decimal): -3786370 or 8272326. OLE color: 8272326.
HSL color Cylindrical-coordinate representation of color #C6397E: hue angle of 330.64º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6397E is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 126 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.22 |
| HSL | 330.64º | 0.55% | 0.5% | - |
| HSV(B) | 330.64º | 0.71% | 0.78% | - |
| XYZ | 28.52 | 16.44 | 21.41 | - |
| YUV | 107.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 126 | 0 | 0.71 | 0.36 | 0.22 | 330.64 | 0.55 | 0.5 |
| Hex | C6 | 39 | 7E | 0 | 47 | 24 | 16 | 14B | 37 | 32 |
| Octal | 306 | 71 | 176 | 0 | 107 | 44 | 26 | 513 | 67 | 62 |
| Binary | 11000110 | 111001 | 1111110 | 0 | 1000111 | 100100 | 10110 | 101001011 | 110111 | 110010 |
Color Harmonies of #C6397E
Complementary color
Monochromatic Colors of #C6397E
Black with #C6397E
Text Example
Text Example
White with #C6397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6397E; }
p { color: rgb(198,57,126); }
H1.HeaderClassName
{
color: #C6397E;
}
.AnyTagClassName
{
color: #C6397E;
}
</style>
background-color css
<style>
a { background-color: #C6397E; }
a { background-color: rgb(198,57,126); }
div.DivClassName
{
background-color: #C6397E;
}
.BgClassName
{
background-color: #C6397E;
}
</style>
border-color css
<style>
span { border-color: #C6397E; }
span { border-color: rgb(198,57,126); }
td.TdClassName
{
border-color: #C6397E;
}
.TagClassName
{
border-color: #C6397E;
}
</style>