Shades of Medium Violet Red #C6246D
Tints of Medium Violet Red #C6246D
RGB
CMYK
RGB Variations
Color information
#C6246D (or 0xC6246D) is known color: Medium Violet Red. HEX triplet: C6, 24 and 6D. RGB value is (198,36,109). Sum of RGB (Red+Green+Blue) = 198+36+109=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6246D is #39DB92. Grayscale: #5C5C5C. Windows color (decimal): -3791763 or 7152838. OLE color: 7152838.
HSL color Cylindrical-coordinate representation of color #C6246D: hue angle of 332.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6246D is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 109 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.22 |
| HSL | 332.96º | 0.69% | 0.46% | - |
| HSV(B) | 332.96º | 0.82% | 0.78% | - |
| XYZ | 26.68 | 14.37 | 15.84 | - |
| YUV | 92.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 109 | 0 | 0.82 | 0.45 | 0.22 | 332.96 | 0.69 | 0.46 |
| Hex | C6 | 24 | 6D | 0 | 52 | 2D | 16 | 14D | 45 | 2E |
| Octal | 306 | 44 | 155 | 0 | 122 | 55 | 26 | 515 | 105 | 56 |
| Binary | 11000110 | 100100 | 1101101 | 0 | 1010010 | 101101 | 10110 | 101001101 | 1000101 | 101110 |
Color Harmonies of #C6246D
Complementary color
Monochromatic Colors of #C6246D
Black with #C6246D
Text Example
Text Example
White with #C6246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6246D; }
p { color: rgb(198,36,109); }
H1.HeaderClassName
{
color: #C6246D;
}
.AnyTagClassName
{
color: #C6246D;
}
</style>
background-color css
<style>
a { background-color: #C6246D; }
a { background-color: rgb(198,36,109); }
div.DivClassName
{
background-color: #C6246D;
}
.BgClassName
{
background-color: #C6246D;
}
</style>
border-color css
<style>
span { border-color: #C6246D; }
span { border-color: rgb(198,36,109); }
td.TdClassName
{
border-color: #C6246D;
}
.TagClassName
{
border-color: #C6246D;
}
</style>