Shades of Medium Red Violet #C6378B
Tints of Medium Red Violet #C6378B
RGB
CMYK
RGB Variations
Color information
#C6378B (or 0xC6378B) is known color: Medium Red Violet. HEX triplet: C6, 37 and 8B. RGB value is (198,55,139). Sum of RGB (Red+Green+Blue) = 198+55+139=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6378B is #39C874. Grayscale: #6B6B6B. Windows color (decimal): -3786869 or 9123782. OLE color: 9123782.
HSL color Cylindrical-coordinate representation of color #C6378B: hue angle of 324.76º 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 #C6378B is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 139 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.22 |
| HSL | 324.76º | 0.57% | 0.5% | - |
| HSV(B) | 324.76º | 0.72% | 0.78% | - |
| XYZ | 29.32 | 16.6 | 26.09 | - |
| YUV | 107.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 139 | 0 | 0.72 | 0.30 | 0.22 | 324.76 | 0.57 | 0.5 |
| Hex | C6 | 37 | 8B | 0 | 48 | 1E | 16 | 145 | 39 | 32 |
| Octal | 306 | 67 | 213 | 0 | 110 | 36 | 26 | 505 | 71 | 62 |
| Binary | 11000110 | 110111 | 10001011 | 0 | 1001000 | 11110 | 10110 | 101000101 | 111001 | 110010 |
Color Harmonies of #C6378B
Complementary color
Monochromatic Colors of #C6378B
Black with #C6378B
Text Example
Text Example
White with #C6378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6378B; }
p { color: rgb(198,55,139); }
H1.HeaderClassName
{
color: #C6378B;
}
.AnyTagClassName
{
color: #C6378B;
}
</style>
background-color css
<style>
a { background-color: #C6378B; }
a { background-color: rgb(198,55,139); }
div.DivClassName
{
background-color: #C6378B;
}
.BgClassName
{
background-color: #C6378B;
}
</style>
border-color css
<style>
span { border-color: #C6378B; }
span { border-color: rgb(198,55,139); }
td.TdClassName
{
border-color: #C6378B;
}
.TagClassName
{
border-color: #C6378B;
}
</style>