Shades of Medium Violet Red #C6216B
Tints of Medium Violet Red #C6216B
RGB
CMYK
RGB Variations
Color information
#C6216B (or 0xC6216B) is known color: Medium Violet Red. HEX triplet: C6, 21 and 6B. RGB value is (198,33,107). Sum of RGB (Red+Green+Blue) = 198+33+107=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6216B is #39DE94. Grayscale: #5A5A5A. Windows color (decimal): -3792533 or 7020998. OLE color: 7020998.
HSL color Cylindrical-coordinate representation of color #C6216B: hue angle of 333.09º 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 #C6216B is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 107 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.22 |
| HSL | 333.09º | 0.71% | 0.45% | - |
| HSV(B) | 333.09º | 0.83% | 0.78% | - |
| XYZ | 26.49 | 14.16 | 15.25 | - |
| YUV | 90.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 107 | 0 | 0.83 | 0.46 | 0.22 | 333.09 | 0.71 | 0.45 |
| Hex | C6 | 21 | 6B | 0 | 53 | 2E | 16 | 14D | 47 | 2D |
| Octal | 306 | 41 | 153 | 0 | 123 | 56 | 26 | 515 | 107 | 55 |
| Binary | 11000110 | 100001 | 1101011 | 0 | 1010011 | 101110 | 10110 | 101001101 | 1000111 | 101101 |
Color Harmonies of #C6216B
Complementary color
Monochromatic Colors of #C6216B
Black with #C6216B
Text Example
Text Example
White with #C6216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6216B; }
p { color: rgb(198,33,107); }
H1.HeaderClassName
{
color: #C6216B;
}
.AnyTagClassName
{
color: #C6216B;
}
</style>
background-color css
<style>
a { background-color: #C6216B; }
a { background-color: rgb(198,33,107); }
div.DivClassName
{
background-color: #C6216B;
}
.BgClassName
{
background-color: #C6216B;
}
</style>
border-color css
<style>
span { border-color: #C6216B; }
span { border-color: rgb(198,33,107); }
td.TdClassName
{
border-color: #C6216B;
}
.TagClassName
{
border-color: #C6216B;
}
</style>