Shades of Medium Red Violet #C6278D
Tints of Medium Red Violet #C6278D
RGB
CMYK
RGB Variations
Color information
#C6278D (or 0xC6278D) is known color: Medium Red Violet. HEX triplet: C6, 27 and 8D. RGB value is (198,39,141). Sum of RGB (Red+Green+Blue) = 198+39+141=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6278D is #39D872. Grayscale: #616161. Windows color (decimal): -3790963 or 9250758. OLE color: 9250758.
HSL color Cylindrical-coordinate representation of color #C6278D: hue angle of 321.51º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6278D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 141 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.22 |
| HSL | 321.51º | 0.67% | 0.46% | - |
| HSV(B) | 321.51º | 0.8% | 0.78% | - |
| XYZ | 28.82 | 15.38 | 26.65 | - |
| YUV | 98.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 141 | 0 | 0.80 | 0.29 | 0.22 | 321.51 | 0.67 | 0.46 |
| Hex | C6 | 27 | 8D | 0 | 50 | 1D | 16 | 142 | 43 | 2E |
| Octal | 306 | 47 | 215 | 0 | 120 | 35 | 26 | 502 | 103 | 56 |
| Binary | 11000110 | 100111 | 10001101 | 0 | 1010000 | 11101 | 10110 | 101000010 | 1000011 | 101110 |
Color Harmonies of #C6278D
Complementary color
Monochromatic Colors of #C6278D
Black with #C6278D
Text Example
Text Example
White with #C6278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6278D; }
p { color: rgb(198,39,141); }
H1.HeaderClassName
{
color: #C6278D;
}
.AnyTagClassName
{
color: #C6278D;
}
</style>
background-color css
<style>
a { background-color: #C6278D; }
a { background-color: rgb(198,39,141); }
div.DivClassName
{
background-color: #C6278D;
}
.BgClassName
{
background-color: #C6278D;
}
</style>
border-color css
<style>
span { border-color: #C6278D; }
span { border-color: rgb(198,39,141); }
td.TdClassName
{
border-color: #C6278D;
}
.TagClassName
{
border-color: #C6278D;
}
</style>