Shades of Medium Violet Red #C6207A
Tints of Medium Violet Red #C6207A
RGB
CMYK
RGB Variations
Color information
#C6207A (or 0xC6207A) is known color: Medium Violet Red. HEX triplet: C6, 20 and 7A. RGB value is (198,32,122). Sum of RGB (Red+Green+Blue) = 198+32+122=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C6207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6207A is #39DF85. Grayscale: #5B5B5B. Windows color (decimal): -3792774 or 8003782. OLE color: 8003782.
HSL color Cylindrical-coordinate representation of color #C6207A: hue angle of 327.47º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6207A is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 122 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.22 |
| HSL | 327.47º | 0.72% | 0.45% | - |
| HSV(B) | 327.47º | 0.84% | 0.78% | - |
| XYZ | 27.32 | 14.44 | 19.76 | - |
| YUV | 91.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 122 | 0 | 0.84 | 0.38 | 0.22 | 327.47 | 0.72 | 0.45 |
| Hex | C6 | 20 | 7A | 0 | 54 | 26 | 16 | 147 | 48 | 2D |
| Octal | 306 | 40 | 172 | 0 | 124 | 46 | 26 | 507 | 110 | 55 |
| Binary | 11000110 | 100000 | 1111010 | 0 | 1010100 | 100110 | 10110 | 101000111 | 1001000 | 101101 |
Color Harmonies of #C6207A
Complementary color
Monochromatic Colors of #C6207A
Black with #C6207A
Text Example
Text Example
White with #C6207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6207A; }
p { color: rgb(198,32,122); }
H1.HeaderClassName
{
color: #C6207A;
}
.AnyTagClassName
{
color: #C6207A;
}
</style>
background-color css
<style>
a { background-color: #C6207A; }
a { background-color: rgb(198,32,122); }
div.DivClassName
{
background-color: #C6207A;
}
.BgClassName
{
background-color: #C6207A;
}
</style>
border-color css
<style>
span { border-color: #C6207A; }
span { border-color: rgb(198,32,122); }
td.TdClassName
{
border-color: #C6207A;
}
.TagClassName
{
border-color: #C6207A;
}
</style>