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