Shades of Medium Violet Red #C6219C
Tints of Medium Violet Red #C6219C
RGB
CMYK
RGB Variations
Color information
#C6219C (or 0xC6219C) is known color: Medium Violet Red. HEX triplet: C6, 21 and 9C. RGB value is (198,33,156). Sum of RGB (Red+Green+Blue) = 198+33+156=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6219C is #39DE63. Grayscale: #606060. Windows color (decimal): -3792484 or 10232262. OLE color: 10232262.
HSL color Cylindrical-coordinate representation of color #C6219C: hue angle of 315.27º 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 #C6219C is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 156 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.22 |
| HSL | 315.27º | 0.71% | 0.45% | - |
| HSV(B) | 315.27º | 0.83% | 0.78% | - |
| XYZ | 29.83 | 15.49 | 32.87 | - |
| YUV | 96.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 156 | 0 | 0.83 | 0.21 | 0.22 | 315.27 | 0.71 | 0.45 |
| Hex | C6 | 21 | 9C | 0 | 53 | 15 | 16 | 13B | 47 | 2D |
| Octal | 306 | 41 | 234 | 0 | 123 | 25 | 26 | 473 | 107 | 55 |
| Binary | 11000110 | 100001 | 10011100 | 0 | 1010011 | 10101 | 10110 | 100111011 | 1000111 | 101101 |
Color Harmonies of #C6219C
Complementary color
Monochromatic Colors of #C6219C
Black with #C6219C
Text Example
Text Example
White with #C6219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6219C; }
p { color: rgb(198,33,156); }
H1.HeaderClassName
{
color: #C6219C;
}
.AnyTagClassName
{
color: #C6219C;
}
</style>
background-color css
<style>
a { background-color: #C6219C; }
a { background-color: rgb(198,33,156); }
div.DivClassName
{
background-color: #C6219C;
}
.BgClassName
{
background-color: #C6219C;
}
</style>
border-color css
<style>
span { border-color: #C6219C; }
span { border-color: rgb(198,33,156); }
td.TdClassName
{
border-color: #C6219C;
}
.TagClassName
{
border-color: #C6219C;
}
</style>