Shades of Medium Violet Red #C6216C
Tints of Medium Violet Red #C6216C
RGB
CMYK
RGB Variations
Color information
#C6216C (or 0xC6216C) is known color: Medium Violet Red. HEX triplet: C6, 21 and 6C. RGB value is (198,33,108). Sum of RGB (Red+Green+Blue) = 198+33+108=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6216C is #39DE93. Grayscale: #5A5A5A. Windows color (decimal): -3792532 or 7086534. OLE color: 7086534.
HSL color Cylindrical-coordinate representation of color #C6216C: hue angle of 332.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6216C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 108 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.22 |
| HSL | 332.73º | 0.71% | 0.45% | - |
| HSV(B) | 332.73º | 0.83% | 0.78% | - |
| XYZ | 26.54 | 14.18 | 15.52 | - |
| YUV | 90.89 | 137.66 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 108 | 0 | 0.83 | 0.45 | 0.22 | 332.73 | 0.71 | 0.45 |
| Hex | C6 | 21 | 6C | 0 | 53 | 2D | 16 | 14D | 47 | 2D |
| Octal | 306 | 41 | 154 | 0 | 123 | 55 | 26 | 515 | 107 | 55 |
| Binary | 11000110 | 100001 | 1101100 | 0 | 1010011 | 101101 | 10110 | 101001101 | 1000111 | 101101 |
Color Harmonies of #C6216C
Complementary color
Monochromatic Colors of #C6216C
Black with #C6216C
Text Example
Text Example
White with #C6216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6216C; }
p { color: rgb(198,33,108); }
H1.HeaderClassName
{
color: #C6216C;
}
.AnyTagClassName
{
color: #C6216C;
}
</style>
background-color css
<style>
a { background-color: #C6216C; }
a { background-color: rgb(198,33,108); }
div.DivClassName
{
background-color: #C6216C;
}
.BgClassName
{
background-color: #C6216C;
}
</style>
border-color css
<style>
span { border-color: #C6216C; }
span { border-color: rgb(198,33,108); }
td.TdClassName
{
border-color: #C6216C;
}
.TagClassName
{
border-color: #C6216C;
}
</style>